COLOR #525009

HEX: #525009
RGB: (82,80,9)

Color info

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

RGB color model

#525009 color RGB value is (82,80,9).

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

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 9 of 255 = 4%

82
80
9

R + G + B ~ 22%. #525009 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 9 = 171 (100%)
R 82 of 171 ~ 47.95%
G 80 of 171 ~ 46.78%
B 9 of 171 ~ 5.26%

%47.95
%46.78

CMYK color model

#525009 color CMYK value is (0,2,89,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 89.02%
  • key color value is 67.84%
CMYK:
(0,2,89,68)
C0M2Y89K68 
(0%,2%,89%,68%)
(0.00/0.02/0.89/0.68)	

CMYK percentages

%0
%2.44
%89.02
%67.84

Codes

Color #525009 in popluar color models

525009
RGB82809
HSL58°80.22%17.84%
HSB/HSV58°89.02%32.16%
CMYK0.00%2.44%89.02%
67.84%

Color #525009 in popluar number systems.

HEX525009
Decimal82809
Binary101001010100001001
Octal12212011

Shades and tints

Shades of #525009

#525009
(82,80,9)
#4B4909
(75,73,9)
#444209
(68,66,9)
#3D3B09
(61,59,9)
#363409
(54,52,9)
#2F2D09
(47,45,9)
#282609
(40,38,9)
#211F09
(33,31,9)
#1A1809
(26,24,9)
#131109
(19,17,9)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #525009

#525009
(82,80,9)
#615F1F
(97,95,31)
#706E35
(112,110,53)
#7F7D4B
(127,125,75)
#8E8C61
(142,140,97)
#9D9B77
(157,155,119)
#ACAA8D
(172,170,141)
#BBB9A3
(187,185,163)
#CAC8B9
(202,200,185)
#D9D7CF
(217,215,207)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525009; }

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

This text font color is #525009.


Background Color

.myBgColor { background-color: #525009; }

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

This div background color is #525009.


Border color

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

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

This div border color is #525009.


Opacity

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

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

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

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

This text has shadow with #525009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525009 on black background.


Color preview on white background

This text has color #525009 on white background.



Black color preview on #525009 background

This text has black color on #525009 background.


White color preview on #525009 background

This text has white color on #525009 background.