COLOR #1D372E

HEX: #1D372E RGB: (29,55,46)

Color info

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

RGB color model

#1D372E color RGB value is (29,55,46).

RGB: (29,55,46) (11%, 22%, 18%)

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 46 of 255 = 18%

29
55
46

R + G + B ~ 17%. #1D372E is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 55 + 46 = 130 (100%)
R 29 of 130 ~ 22.31%
G 55 of 130 ~ 42.31%
B 46 of 130 ~ 35.38'%

%22.31
%42.31
%35.38

CMYK color model

#1D372E color CMYK value is (47,0,16,78).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 78.43%

CMYK: (47,0,16,78)
C47M0Y16K78 (47%, 0%, 16%, 78%)
(0.47 / 0.00 / 0.16 / 0.78)

CMYK percentages

%47.27
%0
%16.36
%78.43

Codes

Color #1D372E in popluar color models

1D 37 2E
RGB 29 55 46
HSL 159° 30.95% 16.47%
HSB/HSV 159° 47.27% 21.57%
CMYK 47.27% 0.00% 16.36%
78.43%

Color #1D372E in popluar number systems.

HEX 1D 37 2E
Decimal 29 55 46
Binary 11101 110111 101110
Octal 35 67 56

Shades and tints

Shades of #1D372E

#1D372E
(29,55,46)
#1B322A
(27,50,42)
#192D26
(25,45,38)
#172822
(23,40,34)
#15231E
(21,35,30)
#131E1A
(19,30,26)
#111916
(17,25,22)
#0F1412
(15,20,18)
#0D0F0E
(13,15,14)
#0B0A0A
(11,10,10)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #1D372E

#1D372E
(29,55,46)
#314941
(49,73,65)
#455B54
(69,91,84)
#596D67
(89,109,103)
#6D7F7A
(109,127,122)
#81918D
(129,145,141)
#95A3A0
(149,163,160)
#A9B5B3
(169,181,179)
#BDC7C6
(189,199,198)
#D1D9D9
(209,217,217)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D372E; }

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

This text font color is #1D372E.

Background Color

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

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

This div background color is #1D372E.

Border color

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

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

This div border color is #1D372E.

Opacity

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

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

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

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

This text has shadow with #1D372E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D372E.

Preview

Color preview on black background

This text has color #1D372E on black background.


Color preview on white background

This text has color #1D372E on white background.


Black color preview on #1D372E background

This text has black color on #1D372E background.


White color preview on #1D372E background

This text has white color on #1D372E background.


Related colors

Complementary color

Complementary color for #hex is #E2C8D1.


I love getcolorcode.com

Triadic colors

1 #2E1D37 and #372E1D with #1D372E are triadic colors.

2 #2E371D and #371D2E with #1D372E are triadic colors.