COLOR #1D1C4F

HEX: #1D1C4F
RGB: (29,28,79)

Color info

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

RGB color model

#1D1C4F color RGB value is (29,28,79).

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

RGB channels and saturation

R 29 of 255 = 11%
G 28 of 255 = 11%
B 79 of 255 = 31%

29
28
79

R + G + B ~ 18%. #1D1C4F is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 28 + 79 = 136 (100%)
R 29 of 136 ~ 21.32%
G 28 of 136 ~ 20.59%
B 79 of 136 ~ 58.09%

%21.32
%20.59
%58.09

CMYK color model

#1D1C4F color CMYK value is (63,65,0,69).

  • cyan value is 63.29%
  • magenta value is 64.56%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(63,65,0,69)
C63M65Y0K69 
(63%,65%,0%,69%)
(0.63/0.65/0.00/0.69)	

CMYK percentages

%63.29
%64.56
%0
%69.02

Codes

Color #1D1C4F in popluar color models

1D1C4F
RGB292879
HSL241°47.66%20.98%
HSB/HSV241°64.56%30.98%
CMYK63.29%64.56%0.00%
69.02%

Color #1D1C4F in popluar number systems.

HEX1D1C4F
Decimal292879
Binary11101111001001111
Octal3534117

Shades and tints

Shades of #1D1C4F

#1D1C4F
(29,28,79)
#1B1A48
(27,26,72)
#191841
(25,24,65)
#17163A
(23,22,58)
#151433
(21,20,51)
#13122C
(19,18,44)
#111025
(17,16,37)
#0F0E1E
(15,14,30)
#0D0C17
(13,12,23)
#0B0A10
(11,10,16)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #1D1C4F

#1D1C4F
(29,28,79)
#31305F
(49,48,95)
#45446F
(69,68,111)
#59587F
(89,88,127)
#6D6C8F
(109,108,143)
#81809F
(129,128,159)
#9594AF
(149,148,175)
#A9A8BF
(169,168,191)
#BDBCCF
(189,188,207)
#D1D0DF
(209,208,223)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1C4F; }

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

This text font color is #1D1C4F.


Background Color

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

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

This div background color is #1D1C4F.


Border color

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

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

This div border color is #1D1C4F.


Opacity

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

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

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

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

This text has shadow with #1D1C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1C4F on black background.


Color preview on white background

This text has color #1D1C4F on white background.



Black color preview on #1D1C4F background

This text has black color on #1D1C4F background.


White color preview on #1D1C4F background

This text has white color on #1D1C4F background.