COLOR #1D4148

HEX: #1D4148 RGB: (29,65,72)

Color info

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

RGB color model

#1D4148 color RGB value is (29,65,72).

RGB: (29,65,72) (11%, 25%, 28%)

RGB channels and saturation

R 29 of 255 = 11%
G 65 of 255 = 25%
B 72 of 255 = 28%

29
65
72

R + G + B ~ 21%. #1D4148 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 65 + 72 = 166 (100%)
R 29 of 166 ~ 17.47%
G 65 of 166 ~ 39.16%
B 72 of 166 ~ 43.37'%

%17.47
%39.16
%43.37

CMYK color model

#1D4148 color CMYK value is (60,10,0,72).

  • cyan value is 59.72%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (60,10,0,72)
C60M10Y0K72 (60%, 10%, 0%, 72%)
(0.60 / 0.10 / 0.00 / 0.72)

CMYK percentages

%59.72
%9.72
%0
%71.76

Codes

Color #1D4148 in popluar color models

1D 41 48
RGB 29 65 72
HSL 190° 42.57% 19.80%
HSB/HSV 190° 59.72% 28.24%
CMYK 59.72% 9.72% 0.00%
71.76%

Color #1D4148 in popluar number systems.

HEX 1D 41 48
Decimal 29 65 72
Binary 11101 1000001 1001000
Octal 35 101 110

Shades and tints

Shades of #1D4148

#1D4148
(29,65,72)
#1B3C42
(27,60,66)
#19373C
(25,55,60)
#173236
(23,50,54)
#152D30
(21,45,48)
#13282A
(19,40,42)
#112324
(17,35,36)
#0F1E1E
(15,30,30)
#0D1918
(13,25,24)
#0B1412
(11,20,18)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #1D4148

#1D4148
(29,65,72)
#315258
(49,82,88)
#456368
(69,99,104)
#597478
(89,116,120)
#6D8588
(109,133,136)
#819698
(129,150,152)
#95A7A8
(149,167,168)
#A9B8B8
(169,184,184)
#BDC9C8
(189,201,200)
#D1DAD8
(209,218,216)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4148; }

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

This text font color is #1D4148.

Background Color

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

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

This div background color is #1D4148.

Border color

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

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

This div border color is #1D4148.

Opacity

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

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

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

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

This text has shadow with #1D4148 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D4148.

Preview

Color preview on black background

This text has color #1D4148 on black background.


Color preview on white background

This text has color #1D4148 on white background.


Black color preview on #1D4148 background

This text has black color on #1D4148 background.


White color preview on #1D4148 background

This text has white color on #1D4148 background.


Related colors

Complementary color

Complementary color for #hex is #E2BEB7.


I love getcolorcode.com

Triadic colors

1 #481D41 and #41481D with #1D4148 are triadic colors.

2 #48411D and #411D48 with #1D4148 are triadic colors.