COLOR #1D0711

HEX: #1D0711
RGB: (29,7,17)

Color info

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

RGB color model

#1D0711 color RGB value is (29,7,17).

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

RGB channels and saturation

R 29 of 255 = 11%
G 7 of 255 = 3%
B 17 of 255 = 7%

29
7
17

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

Portions of RGB colors in percentages

R + G + B =
29 + 7 + 17 = 53 (100%)
R 29 of 53 ~ 54.72%
G 7 of 53 ~ 13.21%
B 17 of 53 ~ 32.08%

%54.72
%13.21
%32.08

CMYK color model

#1D0711 color CMYK value is (0,76,41,89).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 41.38%
  • key color value is 88.63%
CMYK:
(0,76,41,89)
C0M76Y41K89 
(0%,76%,41%,89%)
(0.00/0.76/0.41/0.89)	

CMYK percentages

%0
%75.86
%41.38
%88.63

Codes

Color #1D0711 in popluar color models

1D0711
RGB29717
HSL333°61.11%7.06%
HSB/HSV333°75.86%11.37%
CMYK0.00%75.86%41.38%
88.63%

Color #1D0711 in popluar number systems.

HEX1D0711
Decimal29717
Binary1110111110001
Octal35721

Shades and tints

Shades of #1D0711

#1D0711
(29,7,17)
#1B0710
(27,7,16)
#19070F
(25,7,15)
#17070E
(23,7,14)
#15070D
(21,7,13)
#13070C
(19,7,12)
#11070B
(17,7,11)
#0F070A
(15,7,10)
#0D0709
(13,7,9)
#0B0708
(11,7,8)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #1D0711

#1D0711
(29,7,17)
#311D26
(49,29,38)
#45333B
(69,51,59)
#594950
(89,73,80)
#6D5F65
(109,95,101)
#81757A
(129,117,122)
#958B8F
(149,139,143)
#A9A1A4
(169,161,164)
#BDB7B9
(189,183,185)
#D1CDCE
(209,205,206)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D0711; }

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

This text font color is #1D0711.


Background Color

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

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

This div background color is #1D0711.


Border color

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

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

This div border color is #1D0711.


Opacity

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

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

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

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

This text has shadow with #1D0711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0711 on black background.


Color preview on white background

This text has color #1D0711 on white background.



Black color preview on #1D0711 background

This text has black color on #1D0711 background.


White color preview on #1D0711 background

This text has white color on #1D0711 background.