COLOR #0D3322

HEX: #0D3322
RGB: (13,51,34)

Color info

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

RGB color model

#0D3322 color RGB value is (13,51,34).

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

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 34 of 255 = 13%

13
51
34

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

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 34 = 98 (100%)
R 13 of 98 ~ 13.27%
G 51 of 98 ~ 52.04%
B 34 of 98 ~ 34.69%

%13.27
%52.04
%34.69

CMYK color model

#0D3322 color CMYK value is (75,0,33,80).

  • cyan value is 74.51%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 80.00%
CMYK:
(75,0,33,80)
C75M0Y33K80 
(75%,0%,33%,80%)
(0.75/0.00/0.33/0.80)	

CMYK percentages

%74.51
%0
%33.33
%80

Codes

Color #0D3322 in popluar color models

0D3322
RGB135134
HSL153°59.38%12.55%
HSB/HSV153°74.51%20.00%
CMYK74.51%0.00%33.33%
80.00%

Color #0D3322 in popluar number systems.

HEX0D3322
Decimal135134
Binary1101110011100010
Octal156342

Shades and tints

Shades of #0D3322

#0D3322
(13,51,34)
#0C2F1F
(12,47,31)
#0B2B1C
(11,43,28)
#0A2719
(10,39,25)
#092316
(9,35,22)
#081F13
(8,31,19)
#071B10
(7,27,16)
#06170D
(6,23,13)
#05130A
(5,19,10)
#040F07
(4,15,7)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #0D3322

#0D3322
(13,51,34)
#234536
(35,69,54)
#39574A
(57,87,74)
#4F695E
(79,105,94)
#657B72
(101,123,114)
#7B8D86
(123,141,134)
#919F9A
(145,159,154)
#A7B1AE
(167,177,174)
#BDC3C2
(189,195,194)
#D3D5D6
(211,213,214)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3322; }

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

This text font color is #0D3322.


Background Color

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

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

This div background color is #0D3322.


Border color

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

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

This div border color is #0D3322.


Opacity

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

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

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

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

This text has shadow with #0D3322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3322 on black background.


Color preview on white background

This text has color #0D3322 on white background.



Black color preview on #0D3322 background

This text has black color on #0D3322 background.


White color preview on #0D3322 background

This text has white color on #0D3322 background.