COLOR #0D470C

HEX: #0D470C
RGB: (13,71,12)

Color info

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

RGB color model

#0D470C color RGB value is (13,71,12).

  • red value is 13;
  • green value is 71;
  • blue value is 12.
RGB:
(13,71,12)
(5%,28%,5%)

RGB channels and saturation

R 13 of 255 = 5%
G 71 of 255 = 28%
B 12 of 255 = 5%

13
71
12

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

Portions of RGB colors in percentages

R + G + B =
13 + 71 + 12 = 96 (100%)
R 13 of 96 ~ 13.54%
G 71 of 96 ~ 73.96%
B 12 of 96 ~ 12.5%

%13.54
%73.96
%12.5

CMYK color model

#0D470C color CMYK value is (82,0,83,72).

  • cyan value is 81.69%
  • magenta value is 0.00%
  • yellow value is 83.10%
  • key color value is 72.16%
CMYK:
(82,0,83,72)
C82M0Y83K72 
(82%,0%,83%,72%)
(0.82/0.00/0.83/0.72)	

CMYK percentages

%81.69
%0
%83.1
%72.16

Codes

Color #0D470C in popluar color models

0D470C
RGB137112
HSL119°71.08%16.27%
HSB/HSV119°83.10%27.84%
CMYK81.69%0.00%83.10%
72.16%

Color #0D470C in popluar number systems.

HEX0D470C
Decimal137112
Binary110110001111100
Octal1510714

Shades and tints

Shades of #0D470C

#0D470C
(13,71,12)
#0C410B
(12,65,11)
#0B3B0A
(11,59,10)
#0A3509
(10,53,9)
#092F08
(9,47,8)
#082907
(8,41,7)
#072306
(7,35,6)
#061D05
(6,29,5)
#051704
(5,23,4)
#041103
(4,17,3)
#030B02
(3,11,2)
#000000
(0,0,0)

Tints of #0D470C

#0D470C
(13,71,12)
#235722
(35,87,34)
#396738
(57,103,56)
#4F774E
(79,119,78)
#658764
(101,135,100)
#7B977A
(123,151,122)
#91A790
(145,167,144)
#A7B7A6
(167,183,166)
#BDC7BC
(189,199,188)
#D3D7D2
(211,215,210)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D470C color. Also use rgb(13,71,12) instead hex code.

Text Font Color

.myTextColor { color: #0D470C; }

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

This text font color is #0D470C.


Background Color

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

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

This div background color is #0D470C.


Border color

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

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

This div border color is #0D470C.


Opacity

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

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

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

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

This text has shadow with #0D470C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D470C on black background.


Color preview on white background

This text has color #0D470C on white background.



Black color preview on #0D470C background

This text has black color on #0D470C background.


White color preview on #0D470C background

This text has white color on #0D470C background.