COLOR #0D4742

HEX: #0D4742
RGB: (13,71,66)

Color info

#0D4742 contains red, green and blue colors in about the same proportion. Web safe color of #0D4742 is #003333 (or #033).

RGB color model

#0D4742 color RGB value is (13,71,66).

  • red value is 13;
  • green value is 71;
  • blue value is 66.
RGB:
(13,71,66)
(5%,28%,26%)

RGB channels and saturation

R 13 of 255 = 5%
G 71 of 255 = 28%
B 66 of 255 = 26%

13
71
66

R + G + B ~ 20%. #0D4742 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 71 + 66 = 150 (100%)
R 13 of 150 ~ 8.67%
G 71 of 150 ~ 47.33%
B 66 of 150 ~ 44%

%47.33
%44

CMYK color model

#0D4742 color CMYK value is (82,0,7,72).

  • cyan value is 81.69%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(82,0,7,72)
C82M0Y7K72 
(82%,0%,7%,72%)
(0.82/0.00/0.07/0.72)	

CMYK percentages

%81.69
%0
%7.04
%72.16

Codes

Color #0D4742 in popluar color models

0D4742
RGB137166
HSL175°69.05%16.47%
HSB/HSV175°81.69%27.84%
CMYK81.69%0.00%7.04%
72.16%

Color #0D4742 in popluar number systems.

HEX0D4742
Decimal137166
Binary110110001111000010
Octal15107102

Shades and tints

Shades of #0D4742

#0D4742
(13,71,66)
#0C413C
(12,65,60)
#0B3B36
(11,59,54)
#0A3530
(10,53,48)
#092F2A
(9,47,42)
#082924
(8,41,36)
#07231E
(7,35,30)
#061D18
(6,29,24)
#051712
(5,23,18)
#04110C
(4,17,12)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #0D4742

#0D4742
(13,71,66)
#235753
(35,87,83)
#396764
(57,103,100)
#4F7775
(79,119,117)
#658786
(101,135,134)
#7B9797
(123,151,151)
#91A7A8
(145,167,168)
#A7B7B9
(167,183,185)
#BDC7CA
(189,199,202)
#D3D7DB
(211,215,219)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4742 color. Also use rgb(13,71,66) instead hex code.

Text Font Color

.myTextColor { color: #0D4742; }

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

This text font color is #0D4742.


Background Color

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

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

This div background color is #0D4742.


Border color

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

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

This div border color is #0D4742.


Opacity

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

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

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

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

This text has shadow with #0D4742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4742 on black background.


Color preview on white background

This text has color #0D4742 on white background.



Black color preview on #0D4742 background

This text has black color on #0D4742 background.


White color preview on #0D4742 background

This text has white color on #0D4742 background.