COLOR #085E79

HEX: #085E79 RGB: (8,94,121)

Color info

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

RGB color model

#085E79 color RGB value is (8,94,121).

RGB: (8,94,121) (3%, 37%, 47%)

RGB channels and saturation

R 8 of 255 = 3%
G 94 of 255 = 37%
B 121 of 255 = 47%

8
94
121

R + G + B ~ 29%. #085E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 94 + 121 = 223 (100%)
R 8 of 223 ~ 3.59%
G 94 of 223 ~ 42.15%
B 121 of 223 ~ 54.26'%

%42.15
%54.26

CMYK color model

#085E79 color CMYK value is (93,22,0,53).

  • cyan value is 93.39%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (93,22,0,53)
C93M22Y0K53 (93%, 22%, 0%, 53%)
(0.93 / 0.22 / 0.00 / 0.53)

CMYK percentages

%93.39
%22.31
%0
%52.55

Codes

Color #085E79 in popluar color models

08 5E 79
RGB 8 94 121
HSL 194° 87.60% 25.29%
HSB/HSV 194° 93.39% 47.45%
CMYK 93.39% 22.31% 0.00%
52.55%

Color #085E79 in popluar number systems.

HEX 08 5E 79
Decimal 8 94 121
Binary 1000 1011110 1111001
Octal 10 136 171

Shades and tints

Shades of #085E79

#085E79
(8,94,121)
#08566E
(8,86,110)
#084E63
(8,78,99)
#084658
(8,70,88)
#083E4D
(8,62,77)
#083642
(8,54,66)
#082E37
(8,46,55)
#08262C
(8,38,44)
#081E21
(8,30,33)
#081616
(8,22,22)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #085E79

#085E79
(8,94,121)
#1E6C85
(30,108,133)
#347A91
(52,122,145)
#4A889D
(74,136,157)
#6096A9
(96,150,169)
#76A4B5
(118,164,181)
#8CB2C1
(140,178,193)
#A2C0CD
(162,192,205)
#B8CED9
(184,206,217)
#CEDCE5
(206,220,229)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085E79 color. Also use rgb(8,94,121) instead hex code.

Text Font Color

.myTextColor { color: #085E79; }

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

This text font color is #085E79.

Background Color

.myBgColor { background-color: #085E79; }

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

This div background color is #085E79.

Border color

.myBorderColor { border: 1px solid #085E79; }

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

This div border color is #085E79.

Opacity

.myOpacity80 { color: #085E79; opacity: 0.8; }

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

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

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

This text has shadow with #085E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #085E79.

Preview

Color preview on black background

This text has color #085E79 on black background.


Color preview on white background

This text has color #085E79 on white background.


Black color preview on #085E79 background

This text has black color on #085E79 background.


White color preview on #085E79 background

This text has white color on #085E79 background.


Related colors

Complementary color

Complementary color for #hex is #F7A186.


I love getcolorcode.com

Triadic colors

1 #79085E and #5E7908 with #085E79 are triadic colors.

2 #795E08 and #5E0879 with #085E79 are triadic colors.