COLOR #084914

HEX: #084914
RGB: (8,73,20)

Color info

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

RGB color model

#084914 color RGB value is (8,73,20).

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

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 20 of 255 = 8%

8
73
20

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

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 20 = 101 (100%)
R 8 of 101 ~ 7.92%
G 73 of 101 ~ 72.28%
B 20 of 101 ~ 19.8%

%72.28
%19.8

CMYK color model

#084914 color CMYK value is (89,0,73,71).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(89,0,73,71)
C89M0Y73K71 
(89%,0%,73%,71%)
(0.89/0.00/0.73/0.71)	

CMYK percentages

%89.04
%0
%72.6
%71.37

Codes

Color #084914 in popluar color models

084914
RGB87320
HSL131°80.25%15.88%
HSB/HSV131°89.04%28.63%
CMYK89.04%0.00%72.60%
71.37%

Color #084914 in popluar number systems.

HEX084914
Decimal87320
Binary1000100100110100
Octal1011124

Shades and tints

Shades of #084914

#084914
(8,73,20)
#084313
(8,67,19)
#083D12
(8,61,18)
#083711
(8,55,17)
#083110
(8,49,16)
#082B0F
(8,43,15)
#08250E
(8,37,14)
#081F0D
(8,31,13)
#08190C
(8,25,12)
#08130B
(8,19,11)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #084914

#084914
(8,73,20)
#1E5929
(30,89,41)
#34693E
(52,105,62)
#4A7953
(74,121,83)
#608968
(96,137,104)
#76997D
(118,153,125)
#8CA992
(140,169,146)
#A2B9A7
(162,185,167)
#B8C9BC
(184,201,188)
#CED9D1
(206,217,209)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084914; }

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

This text font color is #084914.


Background Color

.myBgColor { background-color: #084914; }

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

This div background color is #084914.


Border color

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

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

This div border color is #084914.


Opacity

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

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

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

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

This text has shadow with #084914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084914 on black background.


Color preview on white background

This text has color #084914 on white background.



Black color preview on #084914 background

This text has black color on #084914 background.


White color preview on #084914 background

This text has white color on #084914 background.