COLOR #084320

HEX: #084320
RGB: (8,67,32)

Color info

#084320 contains red, green and blue colors in about the same proportion. Web safe color of #084320 is #003333 (or #033).

RGB color model

#084320 color RGB value is (8,67,32).

  • red value is 8;
  • green value is 67;
  • blue value is 32.
RGB:
(8,67,32)
(3%,26%,13%)

RGB channels and saturation

R 8 of 255 = 3%
G 67 of 255 = 26%
B 32 of 255 = 13%

8
67
32

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

Portions of RGB colors in percentages

R + G + B =
8 + 67 + 32 = 107 (100%)
R 8 of 107 ~ 7.48%
G 67 of 107 ~ 62.62%
B 32 of 107 ~ 29.91%

%62.62
%29.91

CMYK color model

#084320 color CMYK value is (88,0,52,74).

  • cyan value is 88.06%
  • magenta value is 0.00%
  • yellow value is 52.24%
  • key color value is 73.73%
CMYK:
(88,0,52,74)
C88M0Y52K74 
(88%,0%,52%,74%)
(0.88/0.00/0.52/0.74)	

CMYK percentages

%88.06
%0
%52.24
%73.73

Codes

Color #084320 in popluar color models

084320
RGB86732
HSL144°78.67%14.71%
HSB/HSV144°88.06%26.27%
CMYK88.06%0.00%52.24%
73.73%

Color #084320 in popluar number systems.

HEX084320
Decimal86732
Binary10001000011100000
Octal1010340

Shades and tints

Shades of #084320

#084320
(8,67,32)
#083D1E
(8,61,30)
#08371C
(8,55,28)
#08311A
(8,49,26)
#082B18
(8,43,24)
#082516
(8,37,22)
#081F14
(8,31,20)
#081912
(8,25,18)
#081310
(8,19,16)
#080D0E
(8,13,14)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #084320

#084320
(8,67,32)
#1E5434
(30,84,52)
#346548
(52,101,72)
#4A765C
(74,118,92)
#608770
(96,135,112)
#769884
(118,152,132)
#8CA998
(140,169,152)
#A2BAAC
(162,186,172)
#B8CBC0
(184,203,192)
#CEDCD4
(206,220,212)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084320; }

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

This text font color is #084320.


Background Color

.myBgColor { background-color: #084320; }

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

This div background color is #084320.


Border color

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

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

This div border color is #084320.


Opacity

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

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

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

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

This text has shadow with #084320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084320 on black background.


Color preview on white background

This text has color #084320 on white background.



Black color preview on #084320 background

This text has black color on #084320 background.


White color preview on #084320 background

This text has white color on #084320 background.