COLOR #0D332C

HEX: #0D332C
RGB: (13,51,44)

Color info

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

RGB color model

#0D332C color RGB value is (13,51,44).

  • red value is 13;
  • green value is 51;
  • blue value is 44.
RGB:
(13,51,44)
(5%,20%,17%)

RGB channels and saturation

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

13
51
44

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

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 44 = 108 (100%)
R 13 of 108 ~ 12.04%
G 51 of 108 ~ 47.22%
B 44 of 108 ~ 40.74%

%12.04
%47.22
%40.74

CMYK color model

#0D332C color CMYK value is (75,0,14,80).

  • cyan value is 74.51%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 80.00%
CMYK:
(75,0,14,80)
C75M0Y14K80 
(75%,0%,14%,80%)
(0.75/0.00/0.14/0.80)	

CMYK percentages

%74.51
%0
%13.73
%80

Codes

Color #0D332C in popluar color models

0D332C
RGB135144
HSL169°59.38%12.55%
HSB/HSV169°74.51%20.00%
CMYK74.51%0.00%13.73%
80.00%

Color #0D332C in popluar number systems.

HEX0D332C
Decimal135144
Binary1101110011101100
Octal156354

Shades and tints

Shades of #0D332C

#0D332C
(13,51,44)
#0C2F28
(12,47,40)
#0B2B24
(11,43,36)
#0A2720
(10,39,32)
#09231C
(9,35,28)
#081F18
(8,31,24)
#071B14
(7,27,20)
#061710
(6,23,16)
#05130C
(5,19,12)
#040F08
(4,15,8)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #0D332C

#0D332C
(13,51,44)
#23453F
(35,69,63)
#395752
(57,87,82)
#4F6965
(79,105,101)
#657B78
(101,123,120)
#7B8D8B
(123,141,139)
#919F9E
(145,159,158)
#A7B1B1
(167,177,177)
#BDC3C4
(189,195,196)
#D3D5D7
(211,213,215)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D332C; }

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

This text font color is #0D332C.


Background Color

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

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

This div background color is #0D332C.


Border color

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

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

This div border color is #0D332C.


Opacity

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

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

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

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

This text has shadow with #0D332C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D332C on black background.


Color preview on white background

This text has color #0D332C on white background.



Black color preview on #0D332C background

This text has black color on #0D332C background.


White color preview on #0D332C background

This text has white color on #0D332C background.