COLOR #1D371E

HEX: #1D371E
RGB: (29,55,30)

Color info

#1D371E contains red, green and blue colors in about the same proportion. Web safe color of #1D371E is #333333 (or #333).

RGB color model

#1D371E color RGB value is (29,55,30).

  • red value is 29;
  • green value is 55;
  • blue value is 30.
RGB:
(29,55,30)
(11%,22%,12%)

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 30 of 255 = 12%

29
55
30

R + G + B ~ 15%. #1D371E is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 55 + 30 = 114 (100%)
R 29 of 114 ~ 25.44%
G 55 of 114 ~ 48.25%
B 30 of 114 ~ 26.32%

%25.44
%48.25
%26.32

CMYK color model

#1D371E color CMYK value is (47,0,45,78).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 78.43%
CMYK:
(47,0,45,78)
C47M0Y45K78 
(47%,0%,45%,78%)
(0.47/0.00/0.45/0.78)	

CMYK percentages

%47.27
%0
%45.45
%78.43

Codes

Color #1D371E in popluar color models

1D371E
RGB295530
HSL122°30.95%16.47%
HSB/HSV122°47.27%21.57%
CMYK47.27%0.00%45.45%
78.43%

Color #1D371E in popluar number systems.

HEX1D371E
Decimal295530
Binary1110111011111110
Octal356736

Shades and tints

Shades of #1D371E

#1D371E
(29,55,30)
#1B321C
(27,50,28)
#192D1A
(25,45,26)
#172818
(23,40,24)
#152316
(21,35,22)
#131E14
(19,30,20)
#111912
(17,25,18)
#0F1410
(15,20,16)
#0D0F0E
(13,15,14)
#0B0A0C
(11,10,12)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #1D371E

#1D371E
(29,55,30)
#314932
(49,73,50)
#455B46
(69,91,70)
#596D5A
(89,109,90)
#6D7F6E
(109,127,110)
#819182
(129,145,130)
#95A396
(149,163,150)
#A9B5AA
(169,181,170)
#BDC7BE
(189,199,190)
#D1D9D2
(209,217,210)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D371E color. Also use rgb(29,55,30) instead hex code.

Text Font Color

.myTextColor { color: #1D371E; }

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

This text font color is #1D371E.


Background Color

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

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

This div background color is #1D371E.


Border color

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

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

This div border color is #1D371E.


Opacity

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

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

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

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

This text has shadow with #1D371E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D371E on black background.


Color preview on white background

This text has color #1D371E on white background.



Black color preview on #1D371E background

This text has black color on #1D371E background.


White color preview on #1D371E background

This text has white color on #1D371E background.