COLOR #1D1714

HEX: #1D1714
RGB: (29,23,20)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

29
23
20

R + G + B ~ 9%. #1D1714 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 20 = 72 (100%)
R 29 of 72 ~ 40.28%
G 23 of 72 ~ 31.94%
B 20 of 72 ~ 27.78%

%40.28
%31.94
%27.78

CMYK color model

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

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

CMYK percentages

%0
%20.69
%31.03
%88.63

Codes

Color #1D1714 in popluar color models

1D1714
RGB292320
HSL20°18.37%9.61%
HSB/HSV20°31.03%11.37%
CMYK0.00%20.69%31.03%
88.63%

Color #1D1714 in popluar number systems.

HEX1D1714
Decimal292320
Binary111011011110100
Octal352724

Shades and tints

Shades of #1D1714

#1D1714
(29,23,20)
#1B1513
(27,21,19)
#191312
(25,19,18)
#171111
(23,17,17)
#150F10
(21,15,16)
#130D0F
(19,13,15)
#110B0E
(17,11,14)
#0F090D
(15,9,13)
#0D070C
(13,7,12)
#0B050B
(11,5,11)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #1D1714

#1D1714
(29,23,20)
#312C29
(49,44,41)
#45413E
(69,65,62)
#595653
(89,86,83)
#6D6B68
(109,107,104)
#81807D
(129,128,125)
#959592
(149,149,146)
#A9AAA7
(169,170,167)
#BDBFBC
(189,191,188)
#D1D4D1
(209,212,209)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1714; }

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

This text font color is #1D1714.


Background Color

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

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

This div background color is #1D1714.


Border color

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

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

This div border color is #1D1714.


Opacity

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

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

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

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

This text has shadow with #1D1714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1714 on black background.


Color preview on white background

This text has color #1D1714 on white background.



Black color preview on #1D1714 background

This text has black color on #1D1714 background.


White color preview on #1D1714 background

This text has white color on #1D1714 background.