COLOR #1D5B77

HEX: #1D5B77
RGB: (29,91,119)

Color info

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

RGB color model

#1D5B77 color RGB value is (29,91,119).

  • red value is 29;
  • green value is 91;
  • blue value is 119.
RGB:
(29,91,119)
(11%,36%,47%)

RGB channels and saturation

R 29 of 255 = 11%
G 91 of 255 = 36%
B 119 of 255 = 47%

29
91
119

R + G + B ~ 31%. #1D5B77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 91 + 119 = 239 (100%)
R 29 of 239 ~ 12.13%
G 91 of 239 ~ 38.08%
B 119 of 239 ~ 49.79%

%12.13
%38.08
%49.79

CMYK color model

#1D5B77 color CMYK value is (76,24,0,53).

  • cyan value is 75.63%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(76,24,0,53)
C76M24Y0K53 
(76%,24%,0%,53%)
(0.76/0.24/0.00/0.53)	

CMYK percentages

%75.63
%23.53
%0
%53.33

Codes

Color #1D5B77 in popluar color models

1D5B77
RGB2991119
HSL199°60.81%29.02%
HSB/HSV199°75.63%46.67%
CMYK75.63%23.53%0.00%
53.33%

Color #1D5B77 in popluar number systems.

HEX1D5B77
Decimal2991119
Binary1110110110111110111
Octal35133167

Shades and tints

Shades of #1D5B77

#1D5B77
(29,91,119)
#1B536D
(27,83,109)
#194B63
(25,75,99)
#174359
(23,67,89)
#153B4F
(21,59,79)
#133345
(19,51,69)
#112B3B
(17,43,59)
#0F2331
(15,35,49)
#0D1B27
(13,27,39)
#0B131D
(11,19,29)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #1D5B77

#1D5B77
(29,91,119)
#316983
(49,105,131)
#45778F
(69,119,143)
#59859B
(89,133,155)
#6D93A7
(109,147,167)
#81A1B3
(129,161,179)
#95AFBF
(149,175,191)
#A9BDCB
(169,189,203)
#BDCBD7
(189,203,215)
#D1D9E3
(209,217,227)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5B77 color. Also use rgb(29,91,119) instead hex code.

Text Font Color

.myTextColor { color: #1D5B77; }

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

This text font color is #1D5B77.


Background Color

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

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

This div background color is #1D5B77.


Border color

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

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

This div border color is #1D5B77.


Opacity

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

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

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

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

This text has shadow with #1D5B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5B77 on black background.


Color preview on white background

This text has color #1D5B77 on white background.



Black color preview on #1D5B77 background

This text has black color on #1D5B77 background.


White color preview on #1D5B77 background

This text has white color on #1D5B77 background.