COLOR #1D1306

HEX: #1D1306
RGB: (29,19,6)

Color info

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

RGB color model

#1D1306 color RGB value is (29,19,6).

  • red value is 29;
  • green value is 19;
  • blue value is 6.
RGB:
(29,19,6)
(11%,7%,2%)

RGB channels and saturation

R 29 of 255 = 11%
G 19 of 255 = 7%
B 6 of 255 = 2%

29
19
6

R + G + B ~ 7%. #1D1306 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 19 + 6 = 54 (100%)
R 29 of 54 ~ 53.7%
G 19 of 54 ~ 35.19%
B 6 of 54 ~ 11.11%

%53.7
%35.19
%11.11

CMYK color model

#1D1306 color CMYK value is (0,34,79,89).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 79.31%
  • key color value is 88.63%
CMYK:
(0,34,79,89)
C0M34Y79K89 
(0%,34%,79%,89%)
(0.00/0.34/0.79/0.89)	

CMYK percentages

%0
%34.48
%79.31
%88.63

Codes

Color #1D1306 in popluar color models

1D1306
RGB29196
HSL34°65.71%6.86%
HSB/HSV34°79.31%11.37%
CMYK0.00%34.48%79.31%
88.63%

Color #1D1306 in popluar number systems.

HEX1D1306
Decimal29196
Binary1110110011110
Octal35236

Shades and tints

Shades of #1D1306

#1D1306
(29,19,6)
#1B1206
(27,18,6)
#191106
(25,17,6)
#171006
(23,16,6)
#150F06
(21,15,6)
#130E06
(19,14,6)
#110D06
(17,13,6)
#0F0C06
(15,12,6)
#0D0B06
(13,11,6)
#0B0A06
(11,10,6)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #1D1306

#1D1306
(29,19,6)
#31281C
(49,40,28)
#453D32
(69,61,50)
#595248
(89,82,72)
#6D675E
(109,103,94)
#817C74
(129,124,116)
#95918A
(149,145,138)
#A9A6A0
(169,166,160)
#BDBBB6
(189,187,182)
#D1D0CC
(209,208,204)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1306; }

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

This text font color is #1D1306.


Background Color

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

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

This div background color is #1D1306.


Border color

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

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

This div border color is #1D1306.


Opacity

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

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

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

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

This text has shadow with #1D1306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1306 on black background.


Color preview on white background

This text has color #1D1306 on white background.



Black color preview on #1D1306 background

This text has black color on #1D1306 background.


White color preview on #1D1306 background

This text has white color on #1D1306 background.