COLOR #1D180D

HEX: #1D180D
RGB: (29,24,13)

Color info

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

RGB color model

#1D180D color RGB value is (29,24,13).

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

RGB channels and saturation

R 29 of 255 = 11%
G 24 of 255 = 9%
B 13 of 255 = 5%

29
24
13

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

Portions of RGB colors in percentages

R + G + B =
29 + 24 + 13 = 66 (100%)
R 29 of 66 ~ 43.94%
G 24 of 66 ~ 36.36%
B 13 of 66 ~ 19.7%

%43.94
%36.36
%19.7

CMYK color model

#1D180D color CMYK value is (0,17,55,89).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 55.17%
  • key color value is 88.63%
CMYK:
(0,17,55,89)
C0M17Y55K89 
(0%,17%,55%,89%)
(0.00/0.17/0.55/0.89)	

CMYK percentages

%0
%17.24
%55.17
%88.63

Codes

Color #1D180D in popluar color models

1D180D
RGB292413
HSL41°38.10%8.24%
HSB/HSV41°55.17%11.37%
CMYK0.00%17.24%55.17%
88.63%

Color #1D180D in popluar number systems.

HEX1D180D
Decimal292413
Binary11101110001101
Octal353015

Shades and tints

Shades of #1D180D

#1D180D
(29,24,13)
#1B160C
(27,22,12)
#19140B
(25,20,11)
#17120A
(23,18,10)
#151009
(21,16,9)
#130E08
(19,14,8)
#110C07
(17,12,7)
#0F0A06
(15,10,6)
#0D0805
(13,8,5)
#0B0604
(11,6,4)
#090403
(9,4,3)
#000000
(0,0,0)

Tints of #1D180D

#1D180D
(29,24,13)
#312D23
(49,45,35)
#454239
(69,66,57)
#59574F
(89,87,79)
#6D6C65
(109,108,101)
#81817B
(129,129,123)
#959691
(149,150,145)
#A9ABA7
(169,171,167)
#BDC0BD
(189,192,189)
#D1D5D3
(209,213,211)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D180D; }

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

This text font color is #1D180D.


Background Color

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

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

This div background color is #1D180D.


Border color

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

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

This div border color is #1D180D.


Opacity

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

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

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

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

This text has shadow with #1D180D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D180D on black background.


Color preview on white background

This text has color #1D180D on white background.



Black color preview on #1D180D background

This text has black color on #1D180D background.


White color preview on #1D180D background

This text has white color on #1D180D background.