COLOR #085479

HEX: #085479 RGB: (8,84,121)

Color info

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

RGB color model

#085479 color RGB value is (8,84,121).

RGB: (8,84,121) (3%, 33%, 47%)

RGB channels and saturation

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

8
84
121

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

Portions of RGB colors in percentages

R + G + B = 8 + 84 + 121 = 213 (100%)
R 8 of 213 ~ 3.76%
G 84 of 213 ~ 39.44%
B 121 of 213 ~ 56.81'%

%39.44
%56.81

CMYK color model

#085479 color CMYK value is (93,31,0,53).

  • cyan value is 93.39%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (93,31,0,53) C93M31Y0K53 (93%,31%,0%,53%) (0.93/0.31/0.00/0.53) 

CMYK percentages

%93.39
%30.58
%0
%52.55

Codes

Color #085479 in popluar color models

08 54 79
RGB 8 84 121
HSL 200° 87.60% 25.29%
HSB/HSV 200° 93.39% 47.45%
CMYK 93.39% 30.58% 0.00%
52.55%

Color #085479 in popluar number systems.

HEX 08 54 79
Decimal 8 84 121
Binary 1000 1010100 1111001
Octal 10 124 171

Shades and tints

Shades of #085479

#085479
(8,84,121)
#084D6E
(8,77,110)
#084663
(8,70,99)
#083F58
(8,63,88)
#08384D
(8,56,77)
#083142
(8,49,66)
#082A37
(8,42,55)
#08232C
(8,35,44)
#081C21
(8,28,33)
#081516
(8,21,22)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #085479

#085479
(8,84,121)
#1E6385
(30,99,133)
#347291
(52,114,145)
#4A819D
(74,129,157)
#6090A9
(96,144,169)
#769FB5
(118,159,181)
#8CAEC1
(140,174,193)
#A2BDCD
(162,189,205)
#B8CCD9
(184,204,217)
#CEDBE5
(206,219,229)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085479; }

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

This text font color is #085479.

Background Color

.myBgColor { background-color: #085479; }

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

This div background color is #085479.

Border color

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

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

This div border color is #085479.

Opacity

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

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

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

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

This text has shadow with #085479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #085479.

Preview

Color preview on black background

This text has color #085479 on black background.


Color preview on white background

This text has color #085479 on white background.


Black color preview on #085479 background

This text has black color on #085479 background.


White color preview on #085479 background

This text has white color on #085479 background.


Related colors

Complementary color

Complementary color for #hex is #F7AB86.


I love getcolorcode.com

Triadic colors

1 #790854 and #547908 with #085479 are triadic colors.

2 #795408 and #540879 with #085479 are triadic colors.