COLOR #1D120E

HEX: #1D120E
RGB: (29,18,14)

Color info

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

RGB color model

#1D120E color RGB value is (29,18,14).

  • red value is 29;
  • green value is 18;
  • blue value is 14.
RGB:
(29,18,14)
(11%,7%,5%)

RGB channels and saturation

R 29 of 255 = 11%
G 18 of 255 = 7%
B 14 of 255 = 5%

29
18
14

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

Portions of RGB colors in percentages

R + G + B =
29 + 18 + 14 = 61 (100%)
R 29 of 61 ~ 47.54%
G 18 of 61 ~ 29.51%
B 14 of 61 ~ 22.95%

%47.54
%29.51
%22.95

CMYK color model

#1D120E color CMYK value is (0,38,52,89).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 51.72%
  • key color value is 88.63%
CMYK:
(0,38,52,89)
C0M38Y52K89 
(0%,38%,52%,89%)
(0.00/0.38/0.52/0.89)	

CMYK percentages

%0
%37.93
%51.72
%88.63

Codes

Color #1D120E in popluar color models

1D120E
RGB291814
HSL16°34.88%8.43%
HSB/HSV16°51.72%11.37%
CMYK0.00%37.93%51.72%
88.63%

Color #1D120E in popluar number systems.

HEX1D120E
Decimal291814
Binary11101100101110
Octal352216

Shades and tints

Shades of #1D120E

#1D120E
(29,18,14)
#1B110D
(27,17,13)
#19100C
(25,16,12)
#170F0B
(23,15,11)
#150E0A
(21,14,10)
#130D09
(19,13,9)
#110C08
(17,12,8)
#0F0B07
(15,11,7)
#0D0A06
(13,10,6)
#0B0905
(11,9,5)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #1D120E

#1D120E
(29,18,14)
#312723
(49,39,35)
#453C38
(69,60,56)
#59514D
(89,81,77)
#6D6662
(109,102,98)
#817B77
(129,123,119)
#95908C
(149,144,140)
#A9A5A1
(169,165,161)
#BDBAB6
(189,186,182)
#D1CFCB
(209,207,203)
#E5E4E0
(229,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D120E; }

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

This text font color is #1D120E.


Background Color

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

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

This div background color is #1D120E.


Border color

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

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

This div border color is #1D120E.


Opacity

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

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

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

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

This text has shadow with #1D120E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D120E on black background.


Color preview on white background

This text has color #1D120E on white background.



Black color preview on #1D120E background

This text has black color on #1D120E background.


White color preview on #1D120E background

This text has white color on #1D120E background.