COLOR #084808

HEX: #084808
RGB: (8,72,8)

Color info

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

RGB color model

#084808 color RGB value is (8,72,8).

  • red value is 8;
  • green value is 72;
  • blue value is 8.
RGB:
(8,72,8)
(3%,28%,3%)

RGB channels and saturation

R 8 of 255 = 3%
G 72 of 255 = 28%
B 8 of 255 = 3%

8
72
8

R + G + B ~ 11%. #084808 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 72 + 8 = 88 (100%)
R 8 of 88 ~ 9.09%
G 72 of 88 ~ 81.82%
B 8 of 88 ~ 9.09%

%81.82

CMYK color model

#084808 color CMYK value is (89,0,89,72).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 71.76%
CMYK:
(89,0,89,72)
C89M0Y89K72 
(89%,0%,89%,72%)
(0.89/0.00/0.89/0.72)	

CMYK percentages

%88.89
%0
%88.89
%71.76

Codes

Color #084808 in popluar color models

084808
RGB8728
HSL120°80.00%15.69%
HSB/HSV120°88.89%28.24%
CMYK88.89%0.00%88.89%
71.76%

Color #084808 in popluar number systems.

HEX084808
Decimal8728
Binary100010010001000
Octal1011010

Shades and tints

Shades of #084808

#084808
(8,72,8)
#084208
(8,66,8)
#083C08
(8,60,8)
#083608
(8,54,8)
#083008
(8,48,8)
#082A08
(8,42,8)
#082408
(8,36,8)
#081E08
(8,30,8)
#081808
(8,24,8)
#081208
(8,18,8)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #084808

#084808
(8,72,8)
#1E581E
(30,88,30)
#346834
(52,104,52)
#4A784A
(74,120,74)
#608860
(96,136,96)
#769876
(118,152,118)
#8CA88C
(140,168,140)
#A2B8A2
(162,184,162)
#B8C8B8
(184,200,184)
#CED8CE
(206,216,206)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084808; }

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

This text font color is #084808.


Background Color

.myBgColor { background-color: #084808; }

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

This div background color is #084808.


Border color

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

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

This div border color is #084808.


Opacity

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

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

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

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

This text has shadow with #084808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084808 on black background.


Color preview on white background

This text has color #084808 on white background.



Black color preview on #084808 background

This text has black color on #084808 background.


White color preview on #084808 background

This text has white color on #084808 background.