COLOR #084918

HEX: #084918
RGB: (8,73,24)

Color info

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

RGB color model

#084918 color RGB value is (8,73,24).

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

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 24 of 255 = 9%

8
73
24

R + G + B ~ 14%. #084918 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 24 = 105 (100%)
R 8 of 105 ~ 7.62%
G 73 of 105 ~ 69.52%
B 24 of 105 ~ 22.86%

%69.52
%22.86

CMYK color model

#084918 color CMYK value is (89,0,67,71).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(89,0,67,71)
C89M0Y67K71 
(89%,0%,67%,71%)
(0.89/0.00/0.67/0.71)	

CMYK percentages

%89.04
%0
%67.12
%71.37

Codes

Color #084918 in popluar color models

084918
RGB87324
HSL135°80.25%15.88%
HSB/HSV135°89.04%28.63%
CMYK89.04%0.00%67.12%
71.37%

Color #084918 in popluar number systems.

HEX084918
Decimal87324
Binary1000100100111000
Octal1011130

Shades and tints

Shades of #084918

#084918
(8,73,24)
#084316
(8,67,22)
#083D14
(8,61,20)
#083712
(8,55,18)
#083110
(8,49,16)
#082B0E
(8,43,14)
#08250C
(8,37,12)
#081F0A
(8,31,10)
#081908
(8,25,8)
#081306
(8,19,6)
#080D04
(8,13,4)
#000000
(0,0,0)

Tints of #084918

#084918
(8,73,24)
#1E592D
(30,89,45)
#346942
(52,105,66)
#4A7957
(74,121,87)
#60896C
(96,137,108)
#769981
(118,153,129)
#8CA996
(140,169,150)
#A2B9AB
(162,185,171)
#B8C9C0
(184,201,192)
#CED9D5
(206,217,213)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084918; }

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

This text font color is #084918.


Background Color

.myBgColor { background-color: #084918; }

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

This div background color is #084918.


Border color

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

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

This div border color is #084918.


Opacity

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

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

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

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

This text has shadow with #084918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084918 on black background.


Color preview on white background

This text has color #084918 on white background.



Black color preview on #084918 background

This text has black color on #084918 background.


White color preview on #084918 background

This text has white color on #084918 background.