COLOR #529055

HEX: #529055
RGB: (82,144,85)

Color info

#529055 contains mainly green and blue colors. Web safe color of #529055 is #669966 (or #696).

RGB color model

#529055 color RGB value is (82,144,85).

  • red value is 82;
  • green value is 144;
  • blue value is 85.
RGB:
(82,144,85)
(32%,56%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 144 of 255 = 56%
B 85 of 255 = 33%

82
144
85

R + G + B ~ 40%. #529055 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 144 + 85 = 311 (100%)
R 82 of 311 ~ 26.37%
G 144 of 311 ~ 46.3%
B 85 of 311 ~ 27.33%

%26.37
%46.3
%27.33

CMYK color model

#529055 color CMYK value is (43,0,41,44).

  • cyan value is 43.06%
  • magenta value is 0.00%
  • yellow value is 40.97%
  • key color value is 43.53%
CMYK:
(43,0,41,44)
C43M0Y41K44 
(43%,0%,41%,44%)
(0.43/0.00/0.41/0.44)	

CMYK percentages

%43.06
%0
%40.97
%43.53

Codes

Color #529055 in popluar color models

529055
RGB8214485
HSL123°27.43%44.31%
HSB/HSV123°43.06%56.47%
CMYK43.06%0.00%40.97%
43.53%

Color #529055 in popluar number systems.

HEX529055
Decimal8214485
Binary1010010100100001010101
Octal122220125

Shades and tints

Shades of #529055

#529055
(82,144,85)
#4B834E
(75,131,78)
#447647
(68,118,71)
#3D6940
(61,105,64)
#365C39
(54,92,57)
#2F4F32
(47,79,50)
#28422B
(40,66,43)
#213524
(33,53,36)
#1A281D
(26,40,29)
#131B16
(19,27,22)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #529055

#529055
(82,144,85)
#619A64
(97,154,100)
#70A473
(112,164,115)
#7FAE82
(127,174,130)
#8EB891
(142,184,145)
#9DC2A0
(157,194,160)
#ACCCAF
(172,204,175)
#BBD6BE
(187,214,190)
#CAE0CD
(202,224,205)
#D9EADC
(217,234,220)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529055 color. Also use rgb(82,144,85) instead hex code.

Text Font Color

.myTextColor { color: #529055; }

<p style="color:#529055">This sample text font color is #529055.</p>

This text font color is #529055.


Background Color

.myBgColor { background-color: #529055; }

<div style="background-color:#529055">Inner text</div>

This div background color is #529055.


Border color

.myBorderColor { border: 1px solid #529055; }

<div style="border:3px solid #529055">Div</div>

This div border color is #529055.


Opacity

.myOpacity80 { color: #529055; opacity: 0.8; }

<p style="color:#529055;opacity:0.8;">80%</p>

Text with #529055 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #529055;}

<p style="text-shadow: 3px 3px 1px #529055">Text here.</p>

This text has shadow with #529055 color.

.textShadow {text-shadow: 3px 3px 1px #529055, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #529055, 5px 5px 20px red">Text here.</p>

This text has shadow with #529055 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#529055, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#529055, Direction=45, Strength=4)">Text</p>

This text has shadow with #529055 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #529055;
  -webkit-box-shadow:	1px 1px 3px 2px #529055;
  box-shadow:		1px 1px 3px 2px #529055;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #529055;
-webkit-box-shadow: 1px 1px 3px 2px #529055;
box-shadow:1px 1px 3px 2px #529055;">
Div content here</div>
This div box has shadow with color #529055.

Preview

Color preview on black background

This text has color #529055 on black background.


Color preview on white background

This text has color #529055 on white background.



Black color preview on #529055 background

This text has black color on #529055 background.


White color preview on #529055 background

This text has white color on #529055 background.