COLOR #1D4D5C

HEX: #1D4D5C RGB: (29,77,92)

Color info

#1D4D5C contains mainly green and blue colors. Web safe color of #1D4D5C is #333366 (or #336).

RGB color model

#1D4D5C color RGB value is (29,77,92).

RGB: (29,77,92) (11%, 30%, 36%)

RGB channels and saturation

R 29 of 255 = 11%
G 77 of 255 = 30%
B 92 of 255 = 36%

29
77
92

R + G + B ~ 26%. #1D4D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 77 + 92 = 198 (100%)
R 29 of 198 ~ 14.65%
G 77 of 198 ~ 38.89%
B 92 of 198 ~ 46.46'%

%14.65
%38.89
%46.46

CMYK color model

#1D4D5C color CMYK value is (68,16,0,64).

  • cyan value is 68.48%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (68,16,0,64)
C68M16Y0K64 (68%, 16%, 0%, 64%)
(0.68 / 0.16 / 0.00 / 0.64)

CMYK percentages

%68.48
%16.3
%0
%63.92

Codes

Color #1D4D5C in popluar color models

1D 4D 5C
RGB 29 77 92
HSL 194° 52.07% 23.73%
HSB/HSV 194° 68.48% 36.08%
CMYK 68.48% 16.30% 0.00%
63.92%

Color #1D4D5C in popluar number systems.

HEX 1D 4D 5C
Decimal 29 77 92
Binary 11101 1001101 1011100
Octal 35 115 134

Shades and tints

Shades of #1D4D5C

#1D4D5C
(29,77,92)
#1B4654
(27,70,84)
#193F4C
(25,63,76)
#173844
(23,56,68)
#15313C
(21,49,60)
#132A34
(19,42,52)
#11232C
(17,35,44)
#0F1C24
(15,28,36)
#0D151C
(13,21,28)
#0B0E14
(11,14,20)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #1D4D5C

#1D4D5C
(29,77,92)
#315D6A
(49,93,106)
#456D78
(69,109,120)
#597D86
(89,125,134)
#6D8D94
(109,141,148)
#819DA2
(129,157,162)
#95ADB0
(149,173,176)
#A9BDBE
(169,189,190)
#BDCDCC
(189,205,204)
#D1DDDA
(209,221,218)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4D5C color. Also use rgb(29,77,92) instead hex code.

Text Font Color

.myTextColor { color: #1D4D5C; }

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

This text font color is #1D4D5C.

Background Color

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

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

This div background color is #1D4D5C.

Border color

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

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

This div border color is #1D4D5C.

Opacity

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

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

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

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

This text has shadow with #1D4D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D4D5C.

Preview

Color preview on black background

This text has color #1D4D5C on black background.


Color preview on white background

This text has color #1D4D5C on white background.


Black color preview on #1D4D5C background

This text has black color on #1D4D5C background.


White color preview on #1D4D5C background

This text has white color on #1D4D5C background.


Related colors

Complementary color

Complementary color for #hex is #E2B2A3.


I love getcolorcode.com

Triadic colors

1 #5C1D4D and #4D5C1D with #1D4D5C are triadic colors.

2 #5C4D1D and #4D1D5C with #1D4D5C are triadic colors.