COLOR #529B5D

HEX: #529B5D
RGB: (82,155,93)

Color info

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

RGB color model

#529B5D color RGB value is (82,155,93).

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

RGB channels and saturation

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

82
155
93

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

Portions of RGB colors in percentages

R + G + B =
82 + 155 + 93 = 330 (100%)
R 82 of 330 ~ 24.85%
G 155 of 330 ~ 46.97%
B 93 of 330 ~ 28.18%

%24.85
%46.97
%28.18

CMYK color model

#529B5D color CMYK value is (47,0,40,39).

  • cyan value is 47.10%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 39.22%
CMYK:
(47,0,40,39)
C47M0Y40K39 
(47%,0%,40%,39%)
(0.47/0.00/0.40/0.39)	

CMYK percentages

%47.1
%0
%40
%39.22

Codes

Color #529B5D in popluar color models

529B5D
RGB8215593
HSL129°30.80%46.47%
HSB/HSV129°47.10%60.78%
CMYK47.10%0.00%40.00%
39.22%

Color #529B5D in popluar number systems.

HEX529B5D
Decimal8215593
Binary1010010100110111011101
Octal122233135

Shades and tints

Shades of #529B5D

#529B5D
(82,155,93)
#4B8D55
(75,141,85)
#447F4D
(68,127,77)
#3D7145
(61,113,69)
#36633D
(54,99,61)
#2F5535
(47,85,53)
#28472D
(40,71,45)
#213925
(33,57,37)
#1A2B1D
(26,43,29)
#131D15
(19,29,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #529B5D

#529B5D
(82,155,93)
#61A46B
(97,164,107)
#70AD79
(112,173,121)
#7FB687
(127,182,135)
#8EBF95
(142,191,149)
#9DC8A3
(157,200,163)
#ACD1B1
(172,209,177)
#BBDABF
(187,218,191)
#CAE3CD
(202,227,205)
#D9ECDB
(217,236,219)
#E8F5E9
(232,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529B5D; }

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

This text font color is #529B5D.


Background Color

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

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

This div background color is #529B5D.


Border color

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

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

This div border color is #529B5D.


Opacity

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

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

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

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

This text has shadow with #529B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529B5D on black background.


Color preview on white background

This text has color #529B5D on white background.



Black color preview on #529B5D background

This text has black color on #529B5D background.


White color preview on #529B5D background

This text has white color on #529B5D background.