COLOR #0D5373

HEX: #0D5373 RGB: (13,83,115)

Color info

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

RGB color model

#0D5373 color RGB value is (13,83,115).

RGB: (13,83,115) (5%, 33%, 45%)

RGB channels and saturation

R 13 of 255 = 5%
G 83 of 255 = 33%
B 115 of 255 = 45%

13
83
115

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

Portions of RGB colors in percentages

R + G + B = 13 + 83 + 115 = 211 (100%)
R 13 of 211 ~ 6.16%
G 83 of 211 ~ 39.34%
B 115 of 211 ~ 54.5'%

%39.34
%54.5

CMYK color model

#0D5373 color CMYK value is (89,28,0,55).

  • cyan value is 88.70%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (89,28,0,55)
C89M28Y0K55 (89%, 28%, 0%, 55%)
(0.89 / 0.28 / 0.00 / 0.55)

CMYK percentages

%88.7
%27.83
%0
%54.9

Codes

Color #0D5373 in popluar color models

0D 53 73
RGB 13 83 115
HSL 199° 79.69% 25.10%
HSB/HSV 199° 88.70% 45.10%
CMYK 88.70% 27.83% 0.00%
54.90%

Color #0D5373 in popluar number systems.

HEX 0D 53 73
Decimal 13 83 115
Binary 1101 1010011 1110011
Octal 15 123 163

Shades and tints

Shades of #0D5373

#0D5373
(13,83,115)
#0C4C69
(12,76,105)
#0B455F
(11,69,95)
#0A3E55
(10,62,85)
#09374B
(9,55,75)
#083041
(8,48,65)
#072937
(7,41,55)
#06222D
(6,34,45)
#051B23
(5,27,35)
#041419
(4,20,25)
#030D0F
(3,13,15)
#000000
(0,0,0)

Tints of #0D5373

#0D5373
(13,83,115)
#23627F
(35,98,127)
#39718B
(57,113,139)
#4F8097
(79,128,151)
#658FA3
(101,143,163)
#7B9EAF
(123,158,175)
#91ADBB
(145,173,187)
#A7BCC7
(167,188,199)
#BDCBD3
(189,203,211)
#D3DADF
(211,218,223)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5373; }

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

This text font color is #0D5373.

Background Color

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

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

This div background color is #0D5373.

Border color

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

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

This div border color is #0D5373.

Opacity

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

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

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

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

This text has shadow with #0D5373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5373.

Preview

Color preview on black background

This text has color #0D5373 on black background.


Color preview on white background

This text has color #0D5373 on white background.


Black color preview on #0D5373 background

This text has black color on #0D5373 background.


White color preview on #0D5373 background

This text has white color on #0D5373 background.


Related colors

Complementary color

Complementary color for #hex is #F2AC8C.


I love getcolorcode.com

Triadic colors

1 #730D53 and #53730D with #0D5373 are triadic colors.

2 #73530D and #530D73 with #0D5373 are triadic colors.