COLOR #0D4337

HEX: #0D4337 RGB: (13,67,55)

Color info

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

RGB color model

#0D4337 color RGB value is (13,67,55).

RGB: (13,67,55) (5%, 26%, 22%)

RGB channels and saturation

R 13 of 255 = 5%
G 67 of 255 = 26%
B 55 of 255 = 22%

13
67
55

R + G + B ~ 18%. #0D4337 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 67 + 55 = 135 (100%)
R 13 of 135 ~ 9.63%
G 67 of 135 ~ 49.63%
B 55 of 135 ~ 40.74'%

%49.63
%40.74

CMYK color model

#0D4337 color CMYK value is (81,0,18,74).

  • cyan value is 80.60%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 73.73%

CMYK: (81,0,18,74)
C81M0Y18K74 (81%, 0%, 18%, 74%)
(0.81 / 0.00 / 0.18 / 0.74)

CMYK percentages

%80.6
%0
%17.91
%73.73

Codes

Color #0D4337 in popluar color models

0D 43 37
RGB 13 67 55
HSL 167° 67.50% 15.69%
HSB/HSV 167° 80.60% 26.27%
CMYK 80.60% 0.00% 17.91%
73.73%

Color #0D4337 in popluar number systems.

HEX 0D 43 37
Decimal 13 67 55
Binary 1101 1000011 110111
Octal 15 103 67

Shades and tints

Shades of #0D4337

#0D4337
(13,67,55)
#0C3D32
(12,61,50)
#0B372D
(11,55,45)
#0A3128
(10,49,40)
#092B23
(9,43,35)
#08251E
(8,37,30)
#071F19
(7,31,25)
#061914
(6,25,20)
#05130F
(5,19,15)
#040D0A
(4,13,10)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #0D4337

#0D4337
(13,67,55)
#235449
(35,84,73)
#39655B
(57,101,91)
#4F766D
(79,118,109)
#65877F
(101,135,127)
#7B9891
(123,152,145)
#91A9A3
(145,169,163)
#A7BAB5
(167,186,181)
#BDCBC7
(189,203,199)
#D3DCD9
(211,220,217)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4337; }

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

This text font color is #0D4337.

Background Color

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

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

This div background color is #0D4337.

Border color

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

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

This div border color is #0D4337.

Opacity

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

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

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

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

This text has shadow with #0D4337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D4337.

Preview

Color preview on black background

This text has color #0D4337 on black background.


Color preview on white background

This text has color #0D4337 on white background.


Black color preview on #0D4337 background

This text has black color on #0D4337 background.


White color preview on #0D4337 background

This text has white color on #0D4337 background.


Related colors

Complementary color

Complementary color for #hex is #F2BCC8.


I love getcolorcode.com

Triadic colors

1 #370D43 and #43370D with #0D4337 are triadic colors.

2 #37430D and #430D37 with #0D4337 are triadic colors.