COLOR #1D4E55

HEX: #1D4E55
RGB: (29,78,85)

Color info

#1D4E55 contains red, green and blue colors in about the same proportion. Web safe color of #1D4E55 is #336666 (or #366).

RGB color model

#1D4E55 color RGB value is (29,78,85).

  • red value is 29;
  • green value is 78;
  • blue value is 85.
RGB:
(29,78,85)
(11%,31%,33%)

RGB channels and saturation

R 29 of 255 = 11%
G 78 of 255 = 31%
B 85 of 255 = 33%

29
78
85

R + G + B ~ 25%. #1D4E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 78 + 85 = 192 (100%)
R 29 of 192 ~ 15.1%
G 78 of 192 ~ 40.63%
B 85 of 192 ~ 44.27%

%15.1
%40.63
%44.27

CMYK color model

#1D4E55 color CMYK value is (66,8,0,67).

  • cyan value is 65.88%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(66,8,0,67)
C66M8Y0K67 
(66%,8%,0%,67%)
(0.66/0.08/0.00/0.67)	

CMYK percentages

%65.88
%8.24
%0
%66.67

Codes

Color #1D4E55 in popluar color models

1D4E55
RGB297885
HSL188°49.12%22.35%
HSB/HSV188°65.88%33.33%
CMYK65.88%8.24%0.00%
66.67%

Color #1D4E55 in popluar number systems.

HEX1D4E55
Decimal297885
Binary1110110011101010101
Octal35116125

Shades and tints

Shades of #1D4E55

#1D4E55
(29,78,85)
#1B474E
(27,71,78)
#194047
(25,64,71)
#173940
(23,57,64)
#153239
(21,50,57)
#132B32
(19,43,50)
#11242B
(17,36,43)
#0F1D24
(15,29,36)
#0D161D
(13,22,29)
#0B0F16
(11,15,22)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #1D4E55

#1D4E55
(29,78,85)
#315E64
(49,94,100)
#456E73
(69,110,115)
#597E82
(89,126,130)
#6D8E91
(109,142,145)
#819EA0
(129,158,160)
#95AEAF
(149,174,175)
#A9BEBE
(169,190,190)
#BDCECD
(189,206,205)
#D1DEDC
(209,222,220)
#E5EEEB
(229,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4E55 color. Also use rgb(29,78,85) instead hex code.

Text Font Color

.myTextColor { color: #1D4E55; }

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

This text font color is #1D4E55.


Background Color

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

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

This div background color is #1D4E55.


Border color

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

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

This div border color is #1D4E55.


Opacity

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

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

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

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

This text has shadow with #1D4E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4E55 on black background.


Color preview on white background

This text has color #1D4E55 on white background.



Black color preview on #1D4E55 background

This text has black color on #1D4E55 background.


White color preview on #1D4E55 background

This text has white color on #1D4E55 background.