COLOR #0D332B

HEX: #0D332B RGB: (13,51,43)

Color info

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

RGB color model

#0D332B color RGB value is (13,51,43).

RGB: (13,51,43) (5%, 20%, 17%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 43 of 255 = 17%

13
51
43

R + G + B ~ 14%. #0D332B is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 51 + 43 = 107 (100%)
R 13 of 107 ~ 12.15%
G 51 of 107 ~ 47.66%
B 43 of 107 ~ 40.19'%

%12.15
%47.66
%40.19

CMYK color model

#0D332B color CMYK value is (75,0,16,80).

  • cyan value is 74.51%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 80.00%

CMYK: (75,0,16,80)
C75M0Y16K80 (75%, 0%, 16%, 80%)
(0.75 / 0.00 / 0.16 / 0.80)

CMYK percentages

%74.51
%0
%15.69
%80

Codes

Color #0D332B in popluar color models

0D 33 2B
RGB 13 51 43
HSL 167° 59.38% 12.55%
HSB/HSV 167° 74.51% 20.00%
CMYK 74.51% 0.00% 15.69%
80.00%

Color #0D332B in popluar number systems.

HEX 0D 33 2B
Decimal 13 51 43
Binary 1101 110011 101011
Octal 15 63 53

Shades and tints

Shades of #0D332B

#0D332B
(13,51,43)
#0C2F28
(12,47,40)
#0B2B25
(11,43,37)
#0A2722
(10,39,34)
#09231F
(9,35,31)
#081F1C
(8,31,28)
#071B19
(7,27,25)
#061716
(6,23,22)
#051313
(5,19,19)
#040F10
(4,15,16)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #0D332B

#0D332B
(13,51,43)
#23453E
(35,69,62)
#395751
(57,87,81)
#4F6964
(79,105,100)
#657B77
(101,123,119)
#7B8D8A
(123,141,138)
#919F9D
(145,159,157)
#A7B1B0
(167,177,176)
#BDC3C3
(189,195,195)
#D3D5D6
(211,213,214)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D332B; }

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

This text font color is #0D332B.

Background Color

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

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

This div background color is #0D332B.

Border color

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

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

This div border color is #0D332B.

Opacity

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

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

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

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

This text has shadow with #0D332B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D332B.

Preview

Color preview on black background

This text has color #0D332B on black background.


Color preview on white background

This text has color #0D332B on white background.


Black color preview on #0D332B background

This text has black color on #0D332B background.


White color preview on #0D332B background

This text has white color on #0D332B background.


Related colors

Complementary color

Complementary color for #hex is #F2CCD4.


I love getcolorcode.com

Triadic colors

1 #2B0D33 and #332B0D with #0D332B are triadic colors.

2 #2B330D and #330D2B with #0D332B are triadic colors.