COLOR #084420

HEX: #084420 RGB: (8,68,32)

Color info

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

RGB color model

#084420 color RGB value is (8,68,32).

RGB: (8,68,32) (3%, 27%, 13%)

RGB channels and saturation

R 8 of 255 = 3%
G 68 of 255 = 27%
B 32 of 255 = 13%

8
68
32

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

Portions of RGB colors in percentages

R + G + B = 8 + 68 + 32 = 108 (100%)
R 8 of 108 ~ 7.41%
G 68 of 108 ~ 62.96%
B 32 of 108 ~ 29.63'%

%62.96
%29.63

CMYK color model

#084420 color CMYK value is (88,0,53,73).

  • cyan value is 88.24%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 73.33%

CMYK: (88,0,53,73)
C88M0Y53K73 (88%, 0%, 53%, 73%)
(0.88 / 0.00 / 0.53 / 0.73)

CMYK percentages

%88.24
%0
%52.94
%73.33

Codes

Color #084420 in popluar color models

08 44 20
RGB 8 68 32
HSL 144° 78.95% 14.90%
HSB/HSV 144° 88.24% 26.67%
CMYK 88.24% 0.00% 52.94%
73.33%

Color #084420 in popluar number systems.

HEX 08 44 20
Decimal 8 68 32
Binary 1000 1000100 100000
Octal 10 104 40

Shades and tints

Shades of #084420

#084420
(8,68,32)
#083E1E
(8,62,30)
#08381C
(8,56,28)
#08321A
(8,50,26)
#082C18
(8,44,24)
#082616
(8,38,22)
#082014
(8,32,20)
#081A12
(8,26,18)
#081410
(8,20,16)
#080E0E
(8,14,14)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #084420

#084420
(8,68,32)
#1E5534
(30,85,52)
#346648
(52,102,72)
#4A775C
(74,119,92)
#608870
(96,136,112)
#769984
(118,153,132)
#8CAA98
(140,170,152)
#A2BBAC
(162,187,172)
#B8CCC0
(184,204,192)
#CEDDD4
(206,221,212)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084420 color. Also use rgb(8,68,32) instead hex code.

Text Font Color

.myTextColor { color: #084420; }

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

This text font color is #084420.

Background Color

.myBgColor { background-color: #084420; }

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

This div background color is #084420.

Border color

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

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

This div border color is #084420.

Opacity

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

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

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

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

This text has shadow with #084420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084420.

Preview

Color preview on black background

This text has color #084420 on black background.


Color preview on white background

This text has color #084420 on white background.


Black color preview on #084420 background

This text has black color on #084420 background.


White color preview on #084420 background

This text has white color on #084420 background.


Related colors

Complementary color

Complementary color for #hex is #F7BBDF.


I love getcolorcode.com

Triadic colors

1 #200844 and #442008 with #084420 are triadic colors.

2 #204408 and #440820 with #084420 are triadic colors.