COLOR #08520B

HEX: #08520B
RGB: (8,82,11)

Color info

#08520B contains mainly green color. Web safe color of #08520B is #006600 (or #060).

RGB color model

#08520B color RGB value is (8,82,11).

  • red value is 8;
  • green value is 82;
  • blue value is 11.
RGB:
(8,82,11)
(3%,32%,4%)

RGB channels and saturation

R 8 of 255 = 3%
G 82 of 255 = 32%
B 11 of 255 = 4%

8
82
11

R + G + B ~ 13%. #08520B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 82 + 11 = 101 (100%)
R 8 of 101 ~ 7.92%
G 82 of 101 ~ 81.19%
B 11 of 101 ~ 10.89%

%81.19
%10.89

CMYK color model

#08520B color CMYK value is (90,0,87,68).

  • cyan value is 90.24%
  • magenta value is 0.00%
  • yellow value is 86.59%
  • key color value is 67.84%
CMYK:
(90,0,87,68)
C90M0Y87K68 
(90%,0%,87%,68%)
(0.90/0.00/0.87/0.68)	

CMYK percentages

%90.24
%0
%86.59
%67.84

Codes

Color #08520B in popluar color models

08520B
RGB88211
HSL122°82.22%17.65%
HSB/HSV122°90.24%32.16%
CMYK90.24%0.00%86.59%
67.84%

Color #08520B in popluar number systems.

HEX08520B
Decimal88211
Binary100010100101011
Octal1012213

Shades and tints

Shades of #08520B

#08520B
(8,82,11)
#084B0A
(8,75,10)
#084409
(8,68,9)
#083D08
(8,61,8)
#083607
(8,54,7)
#082F06
(8,47,6)
#082805
(8,40,5)
#082104
(8,33,4)
#081A03
(8,26,3)
#081302
(8,19,2)
#080C01
(8,12,1)
#000000
(0,0,0)

Tints of #08520B

#08520B
(8,82,11)
#1E6121
(30,97,33)
#347037
(52,112,55)
#4A7F4D
(74,127,77)
#608E63
(96,142,99)
#769D79
(118,157,121)
#8CAC8F
(140,172,143)
#A2BBA5
(162,187,165)
#B8CABB
(184,202,187)
#CED9D1
(206,217,209)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08520B color. Also use rgb(8,82,11) instead hex code.

Text Font Color

.myTextColor { color: #08520B; }

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

This text font color is #08520B.


Background Color

.myBgColor { background-color: #08520B; }

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

This div background color is #08520B.


Border color

.myBorderColor { border: 1px solid #08520B; }

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

This div border color is #08520B.


Opacity

.myOpacity80 { color: #08520B; opacity: 0.8; }

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

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

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

This text has shadow with #08520B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08520B on black background.


Color preview on white background

This text has color #08520B on white background.



Black color preview on #08520B background

This text has black color on #08520B background.


White color preview on #08520B background

This text has white color on #08520B background.