COLOR #085E88

HEX: #085E88
RGB: (8,94,136)

Color info

#085E88 contains mainly green and blue colors. Web safe color of #085E88 is #006699 (or #069).

RGB color model

#085E88 color RGB value is (8,94,136).

  • red value is 8;
  • green value is 94;
  • blue value is 136.
RGB:
(8,94,136)
(3%,37%,53%)

RGB channels and saturation

R 8 of 255 = 3%
G 94 of 255 = 37%
B 136 of 255 = 53%

8
94
136

R + G + B ~ 31%. #085E88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 94 + 136 = 238 (100%)
R 8 of 238 ~ 3.36%
G 94 of 238 ~ 39.5%
B 136 of 238 ~ 57.14%

%39.5
%57.14

CMYK color model

#085E88 color CMYK value is (94,31,0,47).

  • cyan value is 94.12%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(94,31,0,47)
C94M31Y0K47 
(94%,31%,0%,47%)
(0.94/0.31/0.00/0.47)	

CMYK percentages

%94.12
%30.88
%0
%46.67

Codes

Color #085E88 in popluar color models

085E88
RGB894136
HSL200°88.89%28.24%
HSB/HSV200°94.12%53.33%
CMYK94.12%30.88%0.00%
46.67%

Color #085E88 in popluar number systems.

HEX085E88
Decimal894136
Binary1000101111010001000
Octal10136210

Shades and tints

Shades of #085E88

#085E88
(8,94,136)
#08567C
(8,86,124)
#084E70
(8,78,112)
#084664
(8,70,100)
#083E58
(8,62,88)
#08364C
(8,54,76)
#082E40
(8,46,64)
#082634
(8,38,52)
#081E28
(8,30,40)
#08161C
(8,22,28)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #085E88

#085E88
(8,94,136)
#1E6C92
(30,108,146)
#347A9C
(52,122,156)
#4A88A6
(74,136,166)
#6096B0
(96,150,176)
#76A4BA
(118,164,186)
#8CB2C4
(140,178,196)
#A2C0CE
(162,192,206)
#B8CED8
(184,206,216)
#CEDCE2
(206,220,226)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085E88; }

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

This text font color is #085E88.


Background Color

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

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

This div background color is #085E88.


Border color

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

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

This div border color is #085E88.


Opacity

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

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

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

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

This text has shadow with #085E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085E88 on black background.


Color preview on white background

This text has color #085E88 on white background.



Black color preview on #085E88 background

This text has black color on #085E88 background.


White color preview on #085E88 background

This text has white color on #085E88 background.