COLOR #084137

HEX: #084137
RGB: (8,65,55)

Color info

#084137 contains red, green and blue colors in about the same proportion. Web safe color of #084137 is #003333 (or #033).

RGB color model

#084137 color RGB value is (8,65,55).

  • red value is 8;
  • green value is 65;
  • blue value is 55.
RGB:
(8,65,55)
(3%,25%,22%)

RGB channels and saturation

R 8 of 255 = 3%
G 65 of 255 = 25%
B 55 of 255 = 22%

8
65
55

R + G + B ~ 17%. #084137 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 65 + 55 = 128 (100%)
R 8 of 128 ~ 6.25%
G 65 of 128 ~ 50.78%
B 55 of 128 ~ 42.97%

%50.78
%42.97

CMYK color model

#084137 color CMYK value is (88,0,15,75).

  • cyan value is 87.69%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 74.51%
CMYK:
(88,0,15,75)
C88M0Y15K75 
(88%,0%,15%,75%)
(0.88/0.00/0.15/0.75)	

CMYK percentages

%87.69
%0
%15.38
%74.51

Codes

Color #084137 in popluar color models

084137
RGB86555
HSL169°78.08%14.31%
HSB/HSV169°87.69%25.49%
CMYK87.69%0.00%15.38%
74.51%

Color #084137 in popluar number systems.

HEX084137
Decimal86555
Binary10001000001110111
Octal1010167

Shades and tints

Shades of #084137

#084137
(8,65,55)
#083C32
(8,60,50)
#08372D
(8,55,45)
#083228
(8,50,40)
#082D23
(8,45,35)
#08281E
(8,40,30)
#082319
(8,35,25)
#081E14
(8,30,20)
#08190F
(8,25,15)
#08140A
(8,20,10)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #084137

#084137
(8,65,55)
#1E5249
(30,82,73)
#34635B
(52,99,91)
#4A746D
(74,116,109)
#60857F
(96,133,127)
#769691
(118,150,145)
#8CA7A3
(140,167,163)
#A2B8B5
(162,184,181)
#B8C9C7
(184,201,199)
#CEDAD9
(206,218,217)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084137; }

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

This text font color is #084137.


Background Color

.myBgColor { background-color: #084137; }

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

This div background color is #084137.


Border color

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

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

This div border color is #084137.


Opacity

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

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

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

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

This text has shadow with #084137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084137 on black background.


Color preview on white background

This text has color #084137 on white background.



Black color preview on #084137 background

This text has black color on #084137 background.


White color preview on #084137 background

This text has white color on #084137 background.