COLOR #0D5752

HEX: #0D5752
RGB: (13,87,82)

Color info

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

RGB color model

#0D5752 color RGB value is (13,87,82).

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

RGB channels and saturation

R 13 of 255 = 5%
G 87 of 255 = 34%
B 82 of 255 = 32%

13
87
82

R + G + B ~ 24%. #0D5752 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 87 + 82 = 182 (100%)
R 13 of 182 ~ 7.14%
G 87 of 182 ~ 47.8%
B 82 of 182 ~ 45.05%

%47.8
%45.05

CMYK color model

#0D5752 color CMYK value is (85,0,6,66).

  • cyan value is 85.06%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(85,0,6,66)
C85M0Y6K66 
(85%,0%,6%,66%)
(0.85/0.00/0.06/0.66)	

CMYK percentages

%85.06
%0
%5.75
%65.88

Codes

Color #0D5752 in popluar color models

0D5752
RGB138782
HSL176°74.00%19.61%
HSB/HSV176°85.06%34.12%
CMYK85.06%0.00%5.75%
65.88%

Color #0D5752 in popluar number systems.

HEX0D5752
Decimal138782
Binary110110101111010010
Octal15127122

Shades and tints

Shades of #0D5752

#0D5752
(13,87,82)
#0C504B
(12,80,75)
#0B4944
(11,73,68)
#0A423D
(10,66,61)
#093B36
(9,59,54)
#08342F
(8,52,47)
#072D28
(7,45,40)
#062621
(6,38,33)
#051F1A
(5,31,26)
#041813
(4,24,19)
#03110C
(3,17,12)
#000000
(0,0,0)

Tints of #0D5752

#0D5752
(13,87,82)
#236661
(35,102,97)
#397570
(57,117,112)
#4F847F
(79,132,127)
#65938E
(101,147,142)
#7BA29D
(123,162,157)
#91B1AC
(145,177,172)
#A7C0BB
(167,192,187)
#BDCFCA
(189,207,202)
#D3DED9
(211,222,217)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5752; }

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

This text font color is #0D5752.


Background Color

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

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

This div background color is #0D5752.


Border color

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

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

This div border color is #0D5752.


Opacity

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

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

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

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

This text has shadow with #0D5752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5752 on black background.


Color preview on white background

This text has color #0D5752 on white background.



Black color preview on #0D5752 background

This text has black color on #0D5752 background.


White color preview on #0D5752 background

This text has white color on #0D5752 background.