COLOR #084905

HEX: #084905
RGB: (8,73,5)

Color info

#084905 contains mainly green color. Web safe color of #084905 is #003300 (or #030).

RGB color model

#084905 color RGB value is (8,73,5).

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

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 5 of 255 = 2%

8
73
5

R + G + B ~ 11%. #084905 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 5 = 86 (100%)
R 8 of 86 ~ 9.3%
G 73 of 86 ~ 84.88%
B 5 of 86 ~ 5.81%

%84.88

CMYK color model

#084905 color CMYK value is (89,0,93,71).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 93.15%
  • key color value is 71.37%
CMYK:
(89,0,93,71)
C89M0Y93K71 
(89%,0%,93%,71%)
(0.89/0.00/0.93/0.71)	

CMYK percentages

%89.04
%0
%93.15
%71.37

Codes

Color #084905 in popluar color models

084905
RGB8735
HSL117°87.18%15.29%
HSB/HSV117°93.15%28.63%
CMYK89.04%0.00%93.15%
71.37%

Color #084905 in popluar number systems.

HEX084905
Decimal8735
Binary10001001001101
Octal101115

Shades and tints

Shades of #084905

#084905
(8,73,5)
#084305
(8,67,5)
#083D05
(8,61,5)
#083705
(8,55,5)
#083105
(8,49,5)
#082B05
(8,43,5)
#082505
(8,37,5)
#081F05
(8,31,5)
#081905
(8,25,5)
#081305
(8,19,5)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #084905

#084905
(8,73,5)
#1E591B
(30,89,27)
#346931
(52,105,49)
#4A7947
(74,121,71)
#60895D
(96,137,93)
#769973
(118,153,115)
#8CA989
(140,169,137)
#A2B99F
(162,185,159)
#B8C9B5
(184,201,181)
#CED9CB
(206,217,203)
#E4E9E1
(228,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084905; }

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

This text font color is #084905.


Background Color

.myBgColor { background-color: #084905; }

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

This div background color is #084905.


Border color

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

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

This div border color is #084905.


Opacity

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

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

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

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

This text has shadow with #084905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084905 on black background.


Color preview on white background

This text has color #084905 on white background.



Black color preview on #084905 background

This text has black color on #084905 background.


White color preview on #084905 background

This text has white color on #084905 background.