COLOR #528127

HEX: #528127
RGB: (82,129,39)

Color info

#528127 contains mainly red and green colors. Web safe color of #528127 is #669933 (or #693).

RGB color model

#528127 color RGB value is (82,129,39).

  • red value is 82;
  • green value is 129;
  • blue value is 39.
RGB:
(82,129,39)
(32%,51%,15%)

RGB channels and saturation

R 82 of 255 = 32%
G 129 of 255 = 51%
B 39 of 255 = 15%

82
129
39

R + G + B ~ 33%. #528127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 129 + 39 = 250 (100%)
R 82 of 250 ~ 32.8%
G 129 of 250 ~ 51.6%
B 39 of 250 ~ 15.6%

%32.8
%51.6
%15.6

CMYK color model

#528127 color CMYK value is (36,0,70,49).

  • cyan value is 36.43%
  • magenta value is 0.00%
  • yellow value is 69.77%
  • key color value is 49.41%
CMYK:
(36,0,70,49)
C36M0Y70K49 
(36%,0%,70%,49%)
(0.36/0.00/0.70/0.49)	

CMYK percentages

%36.43
%0
%69.77
%49.41

Codes

Color #528127 in popluar color models

528127
RGB8212939
HSL91°53.57%32.94%
HSB/HSV91°69.77%50.59%
CMYK36.43%0.00%69.77%
49.41%

Color #528127 in popluar number systems.

HEX528127
Decimal8212939
Binary101001010000001100111
Octal12220147

Shades and tints

Shades of #528127

#528127
(82,129,39)
#4B7624
(75,118,36)
#446B21
(68,107,33)
#3D601E
(61,96,30)
#36551B
(54,85,27)
#2F4A18
(47,74,24)
#283F15
(40,63,21)
#213412
(33,52,18)
#1A290F
(26,41,15)
#131E0C
(19,30,12)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #528127

#528127
(82,129,39)
#618C3A
(97,140,58)
#70974D
(112,151,77)
#7FA260
(127,162,96)
#8EAD73
(142,173,115)
#9DB886
(157,184,134)
#ACC399
(172,195,153)
#BBCEAC
(187,206,172)
#CAD9BF
(202,217,191)
#D9E4D2
(217,228,210)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528127 color. Also use rgb(82,129,39) instead hex code.

Text Font Color

.myTextColor { color: #528127; }

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

This text font color is #528127.


Background Color

.myBgColor { background-color: #528127; }

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

This div background color is #528127.


Border color

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

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

This div border color is #528127.


Opacity

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

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

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

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

This text has shadow with #528127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528127 on black background.


Color preview on white background

This text has color #528127 on white background.



Black color preview on #528127 background

This text has black color on #528127 background.


White color preview on #528127 background

This text has white color on #528127 background.