COLOR #08621E

HEX: #08621E
RGB: (8,98,30)

Color info

#08621E contains mainly green color. Web safe color of #08621E is #006633 (or #063).

RGB color model

#08621E color RGB value is (8,98,30).

  • red value is 8;
  • green value is 98;
  • blue value is 30.
RGB:
(8,98,30)
(3%,38%,12%)

RGB channels and saturation

R 8 of 255 = 3%
G 98 of 255 = 38%
B 30 of 255 = 12%

8
98
30

R + G + B ~ 18%. #08621E is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 98 + 30 = 136 (100%)
R 8 of 136 ~ 5.88%
G 98 of 136 ~ 72.06%
B 30 of 136 ~ 22.06%

%72.06
%22.06

CMYK color model

#08621E color CMYK value is (92,0,69,62).

  • cyan value is 91.84%
  • magenta value is 0.00%
  • yellow value is 69.39%
  • key color value is 61.57%
CMYK:
(92,0,69,62)
C92M0Y69K62 
(92%,0%,69%,62%)
(0.92/0.00/0.69/0.62)	

CMYK percentages

%91.84
%0
%69.39
%61.57

Codes

Color #08621E in popluar color models

08621E
RGB89830
HSL135°84.91%20.78%
HSB/HSV135°91.84%38.43%
CMYK91.84%0.00%69.39%
61.57%

Color #08621E in popluar number systems.

HEX08621E
Decimal89830
Binary1000110001011110
Octal1014236

Shades and tints

Shades of #08621E

#08621E
(8,98,30)
#085A1C
(8,90,28)
#08521A
(8,82,26)
#084A18
(8,74,24)
#084216
(8,66,22)
#083A14
(8,58,20)
#083212
(8,50,18)
#082A10
(8,42,16)
#08220E
(8,34,14)
#081A0C
(8,26,12)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #08621E

#08621E
(8,98,30)
#1E7032
(30,112,50)
#347E46
(52,126,70)
#4A8C5A
(74,140,90)
#609A6E
(96,154,110)
#76A882
(118,168,130)
#8CB696
(140,182,150)
#A2C4AA
(162,196,170)
#B8D2BE
(184,210,190)
#CEE0D2
(206,224,210)
#E4EEE6
(228,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08621E color. Also use rgb(8,98,30) instead hex code.

Text Font Color

.myTextColor { color: #08621E; }

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

This text font color is #08621E.


Background Color

.myBgColor { background-color: #08621E; }

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

This div background color is #08621E.


Border color

.myBorderColor { border: 1px solid #08621E; }

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

This div border color is #08621E.


Opacity

.myOpacity80 { color: #08621E; opacity: 0.8; }

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

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

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

This text has shadow with #08621E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08621E on black background.


Color preview on white background

This text has color #08621E on white background.



Black color preview on #08621E background

This text has black color on #08621E background.


White color preview on #08621E background

This text has white color on #08621E background.