COLOR #085579

HEX: #085579
RGB: (8,85,121)

Color info

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

RGB color model

#085579 color RGB value is (8,85,121).

  • red value is 8;
  • green value is 85;
  • blue value is 121.
RGB:
(8,85,121)
(3%,33%,47%)

RGB channels and saturation

R 8 of 255 = 3%
G 85 of 255 = 33%
B 121 of 255 = 47%

8
85
121

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

Portions of RGB colors in percentages

R + G + B =
8 + 85 + 121 = 214 (100%)
R 8 of 214 ~ 3.74%
G 85 of 214 ~ 39.72%
B 121 of 214 ~ 56.54%

%39.72
%56.54

CMYK color model

#085579 color CMYK value is (93,30,0,53).

  • cyan value is 93.39%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(93,30,0,53)
C93M30Y0K53 
(93%,30%,0%,53%)
(0.93/0.30/0.00/0.53)	

CMYK percentages

%93.39
%29.75
%0
%52.55

Codes

Color #085579 in popluar color models

085579
RGB885121
HSL199°87.60%25.29%
HSB/HSV199°93.39%47.45%
CMYK93.39%29.75%0.00%
52.55%

Color #085579 in popluar number systems.

HEX085579
Decimal885121
Binary100010101011111001
Octal10125171

Shades and tints

Shades of #085579

#085579
(8,85,121)
#084E6E
(8,78,110)
#084763
(8,71,99)
#084058
(8,64,88)
#08394D
(8,57,77)
#083242
(8,50,66)
#082B37
(8,43,55)
#08242C
(8,36,44)
#081D21
(8,29,33)
#081616
(8,22,22)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #085579

#085579
(8,85,121)
#1E6485
(30,100,133)
#347391
(52,115,145)
#4A829D
(74,130,157)
#6091A9
(96,145,169)
#76A0B5
(118,160,181)
#8CAFC1
(140,175,193)
#A2BECD
(162,190,205)
#B8CDD9
(184,205,217)
#CEDCE5
(206,220,229)
#E4EBF1
(228,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085579; }

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

This text font color is #085579.


Background Color

.myBgColor { background-color: #085579; }

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

This div background color is #085579.


Border color

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

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

This div border color is #085579.


Opacity

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

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

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

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

This text has shadow with #085579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085579 on black background.


Color preview on white background

This text has color #085579 on white background.



Black color preview on #085579 background

This text has black color on #085579 background.


White color preview on #085579 background

This text has white color on #085579 background.