COLOR #0D4211

HEX: #0D4211
RGB: (13,66,17)

Color info

#0D4211 contains red, green and blue colors in about the same proportion. Web safe color of #0D4211 is #003300 (or #030).

RGB color model

#0D4211 color RGB value is (13,66,17).

  • red value is 13;
  • green value is 66;
  • blue value is 17.
RGB:
(13,66,17)
(5%,26%,7%)

RGB channels and saturation

R 13 of 255 = 5%
G 66 of 255 = 26%
B 17 of 255 = 7%

13
66
17

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

Portions of RGB colors in percentages

R + G + B =
13 + 66 + 17 = 96 (100%)
R 13 of 96 ~ 13.54%
G 66 of 96 ~ 68.75%
B 17 of 96 ~ 17.71%

%13.54
%68.75
%17.71

CMYK color model

#0D4211 color CMYK value is (80,0,74,74).

  • cyan value is 80.30%
  • magenta value is 0.00%
  • yellow value is 74.24%
  • key color value is 74.12%
CMYK:
(80,0,74,74)
C80M0Y74K74 
(80%,0%,74%,74%)
(0.80/0.00/0.74/0.74)	

CMYK percentages

%80.3
%0
%74.24
%74.12

Codes

Color #0D4211 in popluar color models

0D4211
RGB136617
HSL125°67.09%15.49%
HSB/HSV125°80.30%25.88%
CMYK80.30%0.00%74.24%
74.12%

Color #0D4211 in popluar number systems.

HEX0D4211
Decimal136617
Binary1101100001010001
Octal1510221

Shades and tints

Shades of #0D4211

#0D4211
(13,66,17)
#0C3C10
(12,60,16)
#0B360F
(11,54,15)
#0A300E
(10,48,14)
#092A0D
(9,42,13)
#08240C
(8,36,12)
#071E0B
(7,30,11)
#06180A
(6,24,10)
#051209
(5,18,9)
#040C08
(4,12,8)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #0D4211

#0D4211
(13,66,17)
#235326
(35,83,38)
#39643B
(57,100,59)
#4F7550
(79,117,80)
#658665
(101,134,101)
#7B977A
(123,151,122)
#91A88F
(145,168,143)
#A7B9A4
(167,185,164)
#BDCAB9
(189,202,185)
#D3DBCE
(211,219,206)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4211 color. Also use rgb(13,66,17) instead hex code.

Text Font Color

.myTextColor { color: #0D4211; }

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

This text font color is #0D4211.


Background Color

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

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

This div background color is #0D4211.


Border color

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

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

This div border color is #0D4211.


Opacity

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

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

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

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

This text has shadow with #0D4211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4211 on black background.


Color preview on white background

This text has color #0D4211 on white background.



Black color preview on #0D4211 background

This text has black color on #0D4211 background.


White color preview on #0D4211 background

This text has white color on #0D4211 background.