COLOR #1D2849

HEX: #1D2849
RGB: (29,40,73)

Color info

#1D2849 contains red, green and blue colors in about the same proportion. Web safe color of #1D2849 is #333333 (or #333).

RGB color model

#1D2849 color RGB value is (29,40,73).

  • red value is 29;
  • green value is 40;
  • blue value is 73.
RGB:
(29,40,73)
(11%,16%,29%)

RGB channels and saturation

R 29 of 255 = 11%
G 40 of 255 = 16%
B 73 of 255 = 29%

29
40
73

R + G + B ~ 19%. #1D2849 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 40 + 73 = 142 (100%)
R 29 of 142 ~ 20.42%
G 40 of 142 ~ 28.17%
B 73 of 142 ~ 51.41%

%20.42
%28.17
%51.41

CMYK color model

#1D2849 color CMYK value is (60,45,0,71).

  • cyan value is 60.27%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(60,45,0,71)
C60M45Y0K71 
(60%,45%,0%,71%)
(0.60/0.45/0.00/0.71)	

CMYK percentages

%60.27
%45.21
%0
%71.37

Codes

Color #1D2849 in popluar color models

1D2849
RGB294073
HSL225°43.14%20.00%
HSB/HSV225°60.27%28.63%
CMYK60.27%45.21%0.00%
71.37%

Color #1D2849 in popluar number systems.

HEX1D2849
Decimal294073
Binary111011010001001001
Octal3550111

Shades and tints

Shades of #1D2849

#1D2849
(29,40,73)
#1B2543
(27,37,67)
#19223D
(25,34,61)
#171F37
(23,31,55)
#151C31
(21,28,49)
#13192B
(19,25,43)
#111625
(17,22,37)
#0F131F
(15,19,31)
#0D1019
(13,16,25)
#0B0D13
(11,13,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #1D2849

#1D2849
(29,40,73)
#313B59
(49,59,89)
#454E69
(69,78,105)
#596179
(89,97,121)
#6D7489
(109,116,137)
#818799
(129,135,153)
#959AA9
(149,154,169)
#A9ADB9
(169,173,185)
#BDC0C9
(189,192,201)
#D1D3D9
(209,211,217)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D2849 color. Also use rgb(29,40,73) instead hex code.

Text Font Color

.myTextColor { color: #1D2849; }

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

This text font color is #1D2849.


Background Color

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

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

This div background color is #1D2849.


Border color

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

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

This div border color is #1D2849.


Opacity

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

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

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

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

This text has shadow with #1D2849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D2849 on black background.


Color preview on white background

This text has color #1D2849 on white background.



Black color preview on #1D2849 background

This text has black color on #1D2849 background.


White color preview on #1D2849 background

This text has white color on #1D2849 background.