COLOR #084139

HEX: #084139
RGB: (8,65,57)

Color info

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

RGB color model

#084139 color RGB value is (8,65,57).

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

RGB channels and saturation

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

8
65
57

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

Portions of RGB colors in percentages

R + G + B =
8 + 65 + 57 = 130 (100%)
R 8 of 130 ~ 6.15%
G 65 of 130 ~ 50%
B 57 of 130 ~ 43.85%

%50
%43.85

CMYK color model

#084139 color CMYK value is (88,0,12,75).

  • cyan value is 87.69%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 74.51%
CMYK:
(88,0,12,75)
C88M0Y12K75 
(88%,0%,12%,75%)
(0.88/0.00/0.12/0.75)	

CMYK percentages

%87.69
%0
%12.31
%74.51

Codes

Color #084139 in popluar color models

084139
RGB86557
HSL172°78.08%14.31%
HSB/HSV172°87.69%25.49%
CMYK87.69%0.00%12.31%
74.51%

Color #084139 in popluar number systems.

HEX084139
Decimal86557
Binary10001000001111001
Octal1010171

Shades and tints

Shades of #084139

#084139
(8,65,57)
#083C34
(8,60,52)
#08372F
(8,55,47)
#08322A
(8,50,42)
#082D25
(8,45,37)
#082820
(8,40,32)
#08231B
(8,35,27)
#081E16
(8,30,22)
#081911
(8,25,17)
#08140C
(8,20,12)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #084139

#084139
(8,65,57)
#1E524B
(30,82,75)
#34635D
(52,99,93)
#4A746F
(74,116,111)
#608581
(96,133,129)
#769693
(118,150,147)
#8CA7A5
(140,167,165)
#A2B8B7
(162,184,183)
#B8C9C9
(184,201,201)
#CEDADB
(206,218,219)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084139; }

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

This text font color is #084139.


Background Color

.myBgColor { background-color: #084139; }

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

This div background color is #084139.


Border color

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

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

This div border color is #084139.


Opacity

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

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

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

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

This text has shadow with #084139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084139 on black background.


Color preview on white background

This text has color #084139 on white background.



Black color preview on #084139 background

This text has black color on #084139 background.


White color preview on #084139 background

This text has white color on #084139 background.