COLOR #1D090E

HEX: #1D090E
RGB: (29,9,14)

Color info

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

RGB color model

#1D090E color RGB value is (29,9,14).

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

RGB channels and saturation

R 29 of 255 = 11%
G 9 of 255 = 4%
B 14 of 255 = 5%

29
9
14

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

Portions of RGB colors in percentages

R + G + B =
29 + 9 + 14 = 52 (100%)
R 29 of 52 ~ 55.77%
G 9 of 52 ~ 17.31%
B 14 of 52 ~ 26.92%

%55.77
%17.31
%26.92

CMYK color model

#1D090E color CMYK value is (0,69,52,89).

  • cyan value is 0.00%
  • magenta value is 68.97%
  • yellow value is 51.72%
  • key color value is 88.63%
CMYK:
(0,69,52,89)
C0M69Y52K89 
(0%,69%,52%,89%)
(0.00/0.69/0.52/0.89)	

CMYK percentages

%0
%68.97
%51.72
%88.63

Codes

Color #1D090E in popluar color models

1D090E
RGB29914
HSL345°52.63%7.45%
HSB/HSV345°68.97%11.37%
CMYK0.00%68.97%51.72%
88.63%

Color #1D090E in popluar number systems.

HEX1D090E
Decimal29914
Binary1110110011110
Octal351116

Shades and tints

Shades of #1D090E

#1D090E
(29,9,14)
#1B090D
(27,9,13)
#19090C
(25,9,12)
#17090B
(23,9,11)
#15090A
(21,9,10)
#130909
(19,9,9)
#110908
(17,9,8)
#0F0907
(15,9,7)
#0D0906
(13,9,6)
#0B0905
(11,9,5)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #1D090E

#1D090E
(29,9,14)
#311F23
(49,31,35)
#453538
(69,53,56)
#594B4D
(89,75,77)
#6D6162
(109,97,98)
#817777
(129,119,119)
#958D8C
(149,141,140)
#A9A3A1
(169,163,161)
#BDB9B6
(189,185,182)
#D1CFCB
(209,207,203)
#E5E5E0
(229,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D090E; }

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

This text font color is #1D090E.


Background Color

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

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

This div background color is #1D090E.


Border color

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

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

This div border color is #1D090E.


Opacity

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

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

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

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

This text has shadow with #1D090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D090E on black background.


Color preview on white background

This text has color #1D090E on white background.



Black color preview on #1D090E background

This text has black color on #1D090E background.


White color preview on #1D090E background

This text has white color on #1D090E background.