COLOR #084A0A

HEX: #084A0A
RGB: (8,74,10)

Color info

#084A0A contains mainly green color. Web safe color of #084A0A is #003300 (or #030).

RGB color model

#084A0A color RGB value is (8,74,10).

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

RGB channels and saturation

R 8 of 255 = 3%
G 74 of 255 = 29%
B 10 of 255 = 4%

8
74
10

R + G + B ~ 12%. #084A0A is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 74 + 10 = 92 (100%)
R 8 of 92 ~ 8.7%
G 74 of 92 ~ 80.43%
B 10 of 92 ~ 10.87%

%80.43
%10.87

CMYK color model

#084A0A color CMYK value is (89,0,86,71).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 86.49%
  • key color value is 70.98%
CMYK:
(89,0,86,71)
C89M0Y86K71 
(89%,0%,86%,71%)
(0.89/0.00/0.86/0.71)	

CMYK percentages

%89.19
%0
%86.49
%70.98

Codes

Color #084A0A in popluar color models

084A0A
RGB87410
HSL122°80.49%16.08%
HSB/HSV122°89.19%29.02%
CMYK89.19%0.00%86.49%
70.98%

Color #084A0A in popluar number systems.

HEX084A0A
Decimal87410
Binary100010010101010
Octal1011212

Shades and tints

Shades of #084A0A

#084A0A
(8,74,10)
#08440A
(8,68,10)
#083E0A
(8,62,10)
#08380A
(8,56,10)
#08320A
(8,50,10)
#082C0A
(8,44,10)
#08260A
(8,38,10)
#08200A
(8,32,10)
#081A0A
(8,26,10)
#08140A
(8,20,10)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #084A0A

#084A0A
(8,74,10)
#1E5A20
(30,90,32)
#346A36
(52,106,54)
#4A7A4C
(74,122,76)
#608A62
(96,138,98)
#769A78
(118,154,120)
#8CAA8E
(140,170,142)
#A2BAA4
(162,186,164)
#B8CABA
(184,202,186)
#CEDAD0
(206,218,208)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084A0A; }

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

This text font color is #084A0A.


Background Color

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

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

This div background color is #084A0A.


Border color

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

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

This div border color is #084A0A.


Opacity

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

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

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

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

This text has shadow with #084A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084A0A on black background.


Color preview on white background

This text has color #084A0A on white background.



Black color preview on #084A0A background

This text has black color on #084A0A background.


White color preview on #084A0A background

This text has white color on #084A0A background.