COLOR #1D1709

HEX: #1D1709
RGB: (29,23,9)

Color info

#1D1709 contains red, green and blue colors in about the same proportion. Web safe color of #1D1709 is #330000 (or #300).

RGB color model

#1D1709 color RGB value is (29,23,9).

  • red value is 29;
  • green value is 23;
  • blue value is 9.
RGB:
(29,23,9)
(11%,9%,4%)

RGB channels and saturation

R 29 of 255 = 11%
G 23 of 255 = 9%
B 9 of 255 = 4%

29
23
9

R + G + B ~ 8%. #1D1709 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 9 = 61 (100%)
R 29 of 61 ~ 47.54%
G 23 of 61 ~ 37.7%
B 9 of 61 ~ 14.75%

%47.54
%37.7
%14.75

CMYK color model

#1D1709 color CMYK value is (0,21,69,89).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 68.97%
  • key color value is 88.63%
CMYK:
(0,21,69,89)
C0M21Y69K89 
(0%,21%,69%,89%)
(0.00/0.21/0.69/0.89)	

CMYK percentages

%0
%20.69
%68.97
%88.63

Codes

Color #1D1709 in popluar color models

1D1709
RGB29239
HSL42°52.63%7.45%
HSB/HSV42°68.97%11.37%
CMYK0.00%20.69%68.97%
88.63%

Color #1D1709 in popluar number systems.

HEX1D1709
Decimal29239
Binary11101101111001
Octal352711

Shades and tints

Shades of #1D1709

#1D1709
(29,23,9)
#1B1509
(27,21,9)
#191309
(25,19,9)
#171109
(23,17,9)
#150F09
(21,15,9)
#130D09
(19,13,9)
#110B09
(17,11,9)
#0F0909
(15,9,9)
#0D0709
(13,7,9)
#0B0509
(11,5,9)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #1D1709

#1D1709
(29,23,9)
#312C1F
(49,44,31)
#454135
(69,65,53)
#59564B
(89,86,75)
#6D6B61
(109,107,97)
#818077
(129,128,119)
#95958D
(149,149,141)
#A9AAA3
(169,170,163)
#BDBFB9
(189,191,185)
#D1D4CF
(209,212,207)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1709; }

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

This text font color is #1D1709.


Background Color

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

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

This div background color is #1D1709.


Border color

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

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

This div border color is #1D1709.


Opacity

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

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

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

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

This text has shadow with #1D1709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1709 on black background.


Color preview on white background

This text has color #1D1709 on white background.



Black color preview on #1D1709 background

This text has black color on #1D1709 background.


White color preview on #1D1709 background

This text has white color on #1D1709 background.