COLOR #0D4321

HEX: #0D4321
RGB: (13,67,33)

Color info

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

RGB color model

#0D4321 color RGB value is (13,67,33).

  • red value is 13;
  • green value is 67;
  • blue value is 33.
RGB:
(13,67,33)
(5%,26%,13%)

RGB channels and saturation

R 13 of 255 = 5%
G 67 of 255 = 26%
B 33 of 255 = 13%

13
67
33

R + G + B ~ 15%. #0D4321 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 67 + 33 = 113 (100%)
R 13 of 113 ~ 11.5%
G 67 of 113 ~ 59.29%
B 33 of 113 ~ 29.2%

%11.5
%59.29
%29.2

CMYK color model

#0D4321 color CMYK value is (81,0,51,74).

  • cyan value is 80.60%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 73.73%
CMYK:
(81,0,51,74)
C81M0Y51K74 
(81%,0%,51%,74%)
(0.81/0.00/0.51/0.74)	

CMYK percentages

%80.6
%0
%50.75
%73.73

Codes

Color #0D4321 in popluar color models

0D4321
RGB136733
HSL142°67.50%15.69%
HSB/HSV142°80.60%26.27%
CMYK80.60%0.00%50.75%
73.73%

Color #0D4321 in popluar number systems.

HEX0D4321
Decimal136733
Binary11011000011100001
Octal1510341

Shades and tints

Shades of #0D4321

#0D4321
(13,67,33)
#0C3D1E
(12,61,30)
#0B371B
(11,55,27)
#0A3118
(10,49,24)
#092B15
(9,43,21)
#082512
(8,37,18)
#071F0F
(7,31,15)
#06190C
(6,25,12)
#051309
(5,19,9)
#040D06
(4,13,6)
#030703
(3,7,3)
#000000
(0,0,0)

Tints of #0D4321

#0D4321
(13,67,33)
#235435
(35,84,53)
#396549
(57,101,73)
#4F765D
(79,118,93)
#658771
(101,135,113)
#7B9885
(123,152,133)
#91A999
(145,169,153)
#A7BAAD
(167,186,173)
#BDCBC1
(189,203,193)
#D3DCD5
(211,220,213)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4321 color. Also use rgb(13,67,33) instead hex code.

Text Font Color

.myTextColor { color: #0D4321; }

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

This text font color is #0D4321.


Background Color

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

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

This div background color is #0D4321.


Border color

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

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

This div border color is #0D4321.


Opacity

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

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

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

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

This text has shadow with #0D4321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4321 on black background.


Color preview on white background

This text has color #0D4321 on white background.



Black color preview on #0D4321 background

This text has black color on #0D4321 background.


White color preview on #0D4321 background

This text has white color on #0D4321 background.