COLOR #1D411D

HEX: #1D411D
RGB: (29,65,29)

Color info

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

RGB color model

#1D411D color RGB value is (29,65,29).

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

RGB channels and saturation

R 29 of 255 = 11%
G 65 of 255 = 25%
B 29 of 255 = 11%

29
65
29

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

Portions of RGB colors in percentages

R + G + B =
29 + 65 + 29 = 123 (100%)
R 29 of 123 ~ 23.58%
G 65 of 123 ~ 52.85%
B 29 of 123 ~ 23.58%

%23.58
%52.85
%23.58

CMYK color model

#1D411D color CMYK value is (55,0,55,75).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(55,0,55,75)
C55M0Y55K75 
(55%,0%,55%,75%)
(0.55/0.00/0.55/0.75)	

CMYK percentages

%55.38
%0
%55.38
%74.51

Codes

Color #1D411D in popluar color models

1D411D
RGB296529
HSL120°38.30%18.43%
HSB/HSV120°55.38%25.49%
CMYK55.38%0.00%55.38%
74.51%

Color #1D411D in popluar number systems.

HEX1D411D
Decimal296529
Binary11101100000111101
Octal3510135

Shades and tints

Shades of #1D411D

#1D411D
(29,65,29)
#1B3C1B
(27,60,27)
#193719
(25,55,25)
#173217
(23,50,23)
#152D15
(21,45,21)
#132813
(19,40,19)
#112311
(17,35,17)
#0F1E0F
(15,30,15)
#0D190D
(13,25,13)
#0B140B
(11,20,11)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #1D411D

#1D411D
(29,65,29)
#315231
(49,82,49)
#456345
(69,99,69)
#597459
(89,116,89)
#6D856D
(109,133,109)
#819681
(129,150,129)
#95A795
(149,167,149)
#A9B8A9
(169,184,169)
#BDC9BD
(189,201,189)
#D1DAD1
(209,218,209)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D411D; }

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

This text font color is #1D411D.


Background Color

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

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

This div background color is #1D411D.


Border color

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

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

This div border color is #1D411D.


Opacity

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

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

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

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

This text has shadow with #1D411D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D411D on black background.


Color preview on white background

This text has color #1D411D on white background.



Black color preview on #1D411D background

This text has black color on #1D411D background.


White color preview on #1D411D background

This text has white color on #1D411D background.