COLOR #1D4A50

HEX: #1D4A50
RGB: (29,74,80)

Color info

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

RGB color model

#1D4A50 color RGB value is (29,74,80).

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

RGB channels and saturation

R 29 of 255 = 11%
G 74 of 255 = 29%
B 80 of 255 = 31%

29
74
80

R + G + B ~ 24%. #1D4A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 74 + 80 = 183 (100%)
R 29 of 183 ~ 15.85%
G 74 of 183 ~ 40.44%
B 80 of 183 ~ 43.72%

%15.85
%40.44
%43.72

CMYK color model

#1D4A50 color CMYK value is (64,7,0,69).

  • cyan value is 63.75%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(64,7,0,69)
C64M7Y0K69 
(64%,7%,0%,69%)
(0.64/0.07/0.00/0.69)	

CMYK percentages

%63.75
%7.5
%0
%68.63

Codes

Color #1D4A50 in popluar color models

1D4A50
RGB297480
HSL187°46.79%21.37%
HSB/HSV187°63.75%31.37%
CMYK63.75%7.50%0.00%
68.63%

Color #1D4A50 in popluar number systems.

HEX1D4A50
Decimal297480
Binary1110110010101010000
Octal35112120

Shades and tints

Shades of #1D4A50

#1D4A50
(29,74,80)
#1B4449
(27,68,73)
#193E42
(25,62,66)
#17383B
(23,56,59)
#153234
(21,50,52)
#132C2D
(19,44,45)
#112626
(17,38,38)
#0F201F
(15,32,31)
#0D1A18
(13,26,24)
#0B1411
(11,20,17)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #1D4A50

#1D4A50
(29,74,80)
#315A5F
(49,90,95)
#456A6E
(69,106,110)
#597A7D
(89,122,125)
#6D8A8C
(109,138,140)
#819A9B
(129,154,155)
#95AAAA
(149,170,170)
#A9BAB9
(169,186,185)
#BDCAC8
(189,202,200)
#D1DAD7
(209,218,215)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4A50 color. Also use rgb(29,74,80) instead hex code.

Text Font Color

.myTextColor { color: #1D4A50; }

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

This text font color is #1D4A50.


Background Color

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

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

This div background color is #1D4A50.


Border color

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

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

This div border color is #1D4A50.


Opacity

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

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

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

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

This text has shadow with #1D4A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4A50 on black background.


Color preview on white background

This text has color #1D4A50 on white background.



Black color preview on #1D4A50 background

This text has black color on #1D4A50 background.


White color preview on #1D4A50 background

This text has white color on #1D4A50 background.