COLOR #0D3324

HEX: #0D3324
RGB: (13,51,36)

Color info

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

RGB color model

#0D3324 color RGB value is (13,51,36).

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

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 36 of 255 = 14%

13
51
36

R + G + B ~ 13%. #0D3324 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 36 = 100 (100%)
R 13 of 100 ~ 13%
G 51 of 100 ~ 51%
B 36 of 100 ~ 36%

%13
%51
%36

CMYK color model

#0D3324 color CMYK value is (75,0,29,80).

  • cyan value is 74.51%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(75,0,29,80)
C75M0Y29K80 
(75%,0%,29%,80%)
(0.75/0.00/0.29/0.80)	

CMYK percentages

%74.51
%0
%29.41
%80

Codes

Color #0D3324 in popluar color models

0D3324
RGB135136
HSL156°59.38%12.55%
HSB/HSV156°74.51%20.00%
CMYK74.51%0.00%29.41%
80.00%

Color #0D3324 in popluar number systems.

HEX0D3324
Decimal135136
Binary1101110011100100
Octal156344

Shades and tints

Shades of #0D3324

#0D3324
(13,51,36)
#0C2F21
(12,47,33)
#0B2B1E
(11,43,30)
#0A271B
(10,39,27)
#092318
(9,35,24)
#081F15
(8,31,21)
#071B12
(7,27,18)
#06170F
(6,23,15)
#05130C
(5,19,12)
#040F09
(4,15,9)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #0D3324

#0D3324
(13,51,36)
#234537
(35,69,55)
#39574A
(57,87,74)
#4F695D
(79,105,93)
#657B70
(101,123,112)
#7B8D83
(123,141,131)
#919F96
(145,159,150)
#A7B1A9
(167,177,169)
#BDC3BC
(189,195,188)
#D3D5CF
(211,213,207)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3324; }

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

This text font color is #0D3324.


Background Color

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

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

This div background color is #0D3324.


Border color

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

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

This div border color is #0D3324.


Opacity

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

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

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

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

This text has shadow with #0D3324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3324 on black background.


Color preview on white background

This text has color #0D3324 on white background.



Black color preview on #0D3324 background

This text has black color on #0D3324 background.


White color preview on #0D3324 background

This text has white color on #0D3324 background.