COLOR #1D471C

HEX: #1D471C
RGB: (29,71,28)

Color info

#1D471C contains red, green and blue colors in about the same proportion. Web safe color of #1D471C is #333333 (or #333).

RGB color model

#1D471C color RGB value is (29,71,28).

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

RGB channels and saturation

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

29
71
28

R + G + B ~ 17%. #1D471C is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 28 = 128 (100%)
R 29 of 128 ~ 22.66%
G 71 of 128 ~ 55.47%
B 28 of 128 ~ 21.88%

%22.66
%55.47
%21.88

CMYK color model

#1D471C color CMYK value is (59,0,61,72).

  • cyan value is 59.15%
  • magenta value is 0.00%
  • yellow value is 60.56%
  • key color value is 72.16%
CMYK:
(59,0,61,72)
C59M0Y61K72 
(59%,0%,61%,72%)
(0.59/0.00/0.61/0.72)	

CMYK percentages

%59.15
%0
%60.56
%72.16

Codes

Color #1D471C in popluar color models

1D471C
RGB297128
HSL119°43.43%19.41%
HSB/HSV119°60.56%27.84%
CMYK59.15%0.00%60.56%
72.16%

Color #1D471C in popluar number systems.

HEX1D471C
Decimal297128
Binary11101100011111100
Octal3510734

Shades and tints

Shades of #1D471C

#1D471C
(29,71,28)
#1B411A
(27,65,26)
#193B18
(25,59,24)
#173516
(23,53,22)
#152F14
(21,47,20)
#132912
(19,41,18)
#112310
(17,35,16)
#0F1D0E
(15,29,14)
#0D170C
(13,23,12)
#0B110A
(11,17,10)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #1D471C

#1D471C
(29,71,28)
#315730
(49,87,48)
#456744
(69,103,68)
#597758
(89,119,88)
#6D876C
(109,135,108)
#819780
(129,151,128)
#95A794
(149,167,148)
#A9B7A8
(169,183,168)
#BDC7BC
(189,199,188)
#D1D7D0
(209,215,208)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D471C; }

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

This text font color is #1D471C.


Background Color

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

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

This div background color is #1D471C.


Border color

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

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

This div border color is #1D471C.


Opacity

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

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

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

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

This text has shadow with #1D471C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D471C on black background.


Color preview on white background

This text has color #1D471C on white background.



Black color preview on #1D471C background

This text has black color on #1D471C background.


White color preview on #1D471C background

This text has white color on #1D471C background.