COLOR #1D506D

HEX: #1D506D RGB: (29,80,109)

Color info

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

RGB color model

#1D506D color RGB value is (29,80,109).

RGB: (29,80,109) (11%, 31%, 43%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 109 of 255 = 43%

29
80
109

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

Portions of RGB colors in percentages

R + G + B = 29 + 80 + 109 = 218 (100%)
R 29 of 218 ~ 13.3%
G 80 of 218 ~ 36.7%
B 109 of 218 ~ 50'%

%13.3
%36.7
%50

CMYK color model

#1D506D color CMYK value is (73,27,0,57).

  • cyan value is 73.39%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (73,27,0,57)
C73M27Y0K57 (73%, 27%, 0%, 57%)
(0.73 / 0.27 / 0.00 / 0.57)

CMYK percentages

%73.39
%26.61
%0
%57.25

Codes

Color #1D506D in popluar color models

1D 50 6D
RGB 29 80 109
HSL 202° 57.97% 27.06%
HSB/HSV 202° 73.39% 42.75%
CMYK 73.39% 26.61% 0.00%
57.25%

Color #1D506D in popluar number systems.

HEX 1D 50 6D
Decimal 29 80 109
Binary 11101 1010000 1101101
Octal 35 120 155

Shades and tints

Shades of #1D506D

#1D506D
(29,80,109)
#1B4964
(27,73,100)
#19425B
(25,66,91)
#173B52
(23,59,82)
#153449
(21,52,73)
#132D40
(19,45,64)
#112637
(17,38,55)
#0F1F2E
(15,31,46)
#0D1825
(13,24,37)
#0B111C
(11,17,28)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #1D506D

#1D506D
(29,80,109)
#315F7A
(49,95,122)
#456E87
(69,110,135)
#597D94
(89,125,148)
#6D8CA1
(109,140,161)
#819BAE
(129,155,174)
#95AABB
(149,170,187)
#A9B9C8
(169,185,200)
#BDC8D5
(189,200,213)
#D1D7E2
(209,215,226)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D506D; }

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

This text font color is #1D506D.

Background Color

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

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

This div background color is #1D506D.

Border color

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

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

This div border color is #1D506D.

Opacity

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

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

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

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

This text has shadow with #1D506D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D506D.

Preview

Color preview on black background

This text has color #1D506D on black background.


Color preview on white background

This text has color #1D506D on white background.


Black color preview on #1D506D background

This text has black color on #1D506D background.


White color preview on #1D506D background

This text has white color on #1D506D background.


Related colors

Complementary color

Complementary color for #hex is #E2AF92.


I love getcolorcode.com

Triadic colors

1 #6D1D50 and #506D1D with #1D506D are triadic colors.

2 #6D501D and #501D6D with #1D506D are triadic colors.