COLOR #1D4777

HEX: #1D4777
RGB: (29,71,119)

Color info

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

RGB color model

#1D4777 color RGB value is (29,71,119).

  • red value is 29;
  • green value is 71;
  • blue value is 119.
RGB:
(29,71,119)
(11%,28%,47%)

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 119 of 255 = 47%

29
71
119

R + G + B ~ 29%. #1D4777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 119 = 219 (100%)
R 29 of 219 ~ 13.24%
G 71 of 219 ~ 32.42%
B 119 of 219 ~ 54.34%

%13.24
%32.42
%54.34

CMYK color model

#1D4777 color CMYK value is (76,40,0,53).

  • cyan value is 75.63%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(76,40,0,53)
C76M40Y0K53 
(76%,40%,0%,53%)
(0.76/0.40/0.00/0.53)	

CMYK percentages

%75.63
%40.34
%0
%53.33

Codes

Color #1D4777 in popluar color models

1D4777
RGB2971119
HSL212°60.81%29.02%
HSB/HSV212°75.63%46.67%
CMYK75.63%40.34%0.00%
53.33%

Color #1D4777 in popluar number systems.

HEX1D4777
Decimal2971119
Binary1110110001111110111
Octal35107167

Shades and tints

Shades of #1D4777

#1D4777
(29,71,119)
#1B416D
(27,65,109)
#193B63
(25,59,99)
#173559
(23,53,89)
#152F4F
(21,47,79)
#132945
(19,41,69)
#11233B
(17,35,59)
#0F1D31
(15,29,49)
#0D1727
(13,23,39)
#0B111D
(11,17,29)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #1D4777

#1D4777
(29,71,119)
#315783
(49,87,131)
#45678F
(69,103,143)
#59779B
(89,119,155)
#6D87A7
(109,135,167)
#8197B3
(129,151,179)
#95A7BF
(149,167,191)
#A9B7CB
(169,183,203)
#BDC7D7
(189,199,215)
#D1D7E3
(209,215,227)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4777 color. Also use rgb(29,71,119) instead hex code.

Text Font Color

.myTextColor { color: #1D4777; }

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

This text font color is #1D4777.


Background Color

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

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

This div background color is #1D4777.


Border color

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

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

This div border color is #1D4777.


Opacity

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

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

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

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

This text has shadow with #1D4777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4777 on black background.


Color preview on white background

This text has color #1D4777 on white background.



Black color preview on #1D4777 background

This text has black color on #1D4777 background.


White color preview on #1D4777 background

This text has white color on #1D4777 background.