COLOR #1D5063

HEX: #1D5063 RGB: (29,80,99)

Color info

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

RGB color model

#1D5063 color RGB value is (29,80,99).

RGB: (29,80,99) (11%, 31%, 39%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 99 of 255 = 39%

29
80
99

R + G + B ~ 27%. #1D5063 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 80 + 99 = 208 (100%)
R 29 of 208 ~ 13.94%
G 80 of 208 ~ 38.46%
B 99 of 208 ~ 47.6'%

%13.94
%38.46
%47.6

CMYK color model

#1D5063 color CMYK value is (71,19,0,61).

  • cyan value is 70.71%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (71,19,0,61)
C71M19Y0K61 (71%, 19%, 0%, 61%)
(0.71 / 0.19 / 0.00 / 0.61)

CMYK percentages

%70.71
%19.19
%0
%61.18

Codes

Color #1D5063 in popluar color models

1D 50 63
RGB 29 80 99
HSL 196° 54.69% 25.10%
HSB/HSV 196° 70.71% 38.82%
CMYK 70.71% 19.19% 0.00%
61.18%

Color #1D5063 in popluar number systems.

HEX 1D 50 63
Decimal 29 80 99
Binary 11101 1010000 1100011
Octal 35 120 143

Shades and tints

Shades of #1D5063

#1D5063
(29,80,99)
#1B495A
(27,73,90)
#194251
(25,66,81)
#173B48
(23,59,72)
#15343F
(21,52,63)
#132D36
(19,45,54)
#11262D
(17,38,45)
#0F1F24
(15,31,36)
#0D181B
(13,24,27)
#0B1112
(11,17,18)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #1D5063

#1D5063
(29,80,99)
#315F71
(49,95,113)
#456E7F
(69,110,127)
#597D8D
(89,125,141)
#6D8C9B
(109,140,155)
#819BA9
(129,155,169)
#95AAB7
(149,170,183)
#A9B9C5
(169,185,197)
#BDC8D3
(189,200,211)
#D1D7E1
(209,215,225)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5063 color. Also use rgb(29,80,99) instead hex code.

Text Font Color

.myTextColor { color: #1D5063; }

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

This text font color is #1D5063.

Background Color

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

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

This div background color is #1D5063.

Border color

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

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

This div border color is #1D5063.

Opacity

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

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

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

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

This text has shadow with #1D5063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D5063.

Preview

Color preview on black background

This text has color #1D5063 on black background.


Color preview on white background

This text has color #1D5063 on white background.


Black color preview on #1D5063 background

This text has black color on #1D5063 background.


White color preview on #1D5063 background

This text has white color on #1D5063 background.


Related colors

Complementary color

Complementary color for #hex is #E2AF9C.


I love getcolorcode.com

Triadic colors

1 #631D50 and #50631D with #1D5063 are triadic colors.

2 #63501D and #501D63 with #1D5063 are triadic colors.