COLOR #084920

HEX: #084920
RGB: (8,73,32)

Color info

#084920 contains mainly green and blue colors. Web safe color of #084920 is #003333 (or #033).

RGB color model

#084920 color RGB value is (8,73,32).

  • red value is 8;
  • green value is 73;
  • blue value is 32.
RGB:
(8,73,32)
(3%,29%,13%)

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 32 of 255 = 13%

8
73
32

R + G + B ~ 15%. #084920 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 32 = 113 (100%)
R 8 of 113 ~ 7.08%
G 73 of 113 ~ 64.6%
B 32 of 113 ~ 28.32%

%64.6
%28.32

CMYK color model

#084920 color CMYK value is (89,0,56,71).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 56.16%
  • key color value is 71.37%
CMYK:
(89,0,56,71)
C89M0Y56K71 
(89%,0%,56%,71%)
(0.89/0.00/0.56/0.71)	

CMYK percentages

%89.04
%0
%56.16
%71.37

Codes

Color #084920 in popluar color models

084920
RGB87332
HSL142°80.25%15.88%
HSB/HSV142°89.04%28.63%
CMYK89.04%0.00%56.16%
71.37%

Color #084920 in popluar number systems.

HEX084920
Decimal87332
Binary10001001001100000
Octal1011140

Shades and tints

Shades of #084920

#084920
(8,73,32)
#08431E
(8,67,30)
#083D1C
(8,61,28)
#08371A
(8,55,26)
#083118
(8,49,24)
#082B16
(8,43,22)
#082514
(8,37,20)
#081F12
(8,31,18)
#081910
(8,25,16)
#08130E
(8,19,14)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #084920

#084920
(8,73,32)
#1E5934
(30,89,52)
#346948
(52,105,72)
#4A795C
(74,121,92)
#608970
(96,137,112)
#769984
(118,153,132)
#8CA998
(140,169,152)
#A2B9AC
(162,185,172)
#B8C9C0
(184,201,192)
#CED9D4
(206,217,212)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084920 color. Also use rgb(8,73,32) instead hex code.

Text Font Color

.myTextColor { color: #084920; }

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

This text font color is #084920.


Background Color

.myBgColor { background-color: #084920; }

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

This div background color is #084920.


Border color

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

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

This div border color is #084920.


Opacity

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

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

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

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

This text has shadow with #084920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084920 on black background.


Color preview on white background

This text has color #084920 on white background.



Black color preview on #084920 background

This text has black color on #084920 background.


White color preview on #084920 background

This text has white color on #084920 background.