COLOR #1D3A59

HEX: #1D3A59 RGB: (29,58,89)

Color info

#1D3A59 contains mainly green and blue colors. Web safe color of #1D3A59 is #333366 (or #336).

RGB color model

#1D3A59 color RGB value is (29,58,89).

RGB: (29,58,89) (11%, 23%, 35%)

RGB channels and saturation

R 29 of 255 = 11%
G 58 of 255 = 23%
B 89 of 255 = 35%

29
58
89

R + G + B ~ 23%. #1D3A59 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 58 + 89 = 176 (100%)
R 29 of 176 ~ 16.48%
G 58 of 176 ~ 32.95%
B 89 of 176 ~ 50.57'%

%16.48
%32.95
%50.57

CMYK color model

#1D3A59 color CMYK value is (67,35,0,65).

  • cyan value is 67.42%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (67,35,0,65)
C67M35Y0K65 (67%, 35%, 0%, 65%)
(0.67 / 0.35 / 0.00 / 0.65)

CMYK percentages

%67.42
%34.83
%0
%65.1

Codes

Color #1D3A59 in popluar color models

1D 3A 59
RGB 29 58 89
HSL 211° 50.85% 23.14%
HSB/HSV 211° 67.42% 34.90%
CMYK 67.42% 34.83% 0.00%
65.10%

Color #1D3A59 in popluar number systems.

HEX 1D 3A 59
Decimal 29 58 89
Binary 11101 111010 1011001
Octal 35 72 131

Shades and tints

Shades of #1D3A59

#1D3A59
(29,58,89)
#1B3551
(27,53,81)
#193049
(25,48,73)
#172B41
(23,43,65)
#152639
(21,38,57)
#132131
(19,33,49)
#111C29
(17,28,41)
#0F1721
(15,23,33)
#0D1219
(13,18,25)
#0B0D11
(11,13,17)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #1D3A59

#1D3A59
(29,58,89)
#314B68
(49,75,104)
#455C77
(69,92,119)
#596D86
(89,109,134)
#6D7E95
(109,126,149)
#818FA4
(129,143,164)
#95A0B3
(149,160,179)
#A9B1C2
(169,177,194)
#BDC2D1
(189,194,209)
#D1D3E0
(209,211,224)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3A59 color. Also use rgb(29,58,89) instead hex code.

Text Font Color

.myTextColor { color: #1D3A59; }

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

This text font color is #1D3A59.

Background Color

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

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

This div background color is #1D3A59.

Border color

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

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

This div border color is #1D3A59.

Opacity

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

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

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

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

This text has shadow with #1D3A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D3A59.

Preview

Color preview on black background

This text has color #1D3A59 on black background.


Color preview on white background

This text has color #1D3A59 on white background.


Black color preview on #1D3A59 background

This text has black color on #1D3A59 background.


White color preview on #1D3A59 background

This text has white color on #1D3A59 background.


Related colors

Complementary color

Complementary color for #hex is #E2C5A6.


I love getcolorcode.com

Triadic colors

1 #591D3A and #3A591D with #1D3A59 are triadic colors.

2 #593A1D and #3A1D59 with #1D3A59 are triadic colors.