COLOR #085773

HEX: #085773 RGB: (8,87,115)

Color info

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

RGB color model

#085773 color RGB value is (8,87,115).

RGB: (8,87,115) (3%, 34%, 45%)

RGB channels and saturation

R 8 of 255 = 3%
G 87 of 255 = 34%
B 115 of 255 = 45%

8
87
115

R + G + B ~ 27%. #085773 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 87 + 115 = 210 (100%)
R 8 of 210 ~ 3.81%
G 87 of 210 ~ 41.43%
B 115 of 210 ~ 54.76'%

%41.43
%54.76

CMYK color model

#085773 color CMYK value is (93,24,0,55).

  • cyan value is 93.04%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (93,24,0,55)
C93M24Y0K55 (93%, 24%, 0%, 55%)
(0.93 / 0.24 / 0.00 / 0.55)

CMYK percentages

%93.04
%24.35
%0
%54.9

Codes

Color #085773 in popluar color models

08 57 73
RGB 8 87 115
HSL 196° 86.99% 24.12%
HSB/HSV 196° 93.04% 45.10%
CMYK 93.04% 24.35% 0.00%
54.90%

Color #085773 in popluar number systems.

HEX 08 57 73
Decimal 8 87 115
Binary 1000 1010111 1110011
Octal 10 127 163

Shades and tints

Shades of #085773

#085773
(8,87,115)
#085069
(8,80,105)
#08495F
(8,73,95)
#084255
(8,66,85)
#083B4B
(8,59,75)
#083441
(8,52,65)
#082D37
(8,45,55)
#08262D
(8,38,45)
#081F23
(8,31,35)
#081819
(8,24,25)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #085773

#085773
(8,87,115)
#1E667F
(30,102,127)
#34758B
(52,117,139)
#4A8497
(74,132,151)
#6093A3
(96,147,163)
#76A2AF
(118,162,175)
#8CB1BB
(140,177,187)
#A2C0C7
(162,192,199)
#B8CFD3
(184,207,211)
#CEDEDF
(206,222,223)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085773 color. Also use rgb(8,87,115) instead hex code.

Text Font Color

.myTextColor { color: #085773; }

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

This text font color is #085773.

Background Color

.myBgColor { background-color: #085773; }

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

This div background color is #085773.

Border color

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

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

This div border color is #085773.

Opacity

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

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

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

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

This text has shadow with #085773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #085773.

Preview

Color preview on black background

This text has color #085773 on black background.


Color preview on white background

This text has color #085773 on white background.


Black color preview on #085773 background

This text has black color on #085773 background.


White color preview on #085773 background

This text has white color on #085773 background.


Related colors

Complementary color

Complementary color for #085773 is #F7A88C.


I love getcolorcode.com

Triadic colors

1 #730857 and #577308 with #085773 are triadic colors.

2 #735708 and #570873 with #085773 are triadic colors.