COLOR #0D5B76

HEX: #0D5B76
RGB: (13,91,118)

Color info

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

RGB color model

#0D5B76 color RGB value is (13,91,118).

  • red value is 13;
  • green value is 91;
  • blue value is 118.
RGB:
(13,91,118)
(5%,36%,46%)

RGB channels and saturation

R 13 of 255 = 5%
G 91 of 255 = 36%
B 118 of 255 = 46%

13
91
118

R + G + B ~ 29%. #0D5B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 91 + 118 = 222 (100%)
R 13 of 222 ~ 5.86%
G 91 of 222 ~ 40.99%
B 118 of 222 ~ 53.15%

%40.99
%53.15

CMYK color model

#0D5B76 color CMYK value is (89,23,0,54).

  • cyan value is 88.98%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(89,23,0,54)
C89M23Y0K54 
(89%,23%,0%,54%)
(0.89/0.23/0.00/0.54)	

CMYK percentages

%88.98
%22.88
%0
%53.73

Codes

Color #0D5B76 in popluar color models

0D5B76
RGB1391118
HSL195°80.15%25.69%
HSB/HSV195°88.98%46.27%
CMYK88.98%22.88%0.00%
53.73%

Color #0D5B76 in popluar number systems.

HEX0D5B76
Decimal1391118
Binary110110110111110110
Octal15133166

Shades and tints

Shades of #0D5B76

#0D5B76
(13,91,118)
#0C536C
(12,83,108)
#0B4B62
(11,75,98)
#0A4358
(10,67,88)
#093B4E
(9,59,78)
#083344
(8,51,68)
#072B3A
(7,43,58)
#062330
(6,35,48)
#051B26
(5,27,38)
#04131C
(4,19,28)
#030B12
(3,11,18)
#000000
(0,0,0)

Tints of #0D5B76

#0D5B76
(13,91,118)
#236982
(35,105,130)
#39778E
(57,119,142)
#4F859A
(79,133,154)
#6593A6
(101,147,166)
#7BA1B2
(123,161,178)
#91AFBE
(145,175,190)
#A7BDCA
(167,189,202)
#BDCBD6
(189,203,214)
#D3D9E2
(211,217,226)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5B76 color. Also use rgb(13,91,118) instead hex code.

Text Font Color

.myTextColor { color: #0D5B76; }

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

This text font color is #0D5B76.


Background Color

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

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

This div background color is #0D5B76.


Border color

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

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

This div border color is #0D5B76.


Opacity

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

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

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

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

This text has shadow with #0D5B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5B76 on black background.


Color preview on white background

This text has color #0D5B76 on white background.



Black color preview on #0D5B76 background

This text has black color on #0D5B76 background.


White color preview on #0D5B76 background

This text has white color on #0D5B76 background.