COLOR #1D5C4F

HEX: #1D5C4F
RGB: (29,92,79)

Color info

#1D5C4F contains mainly green and blue colors. Web safe color of #1D5C4F is #336666 (or #366).

RGB color model

#1D5C4F color RGB value is (29,92,79).

  • red value is 29;
  • green value is 92;
  • blue value is 79.
RGB:
(29,92,79)
(11%,36%,31%)

RGB channels and saturation

R 29 of 255 = 11%
G 92 of 255 = 36%
B 79 of 255 = 31%

29
92
79

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

Portions of RGB colors in percentages

R + G + B =
29 + 92 + 79 = 200 (100%)
R 29 of 200 ~ 14.5%
G 92 of 200 ~ 46%
B 79 of 200 ~ 39.5%

%14.5
%46
%39.5

CMYK color model

#1D5C4F color CMYK value is (68,0,14,64).

  • cyan value is 68.48%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK:
(68,0,14,64)
C68M0Y14K64 
(68%,0%,14%,64%)
(0.68/0.00/0.14/0.64)	

CMYK percentages

%68.48
%0
%14.13
%63.92

Codes

Color #1D5C4F in popluar color models

1D5C4F
RGB299279
HSL168°52.07%23.73%
HSB/HSV168°68.48%36.08%
CMYK68.48%0.00%14.13%
63.92%

Color #1D5C4F in popluar number systems.

HEX1D5C4F
Decimal299279
Binary1110110111001001111
Octal35134117

Shades and tints

Shades of #1D5C4F

#1D5C4F
(29,92,79)
#1B5448
(27,84,72)
#194C41
(25,76,65)
#17443A
(23,68,58)
#153C33
(21,60,51)
#13342C
(19,52,44)
#112C25
(17,44,37)
#0F241E
(15,36,30)
#0D1C17
(13,28,23)
#0B1410
(11,20,16)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #1D5C4F

#1D5C4F
(29,92,79)
#316A5F
(49,106,95)
#45786F
(69,120,111)
#59867F
(89,134,127)
#6D948F
(109,148,143)
#81A29F
(129,162,159)
#95B0AF
(149,176,175)
#A9BEBF
(169,190,191)
#BDCCCF
(189,204,207)
#D1DADF
(209,218,223)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5C4F color. Also use rgb(29,92,79) instead hex code.

Text Font Color

.myTextColor { color: #1D5C4F; }

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

This text font color is #1D5C4F.


Background Color

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

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

This div background color is #1D5C4F.


Border color

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

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

This div border color is #1D5C4F.


Opacity

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

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

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

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

This text has shadow with #1D5C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5C4F on black background.


Color preview on white background

This text has color #1D5C4F on white background.



Black color preview on #1D5C4F background

This text has black color on #1D5C4F background.


White color preview on #1D5C4F background

This text has white color on #1D5C4F background.