COLOR #084A1E

HEX: #084A1E RGB: (8,74,30)

Color info

#084A1E contains mainly green and blue colors. Web safe color of #084A1E is #003333 (or #033).

RGB color model

#084A1E color RGB value is (8,74,30).

RGB: (8,74,30) (3%, 29%, 12%)

RGB channels and saturation

R 8 of 255 = 3%
G 74 of 255 = 29%
B 30 of 255 = 12%

8
74
30

R + G + B ~ 15%. #084A1E is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 74 + 30 = 112 (100%)
R 8 of 112 ~ 7.14%
G 74 of 112 ~ 66.07%
B 30 of 112 ~ 26.79'%

%66.07
%26.79

CMYK color model

#084A1E color CMYK value is (89,0,59,71).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 70.98%
CMYK: (89,0,59,71) C89M0Y59K71 (89%,0%,59%,71%) (0.89/0.00/0.59/0.71) 

CMYK percentages

%89.19
%0
%59.46
%70.98

Codes

Color #084A1E in popluar color models

08 4A 1E
RGB 8 74 30
HSL 140° 80.49% 16.08%
HSB/HSV 140° 89.19% 29.02%
CMYK 89.19% 0.00% 59.46%
70.98%

Color #084A1E in popluar number systems.

HEX 08 4A 1E
Decimal 8 74 30
Binary 1000 1001010 11110
Octal 10 112 36

Shades and tints

Shades of #084A1E

#084A1E
(8,74,30)
#08441C
(8,68,28)
#083E1A
(8,62,26)
#083818
(8,56,24)
#083216
(8,50,22)
#082C14
(8,44,20)
#082612
(8,38,18)
#082010
(8,32,16)
#081A0E
(8,26,14)
#08140C
(8,20,12)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #084A1E

#084A1E
(8,74,30)
#1E5A32
(30,90,50)
#346A46
(52,106,70)
#4A7A5A
(74,122,90)
#608A6E
(96,138,110)
#769A82
(118,154,130)
#8CAA96
(140,170,150)
#A2BAAA
(162,186,170)
#B8CABE
(184,202,190)
#CEDAD2
(206,218,210)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084A1E; }

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

This text font color is #084A1E.

Background Color

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

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

This div background color is #084A1E.

Border color

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

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

This div border color is #084A1E.

Opacity

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

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

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

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

This text has shadow with #084A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084A1E.

Preview

Color preview on black background

This text has color #084A1E on black background.


Color preview on white background

This text has color #084A1E on white background.


Black color preview on #084A1E background

This text has black color on #084A1E background.


White color preview on #084A1E background

This text has white color on #084A1E background.


Related colors

Complementary color

Complementary color for #hex is #F7B5E1.


I love getcolorcode.com

Triadic colors

1 #1E084A and #4A1E08 with #084A1E are triadic colors.

2 #1E4A08 and #4A081E with #084A1E are triadic colors.