COLOR #1D334C

HEX: #1D334C
RGB: (29,51,76)

Color info

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

RGB color model

#1D334C color RGB value is (29,51,76).

  • red value is 29;
  • green value is 51;
  • blue value is 76.
RGB:
(29,51,76)
(11%,20%,30%)

RGB channels and saturation

R 29 of 255 = 11%
G 51 of 255 = 20%
B 76 of 255 = 30%

29
51
76

R + G + B ~ 20%. #1D334C is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 51 + 76 = 156 (100%)
R 29 of 156 ~ 18.59%
G 51 of 156 ~ 32.69%
B 76 of 156 ~ 48.72%

%18.59
%32.69
%48.72

CMYK color model

#1D334C color CMYK value is (62,33,0,70).

  • cyan value is 61.84%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(62,33,0,70)
C62M33Y0K70 
(62%,33%,0%,70%)
(0.62/0.33/0.00/0.70)	

CMYK percentages

%61.84
%32.89
%0
%70.2

Codes

Color #1D334C in popluar color models

1D334C
RGB295176
HSL212°44.76%20.59%
HSB/HSV212°61.84%29.80%
CMYK61.84%32.89%0.00%
70.20%

Color #1D334C in popluar number systems.

HEX1D334C
Decimal295176
Binary111011100111001100
Octal3563114

Shades and tints

Shades of #1D334C

#1D334C
(29,51,76)
#1B2F46
(27,47,70)
#192B40
(25,43,64)
#17273A
(23,39,58)
#152334
(21,35,52)
#131F2E
(19,31,46)
#111B28
(17,27,40)
#0F1722
(15,23,34)
#0D131C
(13,19,28)
#0B0F16
(11,15,22)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #1D334C

#1D334C
(29,51,76)
#31455C
(49,69,92)
#45576C
(69,87,108)
#59697C
(89,105,124)
#6D7B8C
(109,123,140)
#818D9C
(129,141,156)
#959FAC
(149,159,172)
#A9B1BC
(169,177,188)
#BDC3CC
(189,195,204)
#D1D5DC
(209,213,220)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D334C color. Also use rgb(29,51,76) instead hex code.

Text Font Color

.myTextColor { color: #1D334C; }

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

This text font color is #1D334C.


Background Color

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

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

This div background color is #1D334C.


Border color

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

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

This div border color is #1D334C.


Opacity

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

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

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

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

This text has shadow with #1D334C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D334C on black background.


Color preview on white background

This text has color #1D334C on white background.



Black color preview on #1D334C background

This text has black color on #1D334C background.


White color preview on #1D334C background

This text has white color on #1D334C background.