COLOR #1D4846

HEX: #1D4846 RGB: (29,72,70)

Color info

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

RGB color model

#1D4846 color RGB value is (29,72,70).

RGB: (29,72,70) (11%, 28%, 27%)

RGB channels and saturation

R 29 of 255 = 11%
G 72 of 255 = 28%
B 70 of 255 = 27%

29
72
70

R + G + B ~ 22%. #1D4846 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 72 + 70 = 171 (100%)
R 29 of 171 ~ 16.96%
G 72 of 171 ~ 42.11%
B 70 of 171 ~ 40.94'%

%16.96
%42.11
%40.94

CMYK color model

#1D4846 color CMYK value is (60,0,3,72).

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

CMYK: (60,0,3,72)
C60M0Y3K72 (60%, 0%, 3%, 72%)
(0.60 / 0.00 / 0.03 / 0.72)

CMYK percentages

%59.72
%0
%2.78
%71.76

Codes

Color #1D4846 in popluar color models

1D 48 46
RGB 29 72 70
HSL 177° 42.57% 19.80%
HSB/HSV 177° 59.72% 28.24%
CMYK 59.72% 0.00% 2.78%
71.76%

Color #1D4846 in popluar number systems.

HEX 1D 48 46
Decimal 29 72 70
Binary 11101 1001000 1000110
Octal 35 110 106

Shades and tints

Shades of #1D4846

#1D4846
(29,72,70)
#1B4240
(27,66,64)
#193C3A
(25,60,58)
#173634
(23,54,52)
#15302E
(21,48,46)
#132A28
(19,42,40)
#112422
(17,36,34)
#0F1E1C
(15,30,28)
#0D1816
(13,24,22)
#0B1210
(11,18,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #1D4846

#1D4846
(29,72,70)
#315856
(49,88,86)
#456866
(69,104,102)
#597876
(89,120,118)
#6D8886
(109,136,134)
#819896
(129,152,150)
#95A8A6
(149,168,166)
#A9B8B6
(169,184,182)
#BDC8C6
(189,200,198)
#D1D8D6
(209,216,214)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4846; }

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

This text font color is #1D4846.

Background Color

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

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

This div background color is #1D4846.

Border color

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

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

This div border color is #1D4846.

Opacity

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

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

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

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

This text has shadow with #1D4846 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D4846.

Preview

Color preview on black background

This text has color #1D4846 on black background.


Color preview on white background

This text has color #1D4846 on white background.


Black color preview on #1D4846 background

This text has black color on #1D4846 background.


White color preview on #1D4846 background

This text has white color on #1D4846 background.


Related colors

Complementary color

Complementary color for #hex is #E2B7B9.


I love getcolorcode.com

Triadic colors

1 #461D48 and #48461D with #1D4846 are triadic colors.

2 #46481D and #481D46 with #1D4846 are triadic colors.