COLOR #084E7F

HEX: #084E7F
RGB: (8,78,127)

Color info

#084E7F contains mainly green and blue colors. Web safe color of #084E7F is #006666 (or #066).

RGB color model

#084E7F color RGB value is (8,78,127).

  • red value is 8;
  • green value is 78;
  • blue value is 127.
RGB:
(8,78,127)
(3%,31%,50%)

RGB channels and saturation

R 8 of 255 = 3%
G 78 of 255 = 31%
B 127 of 255 = 50%

8
78
127

R + G + B ~ 28%. #084E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 78 + 127 = 213 (100%)
R 8 of 213 ~ 3.76%
G 78 of 213 ~ 36.62%
B 127 of 213 ~ 59.62%

%36.62
%59.62

CMYK color model

#084E7F color CMYK value is (94,39,0,50).

  • cyan value is 93.70%
  • magenta value is 38.58%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(94,39,0,50)
C94M39Y0K50 
(94%,39%,0%,50%)
(0.94/0.39/0.00/0.50)	

CMYK percentages

%93.7
%38.58
%0
%50.2

Codes

Color #084E7F in popluar color models

084E7F
RGB878127
HSL205°88.15%26.47%
HSB/HSV205°93.70%49.80%
CMYK93.70%38.58%0.00%
50.20%

Color #084E7F in popluar number systems.

HEX084E7F
Decimal878127
Binary100010011101111111
Octal10116177

Shades and tints

Shades of #084E7F

#084E7F
(8,78,127)
#084774
(8,71,116)
#084069
(8,64,105)
#08395E
(8,57,94)
#083253
(8,50,83)
#082B48
(8,43,72)
#08243D
(8,36,61)
#081D32
(8,29,50)
#081627
(8,22,39)
#080F1C
(8,15,28)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #084E7F

#084E7F
(8,78,127)
#1E5E8A
(30,94,138)
#346E95
(52,110,149)
#4A7EA0
(74,126,160)
#608EAB
(96,142,171)
#769EB6
(118,158,182)
#8CAEC1
(140,174,193)
#A2BECC
(162,190,204)
#B8CED7
(184,206,215)
#CEDEE2
(206,222,226)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084E7F color. Also use rgb(8,78,127) instead hex code.

Text Font Color

.myTextColor { color: #084E7F; }

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

This text font color is #084E7F.


Background Color

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

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

This div background color is #084E7F.


Border color

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

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

This div border color is #084E7F.


Opacity

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

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

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

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

This text has shadow with #084E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084E7F on black background.


Color preview on white background

This text has color #084E7F on white background.



Black color preview on #084E7F background

This text has black color on #084E7F background.


White color preview on #084E7F background

This text has white color on #084E7F background.