COLOR #1D171D

HEX: #1D171D
RGB: (29,23,29)

Color info

#1D171D contains red, green and blue colors in about the same proportion. Web safe color of #1D171D is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

29
23
29

R + G + B ~ 10%. #1D171D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 29 = 81 (100%)
R 29 of 81 ~ 35.8%
G 23 of 81 ~ 28.4%
B 29 of 81 ~ 35.8%

%35.8
%28.4
%35.8

CMYK color model

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

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

CMYK percentages

%0
%20.69
%0
%88.63

Codes

Color #1D171D in popluar color models

1D171D
RGB292329
HSL300°11.54%10.20%
HSB/HSV300°20.69%11.37%
CMYK0.00%20.69%0.00%
88.63%

Color #1D171D in popluar number systems.

HEX1D171D
Decimal292329
Binary111011011111101
Octal352735

Shades and tints

Shades of #1D171D

#1D171D
(29,23,29)
#1B151B
(27,21,27)
#191319
(25,19,25)
#171117
(23,17,23)
#150F15
(21,15,21)
#130D13
(19,13,19)
#110B11
(17,11,17)
#0F090F
(15,9,15)
#0D070D
(13,7,13)
#0B050B
(11,5,11)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #1D171D

#1D171D
(29,23,29)
#312C31
(49,44,49)
#454145
(69,65,69)
#595659
(89,86,89)
#6D6B6D
(109,107,109)
#818081
(129,128,129)
#959595
(149,149,149)
#A9AAA9
(169,170,169)
#BDBFBD
(189,191,189)
#D1D4D1
(209,212,209)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D171D; }

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

This text font color is #1D171D.


Background Color

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

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

This div background color is #1D171D.


Border color

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

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

This div border color is #1D171D.


Opacity

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

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

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

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

This text has shadow with #1D171D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D171D on black background.


Color preview on white background

This text has color #1D171D on white background.



Black color preview on #1D171D background

This text has black color on #1D171D background.


White color preview on #1D171D background

This text has white color on #1D171D background.