COLOR #0A5572

HEX: #0A5572
RGB: (10,85,114)

Color info

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

RGB color model

#0A5572 color RGB value is (10,85,114).

  • red value is 10;
  • green value is 85;
  • blue value is 114.
RGB:
(10,85,114)
(4%,33%,45%)

RGB channels and saturation

R 10 of 255 = 4%
G 85 of 255 = 33%
B 114 of 255 = 45%

10
85
114

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

Portions of RGB colors in percentages

R + G + B =
10 + 85 + 114 = 209 (100%)
R 10 of 209 ~ 4.78%
G 85 of 209 ~ 40.67%
B 114 of 209 ~ 54.55%

%40.67
%54.55

CMYK color model

#0A5572 color CMYK value is (91,25,0,55).

  • cyan value is 91.23%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(91,25,0,55)
C91M25Y0K55 
(91%,25%,0%,55%)
(0.91/0.25/0.00/0.55)	

CMYK percentages

%91.23
%25.44
%0
%55.29

Codes

Color #0A5572 in popluar color models

0A5572
RGB1085114
HSL197°83.87%24.31%
HSB/HSV197°91.23%44.71%
CMYK91.23%25.44%0.00%
55.29%

Color #0A5572 in popluar number systems.

HEX0A5572
Decimal1085114
Binary101010101011110010
Octal12125162

Shades and tints

Shades of #0A5572

#0A5572
(10,85,114)
#0A4E68
(10,78,104)
#0A475E
(10,71,94)
#0A4054
(10,64,84)
#0A394A
(10,57,74)
#0A3240
(10,50,64)
#0A2B36
(10,43,54)
#0A242C
(10,36,44)
#0A1D22
(10,29,34)
#0A1618
(10,22,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #0A5572

#0A5572
(10,85,114)
#20647E
(32,100,126)
#36738A
(54,115,138)
#4C8296
(76,130,150)
#6291A2
(98,145,162)
#78A0AE
(120,160,174)
#8EAFBA
(142,175,186)
#A4BEC6
(164,190,198)
#BACDD2
(186,205,210)
#D0DCDE
(208,220,222)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5572 color. Also use rgb(10,85,114) instead hex code.

Text Font Color

.myTextColor { color: #0A5572; }

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

This text font color is #0A5572.


Background Color

.myBgColor { background-color: #0A5572; }

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

This div background color is #0A5572.


Border color

.myBorderColor { border: 1px solid #0A5572; }

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

This div border color is #0A5572.


Opacity

.myOpacity80 { color: #0A5572; opacity: 0.8; }

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

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

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

This text has shadow with #0A5572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5572 on black background.


Color preview on white background

This text has color #0A5572 on white background.



Black color preview on #0A5572 background

This text has black color on #0A5572 background.


White color preview on #0A5572 background

This text has white color on #0A5572 background.