COLOR #084620

HEX: #084620
RGB: (8,70,32)

Color info

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

RGB color model

#084620 color RGB value is (8,70,32).

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

RGB channels and saturation

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

8
70
32

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

Portions of RGB colors in percentages

R + G + B =
8 + 70 + 32 = 110 (100%)
R 8 of 110 ~ 7.27%
G 70 of 110 ~ 63.64%
B 32 of 110 ~ 29.09%

%63.64
%29.09

CMYK color model

#084620 color CMYK value is (89,0,54,73).

  • cyan value is 88.57%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 72.55%
CMYK:
(89,0,54,73)
C89M0Y54K73 
(89%,0%,54%,73%)
(0.89/0.00/0.54/0.73)	

CMYK percentages

%88.57
%0
%54.29
%72.55

Codes

Color #084620 in popluar color models

084620
RGB87032
HSL143°79.49%15.29%
HSB/HSV143°88.57%27.45%
CMYK88.57%0.00%54.29%
72.55%

Color #084620 in popluar number systems.

HEX084620
Decimal87032
Binary10001000110100000
Octal1010640

Shades and tints

Shades of #084620

#084620
(8,70,32)
#08401E
(8,64,30)
#083A1C
(8,58,28)
#08341A
(8,52,26)
#082E18
(8,46,24)
#082816
(8,40,22)
#082214
(8,34,20)
#081C12
(8,28,18)
#081610
(8,22,16)
#08100E
(8,16,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #084620

#084620
(8,70,32)
#1E5634
(30,86,52)
#346648
(52,102,72)
#4A765C
(74,118,92)
#608670
(96,134,112)
#769684
(118,150,132)
#8CA698
(140,166,152)
#A2B6AC
(162,182,172)
#B8C6C0
(184,198,192)
#CED6D4
(206,214,212)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084620; }

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

This text font color is #084620.


Background Color

.myBgColor { background-color: #084620; }

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

This div background color is #084620.


Border color

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

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

This div border color is #084620.


Opacity

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

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

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

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

This text has shadow with #084620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084620 on black background.


Color preview on white background

This text has color #084620 on white background.



Black color preview on #084620 background

This text has black color on #084620 background.


White color preview on #084620 background

This text has white color on #084620 background.