COLOR #529B5B

HEX: #529B5B
RGB: (82,155,91)

Color info

#529B5B contains mainly green color. Web safe color of #529B5B is #669966 (or #696).

RGB color model

#529B5B color RGB value is (82,155,91).

  • red value is 82;
  • green value is 155;
  • blue value is 91.
RGB:
(82,155,91)
(32%,61%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 155 of 255 = 61%
B 91 of 255 = 36%

82
155
91

R + G + B ~ 43%. #529B5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 155 + 91 = 328 (100%)
R 82 of 328 ~ 25%
G 155 of 328 ~ 47.26%
B 91 of 328 ~ 27.74%

%25
%47.26
%27.74

CMYK color model

#529B5B color CMYK value is (47,0,41,39).

  • cyan value is 47.10%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 39.22%
CMYK:
(47,0,41,39)
C47M0Y41K39 
(47%,0%,41%,39%)
(0.47/0.00/0.41/0.39)	

CMYK percentages

%47.1
%0
%41.29
%39.22

Codes

Color #529B5B in popluar color models

529B5B
RGB8215591
HSL127°30.80%46.47%
HSB/HSV127°47.10%60.78%
CMYK47.10%0.00%41.29%
39.22%

Color #529B5B in popluar number systems.

HEX529B5B
Decimal8215591
Binary1010010100110111011011
Octal122233133

Shades and tints

Shades of #529B5B

#529B5B
(82,155,91)
#4B8D53
(75,141,83)
#447F4B
(68,127,75)
#3D7143
(61,113,67)
#36633B
(54,99,59)
#2F5533
(47,85,51)
#28472B
(40,71,43)
#213923
(33,57,35)
#1A2B1B
(26,43,27)
#131D13
(19,29,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #529B5B

#529B5B
(82,155,91)
#61A469
(97,164,105)
#70AD77
(112,173,119)
#7FB685
(127,182,133)
#8EBF93
(142,191,147)
#9DC8A1
(157,200,161)
#ACD1AF
(172,209,175)
#BBDABD
(187,218,189)
#CAE3CB
(202,227,203)
#D9ECD9
(217,236,217)
#E8F5E7
(232,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529B5B color. Also use rgb(82,155,91) instead hex code.

Text Font Color

.myTextColor { color: #529B5B; }

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

This text font color is #529B5B.


Background Color

.myBgColor { background-color: #529B5B; }

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

This div background color is #529B5B.


Border color

.myBorderColor { border: 1px solid #529B5B; }

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

This div border color is #529B5B.


Opacity

.myOpacity80 { color: #529B5B; opacity: 0.8; }

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

Text with #529B5B 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 #529B5B;}

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

This text has shadow with #529B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529B5B on black background.


Color preview on white background

This text has color #529B5B on white background.



Black color preview on #529B5B background

This text has black color on #529B5B background.


White color preview on #529B5B background

This text has white color on #529B5B background.