COLOR #084C06

HEX: #084C06
RGB: (8,76,6)

Color info

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

RGB color model

#084C06 color RGB value is (8,76,6).

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

RGB channels and saturation

R 8 of 255 = 3%
G 76 of 255 = 30%
B 6 of 255 = 2%

8
76
6

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

Portions of RGB colors in percentages

R + G + B =
8 + 76 + 6 = 90 (100%)
R 8 of 90 ~ 8.89%
G 76 of 90 ~ 84.44%
B 6 of 90 ~ 6.67%

%84.44

CMYK color model

#084C06 color CMYK value is (89,0,92,70).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 92.11%
  • key color value is 70.20%
CMYK:
(89,0,92,70)
C89M0Y92K70 
(89%,0%,92%,70%)
(0.89/0.00/0.92/0.70)	

CMYK percentages

%89.47
%0
%92.11
%70.2

Codes

Color #084C06 in popluar color models

084C06
RGB8766
HSL118°85.37%16.08%
HSB/HSV118°92.11%29.80%
CMYK89.47%0.00%92.11%
70.20%

Color #084C06 in popluar number systems.

HEX084C06
Decimal8766
Binary10001001100110
Octal101146

Shades and tints

Shades of #084C06

#084C06
(8,76,6)
#084606
(8,70,6)
#084006
(8,64,6)
#083A06
(8,58,6)
#083406
(8,52,6)
#082E06
(8,46,6)
#082806
(8,40,6)
#082206
(8,34,6)
#081C06
(8,28,6)
#081606
(8,22,6)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #084C06

#084C06
(8,76,6)
#1E5C1C
(30,92,28)
#346C32
(52,108,50)
#4A7C48
(74,124,72)
#608C5E
(96,140,94)
#769C74
(118,156,116)
#8CAC8A
(140,172,138)
#A2BCA0
(162,188,160)
#B8CCB6
(184,204,182)
#CEDCCC
(206,220,204)
#E4ECE2
(228,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084C06; }

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

This text font color is #084C06.


Background Color

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

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

This div background color is #084C06.


Border color

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

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

This div border color is #084C06.


Opacity

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

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

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

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

This text has shadow with #084C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084C06 on black background.


Color preview on white background

This text has color #084C06 on white background.



Black color preview on #084C06 background

This text has black color on #084C06 background.


White color preview on #084C06 background

This text has white color on #084C06 background.