COLOR #084911

HEX: #084911
RGB: (8,73,17)

Color info

#084911 contains mainly green and blue colors. Web safe color of #084911 is #003300 (or #030).

RGB color model

#084911 color RGB value is (8,73,17).

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

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 17 of 255 = 7%

8
73
17

R + G + B ~ 13%. #084911 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 17 = 98 (100%)
R 8 of 98 ~ 8.16%
G 73 of 98 ~ 74.49%
B 17 of 98 ~ 17.35%

%74.49
%17.35

CMYK color model

#084911 color CMYK value is (89,0,77,71).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 76.71%
  • key color value is 71.37%
CMYK:
(89,0,77,71)
C89M0Y77K71 
(89%,0%,77%,71%)
(0.89/0.00/0.77/0.71)	

CMYK percentages

%89.04
%0
%76.71
%71.37

Codes

Color #084911 in popluar color models

084911
RGB87317
HSL128°80.25%15.88%
HSB/HSV128°89.04%28.63%
CMYK89.04%0.00%76.71%
71.37%

Color #084911 in popluar number systems.

HEX084911
Decimal87317
Binary1000100100110001
Octal1011121

Shades and tints

Shades of #084911

#084911
(8,73,17)
#084310
(8,67,16)
#083D0F
(8,61,15)
#08370E
(8,55,14)
#08310D
(8,49,13)
#082B0C
(8,43,12)
#08250B
(8,37,11)
#081F0A
(8,31,10)
#081909
(8,25,9)
#081308
(8,19,8)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #084911

#084911
(8,73,17)
#1E5926
(30,89,38)
#34693B
(52,105,59)
#4A7950
(74,121,80)
#608965
(96,137,101)
#76997A
(118,153,122)
#8CA98F
(140,169,143)
#A2B9A4
(162,185,164)
#B8C9B9
(184,201,185)
#CED9CE
(206,217,206)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084911; }

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

This text font color is #084911.


Background Color

.myBgColor { background-color: #084911; }

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

This div background color is #084911.


Border color

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

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

This div border color is #084911.


Opacity

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

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

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

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

This text has shadow with #084911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084911 on black background.


Color preview on white background

This text has color #084911 on white background.



Black color preview on #084911 background

This text has black color on #084911 background.


White color preview on #084911 background

This text has white color on #084911 background.