COLOR #0D442B

HEX: #0D442B RGB: (13,68,43)

Color info

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

RGB color model

#0D442B color RGB value is (13,68,43).

RGB: (13,68,43) (5%, 27%, 17%)

RGB channels and saturation

R 13 of 255 = 5%
G 68 of 255 = 27%
B 43 of 255 = 17%

13
68
43

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

Portions of RGB colors in percentages

R + G + B = 13 + 68 + 43 = 124 (100%)
R 13 of 124 ~ 10.48%
G 68 of 124 ~ 54.84%
B 43 of 124 ~ 34.68'%

%54.84
%34.68

CMYK color model

#0D442B color CMYK value is (81,0,37,73).

  • cyan value is 80.88%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 73.33%

CMYK: (81,0,37,73)
C81M0Y37K73 (81%, 0%, 37%, 73%)
(0.81 / 0.00 / 0.37 / 0.73)

CMYK percentages

%80.88
%0
%36.76
%73.33

Codes

Color #0D442B in popluar color models

0D 44 2B
RGB 13 68 43
HSL 153° 67.90% 15.88%
HSB/HSV 153° 80.88% 26.67%
CMYK 80.88% 0.00% 36.76%
73.33%

Color #0D442B in popluar number systems.

HEX 0D 44 2B
Decimal 13 68 43
Binary 1101 1000100 101011
Octal 15 104 53

Shades and tints

Shades of #0D442B

#0D442B
(13,68,43)
#0C3E28
(12,62,40)
#0B3825
(11,56,37)
#0A3222
(10,50,34)
#092C1F
(9,44,31)
#08261C
(8,38,28)
#072019
(7,32,25)
#061A16
(6,26,22)
#051413
(5,20,19)
#040E10
(4,14,16)
#03080D
(3,8,13)
#000000
(0,0,0)

Tints of #0D442B

#0D442B
(13,68,43)
#23553E
(35,85,62)
#396651
(57,102,81)
#4F7764
(79,119,100)
#658877
(101,136,119)
#7B998A
(123,153,138)
#91AA9D
(145,170,157)
#A7BBB0
(167,187,176)
#BDCCC3
(189,204,195)
#D3DDD6
(211,221,214)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D442B color. Also use rgb(13,68,43) instead hex code.

Text Font Color

.myTextColor { color: #0D442B; }

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

This text font color is #0D442B.

Background Color

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

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

This div background color is #0D442B.

Border color

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

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

This div border color is #0D442B.

Opacity

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

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

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

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

This text has shadow with #0D442B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D442B.

Preview

Color preview on black background

This text has color #0D442B on black background.


Color preview on white background

This text has color #0D442B on white background.


Black color preview on #0D442B background

This text has black color on #0D442B background.


White color preview on #0D442B background

This text has white color on #0D442B background.


Related colors

Complementary color

Complementary color for #hex is #F2BBD4.


I love getcolorcode.com

Triadic colors

1 #2B0D44 and #442B0D with #0D442B are triadic colors.

2 #2B440D and #440D2B with #0D442B are triadic colors.