COLOR #0D5773

HEX: #0D5773
RGB: (13,87,115)

Color info

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

RGB color model

#0D5773 color RGB value is (13,87,115).

  • red value is 13;
  • green value is 87;
  • blue value is 115.
RGB:
(13,87,115)
(5%,34%,45%)

RGB channels and saturation

R 13 of 255 = 5%
G 87 of 255 = 34%
B 115 of 255 = 45%

13
87
115

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

Portions of RGB colors in percentages

R + G + B =
13 + 87 + 115 = 215 (100%)
R 13 of 215 ~ 6.05%
G 87 of 215 ~ 40.47%
B 115 of 215 ~ 53.49%

%40.47
%53.49

CMYK color model

#0D5773 color CMYK value is (89,24,0,55).

  • cyan value is 88.70%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(89,24,0,55)
C89M24Y0K55 
(89%,24%,0%,55%)
(0.89/0.24/0.00/0.55)	

CMYK percentages

%88.7
%24.35
%0
%54.9

Codes

Color #0D5773 in popluar color models

0D5773
RGB1387115
HSL196°79.69%25.10%
HSB/HSV196°88.70%45.10%
CMYK88.70%24.35%0.00%
54.90%

Color #0D5773 in popluar number systems.

HEX0D5773
Decimal1387115
Binary110110101111110011
Octal15127163

Shades and tints

Shades of #0D5773

#0D5773
(13,87,115)
#0C5069
(12,80,105)
#0B495F
(11,73,95)
#0A4255
(10,66,85)
#093B4B
(9,59,75)
#083441
(8,52,65)
#072D37
(7,45,55)
#06262D
(6,38,45)
#051F23
(5,31,35)
#041819
(4,24,25)
#03110F
(3,17,15)
#000000
(0,0,0)

Tints of #0D5773

#0D5773
(13,87,115)
#23667F
(35,102,127)
#39758B
(57,117,139)
#4F8497
(79,132,151)
#6593A3
(101,147,163)
#7BA2AF
(123,162,175)
#91B1BB
(145,177,187)
#A7C0C7
(167,192,199)
#BDCFD3
(189,207,211)
#D3DEDF
(211,222,223)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5773; }

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

This text font color is #0D5773.


Background Color

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

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

This div background color is #0D5773.


Border color

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

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

This div border color is #0D5773.


Opacity

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

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

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

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

This text has shadow with #0D5773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5773 on black background.


Color preview on white background

This text has color #0D5773 on white background.



Black color preview on #0D5773 background

This text has black color on #0D5773 background.


White color preview on #0D5773 background

This text has white color on #0D5773 background.