COLOR #084E7D

HEX: #084E7D RGB: (8,78,125)

Color info

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

RGB color model

#084E7D color RGB value is (8,78,125).

RGB: (8,78,125) (3%, 31%, 49%)

RGB channels and saturation

R 8 of 255 = 3%
G 78 of 255 = 31%
B 125 of 255 = 49%

8
78
125

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

Portions of RGB colors in percentages

R + G + B = 8 + 78 + 125 = 211 (100%)
R 8 of 211 ~ 3.79%
G 78 of 211 ~ 36.97%
B 125 of 211 ~ 59.24'%

%36.97
%59.24

CMYK color model

#084E7D color CMYK value is (94,38,0,51).

  • cyan value is 93.60%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (94,38,0,51)
C94M38Y0K51 (94%, 38%, 0%, 51%)
(0.94 / 0.38 / 0.00 / 0.51)

CMYK percentages

%93.6
%37.6
%0
%50.98

Codes

Color #084E7D in popluar color models

08 4E 7D
RGB 8 78 125
HSL 204° 87.97% 26.08%
HSB/HSV 204° 93.60% 49.02%
CMYK 93.60% 37.60% 0.00%
50.98%

Color #084E7D in popluar number systems.

HEX 08 4E 7D
Decimal 8 78 125
Binary 1000 1001110 1111101
Octal 10 116 175

Shades and tints

Shades of #084E7D

#084E7D
(8,78,125)
#084772
(8,71,114)
#084067
(8,64,103)
#08395C
(8,57,92)
#083251
(8,50,81)
#082B46
(8,43,70)
#08243B
(8,36,59)
#081D30
(8,29,48)
#081625
(8,22,37)
#080F1A
(8,15,26)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #084E7D

#084E7D
(8,78,125)
#1E5E88
(30,94,136)
#346E93
(52,110,147)
#4A7E9E
(74,126,158)
#608EA9
(96,142,169)
#769EB4
(118,158,180)
#8CAEBF
(140,174,191)
#A2BECA
(162,190,202)
#B8CED5
(184,206,213)
#CEDEE0
(206,222,224)
#E4EEEB
(228,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084E7D; }

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

This text font color is #084E7D.

Background Color

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

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

This div background color is #084E7D.

Border color

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

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

This div border color is #084E7D.

Opacity

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

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

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

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

This text has shadow with #084E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084E7D.

Preview

Color preview on black background

This text has color #084E7D on black background.


Color preview on white background

This text has color #084E7D on white background.


Black color preview on #084E7D background

This text has black color on #084E7D background.


White color preview on #084E7D background

This text has white color on #084E7D background.


Related colors

Complementary color

Complementary color for #hex is #F7B182.


I love getcolorcode.com

Triadic colors

1 #7D084E and #4E7D08 with #084E7D are triadic colors.

2 #7D4E08 and #4E087D with #084E7D are triadic colors.