COLOR #08531D

HEX: #08531D
RGB: (8,83,29)

Color info

#08531D contains mainly green and blue colors. Web safe color of #08531D is #006633 (or #063).

RGB color model

#08531D color RGB value is (8,83,29).

  • red value is 8;
  • green value is 83;
  • blue value is 29.
RGB:
(8,83,29)
(3%,33%,11%)

RGB channels and saturation

R 8 of 255 = 3%
G 83 of 255 = 33%
B 29 of 255 = 11%

8
83
29

R + G + B ~ 16%. #08531D is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 83 + 29 = 120 (100%)
R 8 of 120 ~ 6.67%
G 83 of 120 ~ 69.17%
B 29 of 120 ~ 24.17%

%69.17
%24.17

CMYK color model

#08531D color CMYK value is (90,0,65,67).

  • cyan value is 90.36%
  • magenta value is 0.00%
  • yellow value is 65.06%
  • key color value is 67.45%
CMYK:
(90,0,65,67)
C90M0Y65K67 
(90%,0%,65%,67%)
(0.90/0.00/0.65/0.67)	

CMYK percentages

%90.36
%0
%65.06
%67.45

Codes

Color #08531D in popluar color models

08531D
RGB88329
HSL137°82.42%17.84%
HSB/HSV137°90.36%32.55%
CMYK90.36%0.00%65.06%
67.45%

Color #08531D in popluar number systems.

HEX08531D
Decimal88329
Binary1000101001111101
Octal1012335

Shades and tints

Shades of #08531D

#08531D
(8,83,29)
#084C1B
(8,76,27)
#084519
(8,69,25)
#083E17
(8,62,23)
#083715
(8,55,21)
#083013
(8,48,19)
#082911
(8,41,17)
#08220F
(8,34,15)
#081B0D
(8,27,13)
#08140B
(8,20,11)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #08531D

#08531D
(8,83,29)
#1E6231
(30,98,49)
#347145
(52,113,69)
#4A8059
(74,128,89)
#608F6D
(96,143,109)
#769E81
(118,158,129)
#8CAD95
(140,173,149)
#A2BCA9
(162,188,169)
#B8CBBD
(184,203,189)
#CEDAD1
(206,218,209)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08531D color. Also use rgb(8,83,29) instead hex code.

Text Font Color

.myTextColor { color: #08531D; }

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

This text font color is #08531D.


Background Color

.myBgColor { background-color: #08531D; }

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

This div background color is #08531D.


Border color

.myBorderColor { border: 1px solid #08531D; }

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

This div border color is #08531D.


Opacity

.myOpacity80 { color: #08531D; opacity: 0.8; }

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

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

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

This text has shadow with #08531D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08531D on black background.


Color preview on white background

This text has color #08531D on white background.



Black color preview on #08531D background

This text has black color on #08531D background.


White color preview on #08531D background

This text has white color on #08531D background.