COLOR #1D5C39

HEX: #1D5C39
RGB: (29,92,57)

Color info

#1D5C39 contains mainly green and blue colors. Web safe color of #1D5C39 is #336633 (or #363).

RGB color model

#1D5C39 color RGB value is (29,92,57).

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

RGB channels and saturation

R 29 of 255 = 11%
G 92 of 255 = 36%
B 57 of 255 = 22%

29
92
57

R + G + B ~ 23%. #1D5C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 92 + 57 = 178 (100%)
R 29 of 178 ~ 16.29%
G 92 of 178 ~ 51.69%
B 57 of 178 ~ 32.02%

%16.29
%51.69
%32.02

CMYK color model

#1D5C39 color CMYK value is (68,0,38,64).

  • cyan value is 68.48%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 63.92%
CMYK:
(68,0,38,64)
C68M0Y38K64 
(68%,0%,38%,64%)
(0.68/0.00/0.38/0.64)	

CMYK percentages

%68.48
%0
%38.04
%63.92

Codes

Color #1D5C39 in popluar color models

1D5C39
RGB299257
HSL147°52.07%23.73%
HSB/HSV147°68.48%36.08%
CMYK68.48%0.00%38.04%
63.92%

Color #1D5C39 in popluar number systems.

HEX1D5C39
Decimal299257
Binary111011011100111001
Octal3513471

Shades and tints

Shades of #1D5C39

#1D5C39
(29,92,57)
#1B5434
(27,84,52)
#194C2F
(25,76,47)
#17442A
(23,68,42)
#153C25
(21,60,37)
#133420
(19,52,32)
#112C1B
(17,44,27)
#0F2416
(15,36,22)
#0D1C11
(13,28,17)
#0B140C
(11,20,12)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #1D5C39

#1D5C39
(29,92,57)
#316A4B
(49,106,75)
#45785D
(69,120,93)
#59866F
(89,134,111)
#6D9481
(109,148,129)
#81A293
(129,162,147)
#95B0A5
(149,176,165)
#A9BEB7
(169,190,183)
#BDCCC9
(189,204,201)
#D1DADB
(209,218,219)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5C39; }

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

This text font color is #1D5C39.


Background Color

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

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

This div background color is #1D5C39.


Border color

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

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

This div border color is #1D5C39.


Opacity

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

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

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

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

This text has shadow with #1D5C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5C39 on black background.


Color preview on white background

This text has color #1D5C39 on white background.



Black color preview on #1D5C39 background

This text has black color on #1D5C39 background.


White color preview on #1D5C39 background

This text has white color on #1D5C39 background.