COLOR #1D5368

HEX: #1D5368
RGB: (29,83,104)

Color info

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

RGB color model

#1D5368 color RGB value is (29,83,104).

  • red value is 29;
  • green value is 83;
  • blue value is 104.
RGB:
(29,83,104)
(11%,33%,41%)

RGB channels and saturation

R 29 of 255 = 11%
G 83 of 255 = 33%
B 104 of 255 = 41%

29
83
104

R + G + B ~ 28%. #1D5368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 83 + 104 = 216 (100%)
R 29 of 216 ~ 13.43%
G 83 of 216 ~ 38.43%
B 104 of 216 ~ 48.15%

%13.43
%38.43
%48.15

CMYK color model

#1D5368 color CMYK value is (72,20,0,59).

  • cyan value is 72.12%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(72,20,0,59)
C72M20Y0K59 
(72%,20%,0%,59%)
(0.72/0.20/0.00/0.59)	

CMYK percentages

%72.12
%20.19
%0
%59.22

Codes

Color #1D5368 in popluar color models

1D5368
RGB2983104
HSL197°56.39%26.08%
HSB/HSV197°72.12%40.78%
CMYK72.12%20.19%0.00%
59.22%

Color #1D5368 in popluar number systems.

HEX1D5368
Decimal2983104
Binary1110110100111101000
Octal35123150

Shades and tints

Shades of #1D5368

#1D5368
(29,83,104)
#1B4C5F
(27,76,95)
#194556
(25,69,86)
#173E4D
(23,62,77)
#153744
(21,55,68)
#13303B
(19,48,59)
#112932
(17,41,50)
#0F2229
(15,34,41)
#0D1B20
(13,27,32)
#0B1417
(11,20,23)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #1D5368

#1D5368
(29,83,104)
#316275
(49,98,117)
#457182
(69,113,130)
#59808F
(89,128,143)
#6D8F9C
(109,143,156)
#819EA9
(129,158,169)
#95ADB6
(149,173,182)
#A9BCC3
(169,188,195)
#BDCBD0
(189,203,208)
#D1DADD
(209,218,221)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5368 color. Also use rgb(29,83,104) instead hex code.

Text Font Color

.myTextColor { color: #1D5368; }

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

This text font color is #1D5368.


Background Color

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

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

This div background color is #1D5368.


Border color

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

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

This div border color is #1D5368.


Opacity

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

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

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

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

This text has shadow with #1D5368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5368 on black background.


Color preview on white background

This text has color #1D5368 on white background.



Black color preview on #1D5368 background

This text has black color on #1D5368 background.


White color preview on #1D5368 background

This text has white color on #1D5368 background.