COLOR #1D470E

HEX: #1D470E
RGB: (29,71,14)

Color info

#1D470E contains red, green and blue colors in about the same proportion. Web safe color of #1D470E is #333300 (or #330).

RGB color model

#1D470E color RGB value is (29,71,14).

  • red value is 29;
  • green value is 71;
  • blue value is 14.
RGB:
(29,71,14)
(11%,28%,5%)

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 14 of 255 = 5%

29
71
14

R + G + B ~ 15%. #1D470E is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 14 = 114 (100%)
R 29 of 114 ~ 25.44%
G 71 of 114 ~ 62.28%
B 14 of 114 ~ 12.28%

%25.44
%62.28
%12.28

CMYK color model

#1D470E color CMYK value is (59,0,80,72).

  • cyan value is 59.15%
  • magenta value is 0.00%
  • yellow value is 80.28%
  • key color value is 72.16%
CMYK:
(59,0,80,72)
C59M0Y80K72 
(59%,0%,80%,72%)
(0.59/0.00/0.80/0.72)	

CMYK percentages

%59.15
%0
%80.28
%72.16

Codes

Color #1D470E in popluar color models

1D470E
RGB297114
HSL104°67.06%16.67%
HSB/HSV104°80.28%27.84%
CMYK59.15%0.00%80.28%
72.16%

Color #1D470E in popluar number systems.

HEX1D470E
Decimal297114
Binary1110110001111110
Octal3510716

Shades and tints

Shades of #1D470E

#1D470E
(29,71,14)
#1B410D
(27,65,13)
#193B0C
(25,59,12)
#17350B
(23,53,11)
#152F0A
(21,47,10)
#132909
(19,41,9)
#112308
(17,35,8)
#0F1D07
(15,29,7)
#0D1706
(13,23,6)
#0B1105
(11,17,5)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #1D470E

#1D470E
(29,71,14)
#315723
(49,87,35)
#456738
(69,103,56)
#59774D
(89,119,77)
#6D8762
(109,135,98)
#819777
(129,151,119)
#95A78C
(149,167,140)
#A9B7A1
(169,183,161)
#BDC7B6
(189,199,182)
#D1D7CB
(209,215,203)
#E5E7E0
(229,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D470E color. Also use rgb(29,71,14) instead hex code.

Text Font Color

.myTextColor { color: #1D470E; }

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

This text font color is #1D470E.


Background Color

.myBgColor { background-color: #1D470E; }

<div style="background-color:#1D470E">Inner text</div>

This div background color is #1D470E.


Border color

.myBorderColor { border: 1px solid #1D470E; }

<div style="border:3px solid #1D470E">Div</div>

This div border color is #1D470E.


Opacity

.myOpacity80 { color: #1D470E; opacity: 0.8; }

<p style="color:#1D470E;opacity:0.8;">80%</p>

Text with #1D470E 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 #1D470E;}

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

This text has shadow with #1D470E color.

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

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

This text has shadow with #1D470E primary color and red secondary color.


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

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

This text has shadow with #1D470E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D470E on black background.


Color preview on white background

This text has color #1D470E on white background.



Black color preview on #1D470E background

This text has black color on #1D470E background.


White color preview on #1D470E background

This text has white color on #1D470E background.