COLOR #084E08

HEX: #084E08
RGB: (8,78,8)

Color info

#084E08 contains mainly green color. Web safe color of #084E08 is #006600 (or #060).

RGB color model

#084E08 color RGB value is (8,78,8).

  • red value is 8;
  • green value is 78;
  • blue value is 8.
RGB:
(8,78,8)
(3%,31%,3%)

RGB channels and saturation

R 8 of 255 = 3%
G 78 of 255 = 31%
B 8 of 255 = 3%

8
78
8

R + G + B ~ 12%. #084E08 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 78 + 8 = 94 (100%)
R 8 of 94 ~ 8.51%
G 78 of 94 ~ 82.98%
B 8 of 94 ~ 8.51%

%82.98

CMYK color model

#084E08 color CMYK value is (90,0,90,69).

  • cyan value is 89.74%
  • magenta value is 0.00%
  • yellow value is 89.74%
  • key color value is 69.41%
CMYK:
(90,0,90,69)
C90M0Y90K69 
(90%,0%,90%,69%)
(0.90/0.00/0.90/0.69)	

CMYK percentages

%89.74
%0
%89.74
%69.41

Codes

Color #084E08 in popluar color models

084E08
RGB8788
HSL120°81.40%16.86%
HSB/HSV120°89.74%30.59%
CMYK89.74%0.00%89.74%
69.41%

Color #084E08 in popluar number systems.

HEX084E08
Decimal8788
Binary100010011101000
Octal1011610

Shades and tints

Shades of #084E08

#084E08
(8,78,8)
#084708
(8,71,8)
#084008
(8,64,8)
#083908
(8,57,8)
#083208
(8,50,8)
#082B08
(8,43,8)
#082408
(8,36,8)
#081D08
(8,29,8)
#081608
(8,22,8)
#080F08
(8,15,8)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #084E08

#084E08
(8,78,8)
#1E5E1E
(30,94,30)
#346E34
(52,110,52)
#4A7E4A
(74,126,74)
#608E60
(96,142,96)
#769E76
(118,158,118)
#8CAE8C
(140,174,140)
#A2BEA2
(162,190,162)
#B8CEB8
(184,206,184)
#CEDECE
(206,222,206)
#E4EEE4
(228,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084E08 color. Also use rgb(8,78,8) instead hex code.

Text Font Color

.myTextColor { color: #084E08; }

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

This text font color is #084E08.


Background Color

.myBgColor { background-color: #084E08; }

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

This div background color is #084E08.


Border color

.myBorderColor { border: 1px solid #084E08; }

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

This div border color is #084E08.


Opacity

.myOpacity80 { color: #084E08; opacity: 0.8; }

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

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

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

This text has shadow with #084E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084E08 on black background.


Color preview on white background

This text has color #084E08 on white background.



Black color preview on #084E08 background

This text has black color on #084E08 background.


White color preview on #084E08 background

This text has white color on #084E08 background.