COLOR #1D5C15

HEX: #1D5C15
RGB: (29,92,21)

Color info

#1D5C15 contains mainly green color. Web safe color of #1D5C15 is #336600 (or #360).

RGB color model

#1D5C15 color RGB value is (29,92,21).

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

RGB channels and saturation

R 29 of 255 = 11%
G 92 of 255 = 36%
B 21 of 255 = 8%

29
92
21

R + G + B ~ 18%. #1D5C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 92 + 21 = 142 (100%)
R 29 of 142 ~ 20.42%
G 92 of 142 ~ 64.79%
B 21 of 142 ~ 14.79%

%20.42
%64.79
%14.79

CMYK color model

#1D5C15 color CMYK value is (68,0,77,64).

  • cyan value is 68.48%
  • magenta value is 0.00%
  • yellow value is 77.17%
  • key color value is 63.92%
CMYK:
(68,0,77,64)
C68M0Y77K64 
(68%,0%,77%,64%)
(0.68/0.00/0.77/0.64)	

CMYK percentages

%68.48
%0
%77.17
%63.92

Codes

Color #1D5C15 in popluar color models

1D5C15
RGB299221
HSL113°62.83%22.16%
HSB/HSV113°77.17%36.08%
CMYK68.48%0.00%77.17%
63.92%

Color #1D5C15 in popluar number systems.

HEX1D5C15
Decimal299221
Binary11101101110010101
Octal3513425

Shades and tints

Shades of #1D5C15

#1D5C15
(29,92,21)
#1B5414
(27,84,20)
#194C13
(25,76,19)
#174412
(23,68,18)
#153C11
(21,60,17)
#133410
(19,52,16)
#112C0F
(17,44,15)
#0F240E
(15,36,14)
#0D1C0D
(13,28,13)
#0B140C
(11,20,12)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #1D5C15

#1D5C15
(29,92,21)
#316A2A
(49,106,42)
#45783F
(69,120,63)
#598654
(89,134,84)
#6D9469
(109,148,105)
#81A27E
(129,162,126)
#95B093
(149,176,147)
#A9BEA8
(169,190,168)
#BDCCBD
(189,204,189)
#D1DAD2
(209,218,210)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5C15; }

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

This text font color is #1D5C15.


Background Color

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

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

This div background color is #1D5C15.


Border color

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

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

This div border color is #1D5C15.


Opacity

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

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

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

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

This text has shadow with #1D5C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5C15 on black background.


Color preview on white background

This text has color #1D5C15 on white background.



Black color preview on #1D5C15 background

This text has black color on #1D5C15 background.


White color preview on #1D5C15 background

This text has white color on #1D5C15 background.