COLOR #1D3E4F

HEX: #1D3E4F
RGB: (29,62,79)

Color info

#1D3E4F contains red, green and blue colors in about the same proportion. Web safe color of #1D3E4F is #333366 (or #336).

RGB color model

#1D3E4F color RGB value is (29,62,79).

  • red value is 29;
  • green value is 62;
  • blue value is 79.
RGB:
(29,62,79)
(11%,24%,31%)

RGB channels and saturation

R 29 of 255 = 11%
G 62 of 255 = 24%
B 79 of 255 = 31%

29
62
79

R + G + B ~ 22%. #1D3E4F is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 62 + 79 = 170 (100%)
R 29 of 170 ~ 17.06%
G 62 of 170 ~ 36.47%
B 79 of 170 ~ 46.47%

%17.06
%36.47
%46.47

CMYK color model

#1D3E4F color CMYK value is (63,22,0,69).

  • cyan value is 63.29%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(63,22,0,69)
C63M22Y0K69 
(63%,22%,0%,69%)
(0.63/0.22/0.00/0.69)	

CMYK percentages

%63.29
%21.52
%0
%69.02

Codes

Color #1D3E4F in popluar color models

1D3E4F
RGB296279
HSL200°46.30%21.18%
HSB/HSV200°63.29%30.98%
CMYK63.29%21.52%0.00%
69.02%

Color #1D3E4F in popluar number systems.

HEX1D3E4F
Decimal296279
Binary111011111101001111
Octal3576117

Shades and tints

Shades of #1D3E4F

#1D3E4F
(29,62,79)
#1B3948
(27,57,72)
#193441
(25,52,65)
#172F3A
(23,47,58)
#152A33
(21,42,51)
#13252C
(19,37,44)
#112025
(17,32,37)
#0F1B1E
(15,27,30)
#0D1617
(13,22,23)
#0B1110
(11,17,16)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #1D3E4F

#1D3E4F
(29,62,79)
#314F5F
(49,79,95)
#45606F
(69,96,111)
#59717F
(89,113,127)
#6D828F
(109,130,143)
#81939F
(129,147,159)
#95A4AF
(149,164,175)
#A9B5BF
(169,181,191)
#BDC6CF
(189,198,207)
#D1D7DF
(209,215,223)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3E4F color. Also use rgb(29,62,79) instead hex code.

Text Font Color

.myTextColor { color: #1D3E4F; }

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

This text font color is #1D3E4F.


Background Color

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

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

This div background color is #1D3E4F.


Border color

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

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

This div border color is #1D3E4F.


Opacity

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

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

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

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

This text has shadow with #1D3E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3E4F on black background.


Color preview on white background

This text has color #1D3E4F on white background.



Black color preview on #1D3E4F background

This text has black color on #1D3E4F background.


White color preview on #1D3E4F background

This text has white color on #1D3E4F background.