COLOR #1D5B73

HEX: #1D5B73
RGB: (29,91,115)

Color info

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

RGB color model

#1D5B73 color RGB value is (29,91,115).

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

RGB channels and saturation

R 29 of 255 = 11%
G 91 of 255 = 36%
B 115 of 255 = 45%

29
91
115

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

Portions of RGB colors in percentages

R + G + B =
29 + 91 + 115 = 235 (100%)
R 29 of 235 ~ 12.34%
G 91 of 235 ~ 38.72%
B 115 of 235 ~ 48.94%

%12.34
%38.72
%48.94

CMYK color model

#1D5B73 color CMYK value is (75,21,0,55).

  • cyan value is 74.78%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(75,21,0,55)
C75M21Y0K55 
(75%,21%,0%,55%)
(0.75/0.21/0.00/0.55)	

CMYK percentages

%74.78
%20.87
%0
%54.9

Codes

Color #1D5B73 in popluar color models

1D5B73
RGB2991115
HSL197°59.72%28.24%
HSB/HSV197°74.78%45.10%
CMYK74.78%20.87%0.00%
54.90%

Color #1D5B73 in popluar number systems.

HEX1D5B73
Decimal2991115
Binary1110110110111110011
Octal35133163

Shades and tints

Shades of #1D5B73

#1D5B73
(29,91,115)
#1B5369
(27,83,105)
#194B5F
(25,75,95)
#174355
(23,67,85)
#153B4B
(21,59,75)
#133341
(19,51,65)
#112B37
(17,43,55)
#0F232D
(15,35,45)
#0D1B23
(13,27,35)
#0B1319
(11,19,25)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #1D5B73

#1D5B73
(29,91,115)
#31697F
(49,105,127)
#45778B
(69,119,139)
#598597
(89,133,151)
#6D93A3
(109,147,163)
#81A1AF
(129,161,175)
#95AFBB
(149,175,187)
#A9BDC7
(169,189,199)
#BDCBD3
(189,203,211)
#D1D9DF
(209,217,223)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5B73; }

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

This text font color is #1D5B73.


Background Color

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

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

This div background color is #1D5B73.


Border color

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

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

This div border color is #1D5B73.


Opacity

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

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

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

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

This text has shadow with #1D5B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5B73 on black background.


Color preview on white background

This text has color #1D5B73 on white background.



Black color preview on #1D5B73 background

This text has black color on #1D5B73 background.


White color preview on #1D5B73 background

This text has white color on #1D5B73 background.