COLOR #1D4B62

HEX: #1D4B62
RGB: (29,75,98)

Color info

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

RGB color model

#1D4B62 color RGB value is (29,75,98).

  • red value is 29;
  • green value is 75;
  • blue value is 98.
RGB:
(29,75,98)
(11%,29%,38%)

RGB channels and saturation

R 29 of 255 = 11%
G 75 of 255 = 29%
B 98 of 255 = 38%

29
75
98

R + G + B ~ 26%. #1D4B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 75 + 98 = 202 (100%)
R 29 of 202 ~ 14.36%
G 75 of 202 ~ 37.13%
B 98 of 202 ~ 48.51%

%14.36
%37.13
%48.51

CMYK color model

#1D4B62 color CMYK value is (70,23,0,62).

  • cyan value is 70.41%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(70,23,0,62)
C70M23Y0K62 
(70%,23%,0%,62%)
(0.70/0.23/0.00/0.62)	

CMYK percentages

%70.41
%23.47
%0
%61.57

Codes

Color #1D4B62 in popluar color models

1D4B62
RGB297598
HSL200°54.33%24.90%
HSB/HSV200°70.41%38.43%
CMYK70.41%23.47%0.00%
61.57%

Color #1D4B62 in popluar number systems.

HEX1D4B62
Decimal297598
Binary1110110010111100010
Octal35113142

Shades and tints

Shades of #1D4B62

#1D4B62
(29,75,98)
#1B455A
(27,69,90)
#193F52
(25,63,82)
#17394A
(23,57,74)
#153342
(21,51,66)
#132D3A
(19,45,58)
#112732
(17,39,50)
#0F212A
(15,33,42)
#0D1B22
(13,27,34)
#0B151A
(11,21,26)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #1D4B62

#1D4B62
(29,75,98)
#315B70
(49,91,112)
#456B7E
(69,107,126)
#597B8C
(89,123,140)
#6D8B9A
(109,139,154)
#819BA8
(129,155,168)
#95ABB6
(149,171,182)
#A9BBC4
(169,187,196)
#BDCBD2
(189,203,210)
#D1DBE0
(209,219,224)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4B62 color. Also use rgb(29,75,98) instead hex code.

Text Font Color

.myTextColor { color: #1D4B62; }

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

This text font color is #1D4B62.


Background Color

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

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

This div background color is #1D4B62.


Border color

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

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

This div border color is #1D4B62.


Opacity

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

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

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

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

This text has shadow with #1D4B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4B62 on black background.


Color preview on white background

This text has color #1D4B62 on white background.



Black color preview on #1D4B62 background

This text has black color on #1D4B62 background.


White color preview on #1D4B62 background

This text has white color on #1D4B62 background.