COLOR #529C51

HEX: #529C51
RGB: (82,156,81)

Color info

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

RGB color model

#529C51 color RGB value is (82,156,81).

  • red value is 82;
  • green value is 156;
  • blue value is 81.
RGB:
(82,156,81)
(32%,61%,32%)

RGB channels and saturation

R 82 of 255 = 32%
G 156 of 255 = 61%
B 81 of 255 = 32%

82
156
81

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

Portions of RGB colors in percentages

R + G + B =
82 + 156 + 81 = 319 (100%)
R 82 of 319 ~ 25.71%
G 156 of 319 ~ 48.9%
B 81 of 319 ~ 25.39%

%25.71
%48.9
%25.39

CMYK color model

#529C51 color CMYK value is (47,0,48,39).

  • cyan value is 47.44%
  • magenta value is 0.00%
  • yellow value is 48.08%
  • key color value is 38.82%
CMYK:
(47,0,48,39)
C47M0Y48K39 
(47%,0%,48%,39%)
(0.47/0.00/0.48/0.39)	

CMYK percentages

%47.44
%0
%48.08
%38.82

Codes

Color #529C51 in popluar color models

529C51
RGB8215681
HSL119°31.65%46.47%
HSB/HSV119°48.08%61.18%
CMYK47.44%0.00%48.08%
38.82%

Color #529C51 in popluar number systems.

HEX529C51
Decimal8215681
Binary1010010100111001010001
Octal122234121

Shades and tints

Shades of #529C51

#529C51
(82,156,81)
#4B8E4A
(75,142,74)
#448043
(68,128,67)
#3D723C
(61,114,60)
#366435
(54,100,53)
#2F562E
(47,86,46)
#284827
(40,72,39)
#213A20
(33,58,32)
#1A2C19
(26,44,25)
#131E12
(19,30,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #529C51

#529C51
(82,156,81)
#61A560
(97,165,96)
#70AE6F
(112,174,111)
#7FB77E
(127,183,126)
#8EC08D
(142,192,141)
#9DC99C
(157,201,156)
#ACD2AB
(172,210,171)
#BBDBBA
(187,219,186)
#CAE4C9
(202,228,201)
#D9EDD8
(217,237,216)
#E8F6E7
(232,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529C51 color. Also use rgb(82,156,81) instead hex code.

Text Font Color

.myTextColor { color: #529C51; }

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

This text font color is #529C51.


Background Color

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

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

This div background color is #529C51.


Border color

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

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

This div border color is #529C51.


Opacity

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

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

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

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

This text has shadow with #529C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529C51 on black background.


Color preview on white background

This text has color #529C51 on white background.



Black color preview on #529C51 background

This text has black color on #529C51 background.


White color preview on #529C51 background

This text has white color on #529C51 background.