COLOR #084A18

HEX: #084A18
RGB: (8,74,24)

Color info

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

RGB color model

#084A18 color RGB value is (8,74,24).

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

RGB channels and saturation

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

8
74
24

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

Portions of RGB colors in percentages

R + G + B =
8 + 74 + 24 = 106 (100%)
R 8 of 106 ~ 7.55%
G 74 of 106 ~ 69.81%
B 24 of 106 ~ 22.64%

%69.81
%22.64

CMYK color model

#084A18 color CMYK value is (89,0,68,71).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 70.98%
CMYK:
(89,0,68,71)
C89M0Y68K71 
(89%,0%,68%,71%)
(0.89/0.00/0.68/0.71)	

CMYK percentages

%89.19
%0
%67.57
%70.98

Codes

Color #084A18 in popluar color models

084A18
RGB87424
HSL135°80.49%16.08%
HSB/HSV135°89.19%29.02%
CMYK89.19%0.00%67.57%
70.98%

Color #084A18 in popluar number systems.

HEX084A18
Decimal87424
Binary1000100101011000
Octal1011230

Shades and tints

Shades of #084A18

#084A18
(8,74,24)
#084416
(8,68,22)
#083E14
(8,62,20)
#083812
(8,56,18)
#083210
(8,50,16)
#082C0E
(8,44,14)
#08260C
(8,38,12)
#08200A
(8,32,10)
#081A08
(8,26,8)
#081406
(8,20,6)
#080E04
(8,14,4)
#000000
(0,0,0)

Tints of #084A18

#084A18
(8,74,24)
#1E5A2D
(30,90,45)
#346A42
(52,106,66)
#4A7A57
(74,122,87)
#608A6C
(96,138,108)
#769A81
(118,154,129)
#8CAA96
(140,170,150)
#A2BAAB
(162,186,171)
#B8CAC0
(184,202,192)
#CEDAD5
(206,218,213)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084A18; }

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

This text font color is #084A18.


Background Color

.myBgColor { background-color: #084A18; }

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

This div background color is #084A18.


Border color

.myBorderColor { border: 1px solid #084A18; }

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

This div border color is #084A18.


Opacity

.myOpacity80 { color: #084A18; opacity: 0.8; }

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

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

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

This text has shadow with #084A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084A18 on black background.


Color preview on white background

This text has color #084A18 on white background.



Black color preview on #084A18 background

This text has black color on #084A18 background.


White color preview on #084A18 background

This text has white color on #084A18 background.