COLOR #1D4F5C

HEX: #1D4F5C
RGB: (29,79,92)

Color info

#1D4F5C contains mainly green and blue colors. Web safe color of #1D4F5C is #336666 (or #366).

RGB color model

#1D4F5C color RGB value is (29,79,92).

  • red value is 29;
  • green value is 79;
  • blue value is 92.
RGB:
(29,79,92)
(11%,31%,36%)

RGB channels and saturation

R 29 of 255 = 11%
G 79 of 255 = 31%
B 92 of 255 = 36%

29
79
92

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

Portions of RGB colors in percentages

R + G + B =
29 + 79 + 92 = 200 (100%)
R 29 of 200 ~ 14.5%
G 79 of 200 ~ 39.5%
B 92 of 200 ~ 46%

%14.5
%39.5
%46

CMYK color model

#1D4F5C color CMYK value is (68,14,0,64).

  • cyan value is 68.48%
  • magenta value is 14.13%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(68,14,0,64)
C68M14Y0K64 
(68%,14%,0%,64%)
(0.68/0.14/0.00/0.64)	

CMYK percentages

%68.48
%14.13
%0
%63.92

Codes

Color #1D4F5C in popluar color models

1D4F5C
RGB297992
HSL192°52.07%23.73%
HSB/HSV192°68.48%36.08%
CMYK68.48%14.13%0.00%
63.92%

Color #1D4F5C in popluar number systems.

HEX1D4F5C
Decimal297992
Binary1110110011111011100
Octal35117134

Shades and tints

Shades of #1D4F5C

#1D4F5C
(29,79,92)
#1B4854
(27,72,84)
#19414C
(25,65,76)
#173A44
(23,58,68)
#15333C
(21,51,60)
#132C34
(19,44,52)
#11252C
(17,37,44)
#0F1E24
(15,30,36)
#0D171C
(13,23,28)
#0B1014
(11,16,20)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #1D4F5C

#1D4F5C
(29,79,92)
#315F6A
(49,95,106)
#456F78
(69,111,120)
#597F86
(89,127,134)
#6D8F94
(109,143,148)
#819FA2
(129,159,162)
#95AFB0
(149,175,176)
#A9BFBE
(169,191,190)
#BDCFCC
(189,207,204)
#D1DFDA
(209,223,218)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4F5C; }

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

This text font color is #1D4F5C.


Background Color

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

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

This div background color is #1D4F5C.


Border color

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

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

This div border color is #1D4F5C.


Opacity

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

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

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

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

This text has shadow with #1D4F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4F5C on black background.


Color preview on white background

This text has color #1D4F5C on white background.



Black color preview on #1D4F5C background

This text has black color on #1D4F5C background.


White color preview on #1D4F5C background

This text has white color on #1D4F5C background.