COLOR #1D130D

HEX: #1D130D
RGB: (29,19,13)

Color info

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

RGB color model

#1D130D color RGB value is (29,19,13).

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

RGB channels and saturation

R 29 of 255 = 11%
G 19 of 255 = 7%
B 13 of 255 = 5%

29
19
13

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

Portions of RGB colors in percentages

R + G + B =
29 + 19 + 13 = 61 (100%)
R 29 of 61 ~ 47.54%
G 19 of 61 ~ 31.15%
B 13 of 61 ~ 21.31%

%47.54
%31.15
%21.31

CMYK color model

#1D130D color CMYK value is (0,34,55,89).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 55.17%
  • key color value is 88.63%
CMYK:
(0,34,55,89)
C0M34Y55K89 
(0%,34%,55%,89%)
(0.00/0.34/0.55/0.89)	

CMYK percentages

%0
%34.48
%55.17
%88.63

Codes

Color #1D130D in popluar color models

1D130D
RGB291913
HSL23°38.10%8.24%
HSB/HSV23°55.17%11.37%
CMYK0.00%34.48%55.17%
88.63%

Color #1D130D in popluar number systems.

HEX1D130D
Decimal291913
Binary11101100111101
Octal352315

Shades and tints

Shades of #1D130D

#1D130D
(29,19,13)
#1B120C
(27,18,12)
#19110B
(25,17,11)
#17100A
(23,16,10)
#150F09
(21,15,9)
#130E08
(19,14,8)
#110D07
(17,13,7)
#0F0C06
(15,12,6)
#0D0B05
(13,11,5)
#0B0A04
(11,10,4)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #1D130D

#1D130D
(29,19,13)
#312823
(49,40,35)
#453D39
(69,61,57)
#59524F
(89,82,79)
#6D6765
(109,103,101)
#817C7B
(129,124,123)
#959191
(149,145,145)
#A9A6A7
(169,166,167)
#BDBBBD
(189,187,189)
#D1D0D3
(209,208,211)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D130D; }

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

This text font color is #1D130D.


Background Color

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

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

This div background color is #1D130D.


Border color

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

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

This div border color is #1D130D.


Opacity

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

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

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

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

This text has shadow with #1D130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D130D on black background.


Color preview on white background

This text has color #1D130D on white background.



Black color preview on #1D130D background

This text has black color on #1D130D background.


White color preview on #1D130D background

This text has white color on #1D130D background.