COLOR #084C20

HEX: #084C20
RGB: (8,76,32)

Color info

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

RGB color model

#084C20 color RGB value is (8,76,32).

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

RGB channels and saturation

R 8 of 255 = 3%
G 76 of 255 = 30%
B 32 of 255 = 13%

8
76
32

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

Portions of RGB colors in percentages

R + G + B =
8 + 76 + 32 = 116 (100%)
R 8 of 116 ~ 6.9%
G 76 of 116 ~ 65.52%
B 32 of 116 ~ 27.59%

%65.52
%27.59

CMYK color model

#084C20 color CMYK value is (89,0,58,70).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 70.20%
CMYK:
(89,0,58,70)
C89M0Y58K70 
(89%,0%,58%,70%)
(0.89/0.00/0.58/0.70)	

CMYK percentages

%89.47
%0
%57.89
%70.2

Codes

Color #084C20 in popluar color models

084C20
RGB87632
HSL141°80.95%16.47%
HSB/HSV141°89.47%29.80%
CMYK89.47%0.00%57.89%
70.20%

Color #084C20 in popluar number systems.

HEX084C20
Decimal87632
Binary10001001100100000
Octal1011440

Shades and tints

Shades of #084C20

#084C20
(8,76,32)
#08461E
(8,70,30)
#08401C
(8,64,28)
#083A1A
(8,58,26)
#083418
(8,52,24)
#082E16
(8,46,22)
#082814
(8,40,20)
#082212
(8,34,18)
#081C10
(8,28,16)
#08160E
(8,22,14)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #084C20

#084C20
(8,76,32)
#1E5C34
(30,92,52)
#346C48
(52,108,72)
#4A7C5C
(74,124,92)
#608C70
(96,140,112)
#769C84
(118,156,132)
#8CAC98
(140,172,152)
#A2BCAC
(162,188,172)
#B8CCC0
(184,204,192)
#CEDCD4
(206,220,212)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084C20; }

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

This text font color is #084C20.


Background Color

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

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

This div background color is #084C20.


Border color

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

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

This div border color is #084C20.


Opacity

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

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

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

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

This text has shadow with #084C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084C20 on black background.


Color preview on white background

This text has color #084C20 on white background.



Black color preview on #084C20 background

This text has black color on #084C20 background.


White color preview on #084C20 background

This text has white color on #084C20 background.