COLOR #1D4137

HEX: #1D4137 RGB: (29,65,55)

Color info

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

RGB color model

#1D4137 color RGB value is (29,65,55).

RGB: (29,65,55) (11%, 25%, 22%)

RGB channels and saturation

R 29 of 255 = 11%
G 65 of 255 = 25%
B 55 of 255 = 22%

29
65
55

R + G + B ~ 19%. #1D4137 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 65 + 55 = 149 (100%)
R 29 of 149 ~ 19.46%
G 65 of 149 ~ 43.62%
B 55 of 149 ~ 36.91'%

%19.46
%43.62
%36.91

CMYK color model

#1D4137 color CMYK value is (55,0,15,75).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 74.51%

CMYK: (55,0,15,75)
C55M0Y15K75 (55%, 0%, 15%, 75%)
(0.55 / 0.00 / 0.15 / 0.75)

CMYK percentages

%55.38
%0
%15.38
%74.51

Codes

Color #1D4137 in popluar color models

1D 41 37
RGB 29 65 55
HSL 163° 38.30% 18.43%
HSB/HSV 163° 55.38% 25.49%
CMYK 55.38% 0.00% 15.38%
74.51%

Color #1D4137 in popluar number systems.

HEX 1D 41 37
Decimal 29 65 55
Binary 11101 1000001 110111
Octal 35 101 67

Shades and tints

Shades of #1D4137

#1D4137
(29,65,55)
#1B3C32
(27,60,50)
#19372D
(25,55,45)
#173228
(23,50,40)
#152D23
(21,45,35)
#13281E
(19,40,30)
#112319
(17,35,25)
#0F1E14
(15,30,20)
#0D190F
(13,25,15)
#0B140A
(11,20,10)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #1D4137

#1D4137
(29,65,55)
#315249
(49,82,73)
#45635B
(69,99,91)
#59746D
(89,116,109)
#6D857F
(109,133,127)
#819691
(129,150,145)
#95A7A3
(149,167,163)
#A9B8B5
(169,184,181)
#BDC9C7
(189,201,199)
#D1DAD9
(209,218,217)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4137; }

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

This text font color is #1D4137.

Background Color

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

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

This div background color is #1D4137.

Border color

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

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

This div border color is #1D4137.

Opacity

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

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

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

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

This text has shadow with #1D4137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D4137.

Preview

Color preview on black background

This text has color #1D4137 on black background.


Color preview on white background

This text has color #1D4137 on white background.


Black color preview on #1D4137 background

This text has black color on #1D4137 background.


White color preview on #1D4137 background

This text has white color on #1D4137 background.


Related colors

Complementary color

Complementary color for #hex is #E2BEC8.


I love getcolorcode.com

Triadic colors

1 #371D41 and #41371D with #1D4137 are triadic colors.

2 #37411D and #411D37 with #1D4137 are triadic colors.