COLOR #1D0C07

HEX: #1D0C07
RGB: (29,12,7)

Color info

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

RGB color model

#1D0C07 color RGB value is (29,12,7).

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

RGB channels and saturation

R 29 of 255 = 11%
G 12 of 255 = 5%
B 7 of 255 = 3%

29
12
7

R + G + B ~ 6%. #1D0C07 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 12 + 7 = 48 (100%)
R 29 of 48 ~ 60.42%
G 12 of 48 ~ 25%
B 7 of 48 ~ 14.58%

%60.42
%25
%14.58

CMYK color model

#1D0C07 color CMYK value is (0,59,76,89).

  • cyan value is 0.00%
  • magenta value is 58.62%
  • yellow value is 75.86%
  • key color value is 88.63%
CMYK:
(0,59,76,89)
C0M59Y76K89 
(0%,59%,76%,89%)
(0.00/0.59/0.76/0.89)	

CMYK percentages

%0
%58.62
%75.86
%88.63

Codes

Color #1D0C07 in popluar color models

1D0C07
RGB29127
HSL14°61.11%7.06%
HSB/HSV14°75.86%11.37%
CMYK0.00%58.62%75.86%
88.63%

Color #1D0C07 in popluar number systems.

HEX1D0C07
Decimal29127
Binary111011100111
Octal35147

Shades and tints

Shades of #1D0C07

#1D0C07
(29,12,7)
#1B0B07
(27,11,7)
#190A07
(25,10,7)
#170907
(23,9,7)
#150807
(21,8,7)
#130707
(19,7,7)
#110607
(17,6,7)
#0F0507
(15,5,7)
#0D0407
(13,4,7)
#0B0307
(11,3,7)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #1D0C07

#1D0C07
(29,12,7)
#31221D
(49,34,29)
#453833
(69,56,51)
#594E49
(89,78,73)
#6D645F
(109,100,95)
#817A75
(129,122,117)
#95908B
(149,144,139)
#A9A6A1
(169,166,161)
#BDBCB7
(189,188,183)
#D1D2CD
(209,210,205)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D0C07 color. Also use rgb(29,12,7) instead hex code.

Text Font Color

.myTextColor { color: #1D0C07; }

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

This text font color is #1D0C07.


Background Color

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

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

This div background color is #1D0C07.


Border color

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

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

This div border color is #1D0C07.


Opacity

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

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

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

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

This text has shadow with #1D0C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0C07 on black background.


Color preview on white background

This text has color #1D0C07 on white background.



Black color preview on #1D0C07 background

This text has black color on #1D0C07 background.


White color preview on #1D0C07 background

This text has white color on #1D0C07 background.