COLOR #1D4768

HEX: #1D4768
RGB: (29,71,104)

Color info

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

RGB color model

#1D4768 color RGB value is (29,71,104).

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

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 104 of 255 = 41%

29
71
104

R + G + B ~ 27%. #1D4768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 104 = 204 (100%)
R 29 of 204 ~ 14.22%
G 71 of 204 ~ 34.8%
B 104 of 204 ~ 50.98%

%14.22
%34.8
%50.98

CMYK color model

#1D4768 color CMYK value is (72,32,0,59).

  • cyan value is 72.12%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(72,32,0,59)
C72M32Y0K59 
(72%,32%,0%,59%)
(0.72/0.32/0.00/0.59)	

CMYK percentages

%72.12
%31.73
%0
%59.22

Codes

Color #1D4768 in popluar color models

1D4768
RGB2971104
HSL206°56.39%26.08%
HSB/HSV206°72.12%40.78%
CMYK72.12%31.73%0.00%
59.22%

Color #1D4768 in popluar number systems.

HEX1D4768
Decimal2971104
Binary1110110001111101000
Octal35107150

Shades and tints

Shades of #1D4768

#1D4768
(29,71,104)
#1B415F
(27,65,95)
#193B56
(25,59,86)
#17354D
(23,53,77)
#152F44
(21,47,68)
#13293B
(19,41,59)
#112332
(17,35,50)
#0F1D29
(15,29,41)
#0D1720
(13,23,32)
#0B1117
(11,17,23)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #1D4768

#1D4768
(29,71,104)
#315775
(49,87,117)
#456782
(69,103,130)
#59778F
(89,119,143)
#6D879C
(109,135,156)
#8197A9
(129,151,169)
#95A7B6
(149,167,182)
#A9B7C3
(169,183,195)
#BDC7D0
(189,199,208)
#D1D7DD
(209,215,221)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4768; }

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

This text font color is #1D4768.


Background Color

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

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

This div background color is #1D4768.


Border color

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

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

This div border color is #1D4768.


Opacity

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

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

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

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

This text has shadow with #1D4768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4768 on black background.


Color preview on white background

This text has color #1D4768 on white background.



Black color preview on #1D4768 background

This text has black color on #1D4768 background.


White color preview on #1D4768 background

This text has white color on #1D4768 background.