COLOR #0D4521

HEX: #0D4521
RGB: (13,69,33)

Color info

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

RGB color model

#0D4521 color RGB value is (13,69,33).

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

RGB channels and saturation

R 13 of 255 = 5%
G 69 of 255 = 27%
B 33 of 255 = 13%

13
69
33

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

Portions of RGB colors in percentages

R + G + B =
13 + 69 + 33 = 115 (100%)
R 13 of 115 ~ 11.3%
G 69 of 115 ~ 60%
B 33 of 115 ~ 28.7%

%11.3
%60
%28.7

CMYK color model

#0D4521 color CMYK value is (81,0,52,73).

  • cyan value is 81.16%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK:
(81,0,52,73)
C81M0Y52K73 
(81%,0%,52%,73%)
(0.81/0.00/0.52/0.73)	

CMYK percentages

%81.16
%0
%52.17
%72.94

Codes

Color #0D4521 in popluar color models

0D4521
RGB136933
HSL141°68.29%16.08%
HSB/HSV141°81.16%27.06%
CMYK81.16%0.00%52.17%
72.94%

Color #0D4521 in popluar number systems.

HEX0D4521
Decimal136933
Binary11011000101100001
Octal1510541

Shades and tints

Shades of #0D4521

#0D4521
(13,69,33)
#0C3F1E
(12,63,30)
#0B391B
(11,57,27)
#0A3318
(10,51,24)
#092D15
(9,45,21)
#082712
(8,39,18)
#07210F
(7,33,15)
#061B0C
(6,27,12)
#051509
(5,21,9)
#040F06
(4,15,6)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #0D4521

#0D4521
(13,69,33)
#235535
(35,85,53)
#396549
(57,101,73)
#4F755D
(79,117,93)
#658571
(101,133,113)
#7B9585
(123,149,133)
#91A599
(145,165,153)
#A7B5AD
(167,181,173)
#BDC5C1
(189,197,193)
#D3D5D5
(211,213,213)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4521; }

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

This text font color is #0D4521.


Background Color

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

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

This div background color is #0D4521.


Border color

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

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

This div border color is #0D4521.


Opacity

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

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

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

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

This text has shadow with #0D4521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4521 on black background.


Color preview on white background

This text has color #0D4521 on white background.



Black color preview on #0D4521 background

This text has black color on #0D4521 background.


White color preview on #0D4521 background

This text has white color on #0D4521 background.