COLOR #084940

HEX: #084940
RGB: (8,73,64)

Color info

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

RGB color model

#084940 color RGB value is (8,73,64).

  • red value is 8;
  • green value is 73;
  • blue value is 64.
RGB:
(8,73,64)
(3%,29%,25%)

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 64 of 255 = 25%

8
73
64

R + G + B ~ 19%. #084940 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 64 = 145 (100%)
R 8 of 145 ~ 5.52%
G 73 of 145 ~ 50.34%
B 64 of 145 ~ 44.14%

%50.34
%44.14

CMYK color model

#084940 color CMYK value is (89,0,12,71).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(89,0,12,71)
C89M0Y12K71 
(89%,0%,12%,71%)
(0.89/0.00/0.12/0.71)	

CMYK percentages

%89.04
%0
%12.33
%71.37

Codes

Color #084940 in popluar color models

084940
RGB87364
HSL172°80.25%15.88%
HSB/HSV172°89.04%28.63%
CMYK89.04%0.00%12.33%
71.37%

Color #084940 in popluar number systems.

HEX084940
Decimal87364
Binary100010010011000000
Octal10111100

Shades and tints

Shades of #084940

#084940
(8,73,64)
#08433B
(8,67,59)
#083D36
(8,61,54)
#083731
(8,55,49)
#08312C
(8,49,44)
#082B27
(8,43,39)
#082522
(8,37,34)
#081F1D
(8,31,29)
#081918
(8,25,24)
#081313
(8,19,19)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #084940

#084940
(8,73,64)
#1E5951
(30,89,81)
#346962
(52,105,98)
#4A7973
(74,121,115)
#608984
(96,137,132)
#769995
(118,153,149)
#8CA9A6
(140,169,166)
#A2B9B7
(162,185,183)
#B8C9C8
(184,201,200)
#CED9D9
(206,217,217)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084940; }

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

This text font color is #084940.


Background Color

.myBgColor { background-color: #084940; }

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

This div background color is #084940.


Border color

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

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

This div border color is #084940.


Opacity

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

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

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

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

This text has shadow with #084940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084940 on black background.


Color preview on white background

This text has color #084940 on white background.



Black color preview on #084940 background

This text has black color on #084940 background.


White color preview on #084940 background

This text has white color on #084940 background.