COLOR #0D3941

HEX: #0D3941
RGB: (13,57,65)

Color info

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

RGB color model

#0D3941 color RGB value is (13,57,65).

  • red value is 13;
  • green value is 57;
  • blue value is 65.
RGB:
(13,57,65)
(5%,22%,25%)

RGB channels and saturation

R 13 of 255 = 5%
G 57 of 255 = 22%
B 65 of 255 = 25%

13
57
65

R + G + B ~ 17%. #0D3941 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 57 + 65 = 135 (100%)
R 13 of 135 ~ 9.63%
G 57 of 135 ~ 42.22%
B 65 of 135 ~ 48.15%

%9.63
%42.22
%48.15

CMYK color model

#0D3941 color CMYK value is (80,12,0,75).

  • cyan value is 80.00%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(80,12,0,75)
C80M12Y0K75 
(80%,12%,0%,75%)
(0.80/0.12/0.00/0.75)	

CMYK percentages

%80
%12.31
%0
%74.51

Codes

Color #0D3941 in popluar color models

0D3941
RGB135765
HSL189°66.67%15.29%
HSB/HSV189°80.00%25.49%
CMYK80.00%12.31%0.00%
74.51%

Color #0D3941 in popluar number systems.

HEX0D3941
Decimal135765
Binary11011110011000001
Octal1571101

Shades and tints

Shades of #0D3941

#0D3941
(13,57,65)
#0C343C
(12,52,60)
#0B2F37
(11,47,55)
#0A2A32
(10,42,50)
#09252D
(9,37,45)
#082028
(8,32,40)
#071B23
(7,27,35)
#06161E
(6,22,30)
#051119
(5,17,25)
#040C14
(4,12,20)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #0D3941

#0D3941
(13,57,65)
#234B52
(35,75,82)
#395D63
(57,93,99)
#4F6F74
(79,111,116)
#658185
(101,129,133)
#7B9396
(123,147,150)
#91A5A7
(145,165,167)
#A7B7B8
(167,183,184)
#BDC9C9
(189,201,201)
#D3DBDA
(211,219,218)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3941 color. Also use rgb(13,57,65) instead hex code.

Text Font Color

.myTextColor { color: #0D3941; }

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

This text font color is #0D3941.


Background Color

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

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

This div background color is #0D3941.


Border color

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

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

This div border color is #0D3941.


Opacity

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

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

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

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

This text has shadow with #0D3941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3941 on black background.


Color preview on white background

This text has color #0D3941 on white background.



Black color preview on #0D3941 background

This text has black color on #0D3941 background.


White color preview on #0D3941 background

This text has white color on #0D3941 background.