COLOR #084C19

HEX: #084C19
RGB: (8,76,25)

Color info

#084C19 contains mainly green and blue colors. Web safe color of #084C19 is #003300 (or #030).

RGB color model

#084C19 color RGB value is (8,76,25).

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

RGB channels and saturation

R 8 of 255 = 3%
G 76 of 255 = 30%
B 25 of 255 = 10%

8
76
25

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

Portions of RGB colors in percentages

R + G + B =
8 + 76 + 25 = 109 (100%)
R 8 of 109 ~ 7.34%
G 76 of 109 ~ 69.72%
B 25 of 109 ~ 22.94%

%69.72
%22.94

CMYK color model

#084C19 color CMYK value is (89,0,67,70).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 67.11%
  • key color value is 70.20%
CMYK:
(89,0,67,70)
C89M0Y67K70 
(89%,0%,67%,70%)
(0.89/0.00/0.67/0.70)	

CMYK percentages

%89.47
%0
%67.11
%70.2

Codes

Color #084C19 in popluar color models

084C19
RGB87625
HSL135°80.95%16.47%
HSB/HSV135°89.47%29.80%
CMYK89.47%0.00%67.11%
70.20%

Color #084C19 in popluar number systems.

HEX084C19
Decimal87625
Binary1000100110011001
Octal1011431

Shades and tints

Shades of #084C19

#084C19
(8,76,25)
#084617
(8,70,23)
#084015
(8,64,21)
#083A13
(8,58,19)
#083411
(8,52,17)
#082E0F
(8,46,15)
#08280D
(8,40,13)
#08220B
(8,34,11)
#081C09
(8,28,9)
#081607
(8,22,7)
#081005
(8,16,5)
#000000
(0,0,0)

Tints of #084C19

#084C19
(8,76,25)
#1E5C2D
(30,92,45)
#346C41
(52,108,65)
#4A7C55
(74,124,85)
#608C69
(96,140,105)
#769C7D
(118,156,125)
#8CAC91
(140,172,145)
#A2BCA5
(162,188,165)
#B8CCB9
(184,204,185)
#CEDCCD
(206,220,205)
#E4ECE1
(228,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084C19; }

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

This text font color is #084C19.


Background Color

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

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

This div background color is #084C19.


Border color

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

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

This div border color is #084C19.


Opacity

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

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

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

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

This text has shadow with #084C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084C19 on black background.


Color preview on white background

This text has color #084C19 on white background.



Black color preview on #084C19 background

This text has black color on #084C19 background.


White color preview on #084C19 background

This text has white color on #084C19 background.