COLOR #527009

HEX: #527009
RGB: (82,112,9)

Color info

#527009 contains mainly red and green colors. Web safe color of #527009 is #666600 (or #660).

RGB color model

#527009 color RGB value is (82,112,9).

  • red value is 82;
  • green value is 112;
  • blue value is 9.
RGB:
(82,112,9)
(32%,44%,4%)

RGB channels and saturation

R 82 of 255 = 32%
G 112 of 255 = 44%
B 9 of 255 = 4%

82
112
9

R + G + B ~ 27%. #527009 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 112 + 9 = 203 (100%)
R 82 of 203 ~ 40.39%
G 112 of 203 ~ 55.17%
B 9 of 203 ~ 4.43%

%40.39
%55.17

CMYK color model

#527009 color CMYK value is (27,0,92,56).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 91.96%
  • key color value is 56.08%
CMYK:
(27,0,92,56)
C27M0Y92K56 
(27%,0%,92%,56%)
(0.27/0.00/0.92/0.56)	

CMYK percentages

%26.79
%0
%91.96
%56.08

Codes

Color #527009 in popluar color models

527009
RGB821129
HSL77°85.12%23.73%
HSB/HSV77°91.96%43.92%
CMYK26.79%0.00%91.96%
56.08%

Color #527009 in popluar number systems.

HEX527009
Decimal821129
Binary101001011100001001
Octal12216011

Shades and tints

Shades of #527009

#527009
(82,112,9)
#4B6609
(75,102,9)
#445C09
(68,92,9)
#3D5209
(61,82,9)
#364809
(54,72,9)
#2F3E09
(47,62,9)
#283409
(40,52,9)
#212A09
(33,42,9)
#1A2009
(26,32,9)
#131609
(19,22,9)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #527009

#527009
(82,112,9)
#617D1F
(97,125,31)
#708A35
(112,138,53)
#7F974B
(127,151,75)
#8EA461
(142,164,97)
#9DB177
(157,177,119)
#ACBE8D
(172,190,141)
#BBCBA3
(187,203,163)
#CAD8B9
(202,216,185)
#D9E5CF
(217,229,207)
#E8F2E5
(232,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527009 color. Also use rgb(82,112,9) instead hex code.

Text Font Color

.myTextColor { color: #527009; }

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

This text font color is #527009.


Background Color

.myBgColor { background-color: #527009; }

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

This div background color is #527009.


Border color

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

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

This div border color is #527009.


Opacity

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

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

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

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

This text has shadow with #527009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527009 on black background.


Color preview on white background

This text has color #527009 on white background.



Black color preview on #527009 background

This text has black color on #527009 background.


White color preview on #527009 background

This text has white color on #527009 background.