COLOR #0D3732

HEX: #0D3732 RGB: (13,55,50)

Color info

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

RGB color model

#0D3732 color RGB value is (13,55,50).

RGB: (13,55,50) (5%, 22%, 20%)

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 50 of 255 = 20%

13
55
50

R + G + B ~ 16%. #0D3732 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 55 + 50 = 118 (100%)
R 13 of 118 ~ 11.02%
G 55 of 118 ~ 46.61%
B 50 of 118 ~ 42.37'%

%11.02
%46.61
%42.37

CMYK color model

#0D3732 color CMYK value is (76,0,9,78).

  • cyan value is 76.36%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 78.43%

CMYK: (76,0,9,78)
C76M0Y9K78 (76%, 0%, 9%, 78%)
(0.76 / 0.00 / 0.09 / 0.78)

CMYK percentages

%76.36
%0
%9.09
%78.43

Codes

Color #0D3732 in popluar color models

0D 37 32
RGB 13 55 50
HSL 173° 61.76% 13.33%
HSB/HSV 173° 76.36% 21.57%
CMYK 76.36% 0.00% 9.09%
78.43%

Color #0D3732 in popluar number systems.

HEX 0D 37 32
Decimal 13 55 50
Binary 1101 110111 110010
Octal 15 67 62

Shades and tints

Shades of #0D3732

#0D3732
(13,55,50)
#0C322E
(12,50,46)
#0B2D2A
(11,45,42)
#0A2826
(10,40,38)
#092322
(9,35,34)
#081E1E
(8,30,30)
#07191A
(7,25,26)
#061416
(6,20,22)
#050F12
(5,15,18)
#040A0E
(4,10,14)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #0D3732

#0D3732
(13,55,50)
#234944
(35,73,68)
#395B56
(57,91,86)
#4F6D68
(79,109,104)
#657F7A
(101,127,122)
#7B918C
(123,145,140)
#91A39E
(145,163,158)
#A7B5B0
(167,181,176)
#BDC7C2
(189,199,194)
#D3D9D4
(211,217,212)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3732 color. Also use rgb(13,55,50) instead hex code.

Text Font Color

.myTextColor { color: #0D3732; }

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

This text font color is #0D3732.

Background Color

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

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

This div background color is #0D3732.

Border color

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

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

This div border color is #0D3732.

Opacity

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

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

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

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

This text has shadow with #0D3732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3732.

Preview

Color preview on black background

This text has color #0D3732 on black background.


Color preview on white background

This text has color #0D3732 on white background.


Black color preview on #0D3732 background

This text has black color on #0D3732 background.


White color preview on #0D3732 background

This text has white color on #0D3732 background.


Related colors

Complementary color

Complementary color for #hex is #F2C8CD.


I love getcolorcode.com

Triadic colors

1 #320D37 and #37320D with #0D3732 are triadic colors.

2 #32370D and #370D32 with #0D3732 are triadic colors.