COLOR #1D5C7C

HEX: #1D5C7C
RGB: (29,92,124)

Color info

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

RGB color model

#1D5C7C color RGB value is (29,92,124).

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

RGB channels and saturation

R 29 of 255 = 11%
G 92 of 255 = 36%
B 124 of 255 = 49%

29
92
124

R + G + B ~ 32%. #1D5C7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 92 + 124 = 245 (100%)
R 29 of 245 ~ 11.84%
G 92 of 245 ~ 37.55%
B 124 of 245 ~ 50.61%

%11.84
%37.55
%50.61

CMYK color model

#1D5C7C color CMYK value is (77,26,0,51).

  • cyan value is 76.61%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(77,26,0,51)
C77M26Y0K51 
(77%,26%,0%,51%)
(0.77/0.26/0.00/0.51)	

CMYK percentages

%76.61
%25.81
%0
%51.37

Codes

Color #1D5C7C in popluar color models

1D5C7C
RGB2992124
HSL200°62.09%30.00%
HSB/HSV200°76.61%48.63%
CMYK76.61%25.81%0.00%
51.37%

Color #1D5C7C in popluar number systems.

HEX1D5C7C
Decimal2992124
Binary1110110111001111100
Octal35134174

Shades and tints

Shades of #1D5C7C

#1D5C7C
(29,92,124)
#1B5471
(27,84,113)
#194C66
(25,76,102)
#17445B
(23,68,91)
#153C50
(21,60,80)
#133445
(19,52,69)
#112C3A
(17,44,58)
#0F242F
(15,36,47)
#0D1C24
(13,28,36)
#0B1419
(11,20,25)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #1D5C7C

#1D5C7C
(29,92,124)
#316A87
(49,106,135)
#457892
(69,120,146)
#59869D
(89,134,157)
#6D94A8
(109,148,168)
#81A2B3
(129,162,179)
#95B0BE
(149,176,190)
#A9BEC9
(169,190,201)
#BDCCD4
(189,204,212)
#D1DADF
(209,218,223)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5C7C; }

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

This text font color is #1D5C7C.


Background Color

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

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

This div background color is #1D5C7C.


Border color

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

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

This div border color is #1D5C7C.


Opacity

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

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

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

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

This text has shadow with #1D5C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5C7C on black background.


Color preview on white background

This text has color #1D5C7C on white background.



Black color preview on #1D5C7C background

This text has black color on #1D5C7C background.


White color preview on #1D5C7C background

This text has white color on #1D5C7C background.