COLOR #1D471A

HEX: #1D471A
RGB: (29,71,26)

Color info

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

RGB color model

#1D471A color RGB value is (29,71,26).

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

RGB channels and saturation

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

29
71
26

R + G + B ~ 16%. #1D471A is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 26 = 126 (100%)
R 29 of 126 ~ 23.02%
G 71 of 126 ~ 56.35%
B 26 of 126 ~ 20.63%

%23.02
%56.35
%20.63

CMYK color model

#1D471A color CMYK value is (59,0,63,72).

  • cyan value is 59.15%
  • magenta value is 0.00%
  • yellow value is 63.38%
  • key color value is 72.16%
CMYK:
(59,0,63,72)
C59M0Y63K72 
(59%,0%,63%,72%)
(0.59/0.00/0.63/0.72)	

CMYK percentages

%59.15
%0
%63.38
%72.16

Codes

Color #1D471A in popluar color models

1D471A
RGB297126
HSL116°46.39%19.02%
HSB/HSV116°63.38%27.84%
CMYK59.15%0.00%63.38%
72.16%

Color #1D471A in popluar number systems.

HEX1D471A
Decimal297126
Binary11101100011111010
Octal3510732

Shades and tints

Shades of #1D471A

#1D471A
(29,71,26)
#1B4118
(27,65,24)
#193B16
(25,59,22)
#173514
(23,53,20)
#152F12
(21,47,18)
#132910
(19,41,16)
#11230E
(17,35,14)
#0F1D0C
(15,29,12)
#0D170A
(13,23,10)
#0B1108
(11,17,8)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #1D471A

#1D471A
(29,71,26)
#31572E
(49,87,46)
#456742
(69,103,66)
#597756
(89,119,86)
#6D876A
(109,135,106)
#81977E
(129,151,126)
#95A792
(149,167,146)
#A9B7A6
(169,183,166)
#BDC7BA
(189,199,186)
#D1D7CE
(209,215,206)
#E5E7E2
(229,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D471A; }

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

This text font color is #1D471A.


Background Color

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

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

This div background color is #1D471A.


Border color

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

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

This div border color is #1D471A.


Opacity

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

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

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

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

This text has shadow with #1D471A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D471A on black background.


Color preview on white background

This text has color #1D471A on white background.



Black color preview on #1D471A background

This text has black color on #1D471A background.


White color preview on #1D471A background

This text has white color on #1D471A background.