COLOR #1D5C19

HEX: #1D5C19
RGB: (29,92,25)

Color info

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

RGB color model

#1D5C19 color RGB value is (29,92,25).

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

RGB channels and saturation

R 29 of 255 = 11%
G 92 of 255 = 36%
B 25 of 255 = 10%

29
92
25

R + G + B ~ 19%. #1D5C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 92 + 25 = 146 (100%)
R 29 of 146 ~ 19.86%
G 92 of 146 ~ 63.01%
B 25 of 146 ~ 17.12%

%19.86
%63.01
%17.12

CMYK color model

#1D5C19 color CMYK value is (68,0,73,64).

  • cyan value is 68.48%
  • magenta value is 0.00%
  • yellow value is 72.83%
  • key color value is 63.92%
CMYK:
(68,0,73,64)
C68M0Y73K64 
(68%,0%,73%,64%)
(0.68/0.00/0.73/0.64)	

CMYK percentages

%68.48
%0
%72.83
%63.92

Codes

Color #1D5C19 in popluar color models

1D5C19
RGB299225
HSL116°57.26%22.94%
HSB/HSV116°72.83%36.08%
CMYK68.48%0.00%72.83%
63.92%

Color #1D5C19 in popluar number systems.

HEX1D5C19
Decimal299225
Binary11101101110011001
Octal3513431

Shades and tints

Shades of #1D5C19

#1D5C19
(29,92,25)
#1B5417
(27,84,23)
#194C15
(25,76,21)
#174413
(23,68,19)
#153C11
(21,60,17)
#13340F
(19,52,15)
#112C0D
(17,44,13)
#0F240B
(15,36,11)
#0D1C09
(13,28,9)
#0B1407
(11,20,7)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #1D5C19

#1D5C19
(29,92,25)
#316A2D
(49,106,45)
#457841
(69,120,65)
#598655
(89,134,85)
#6D9469
(109,148,105)
#81A27D
(129,162,125)
#95B091
(149,176,145)
#A9BEA5
(169,190,165)
#BDCCB9
(189,204,185)
#D1DACD
(209,218,205)
#E5E8E1
(229,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5C19; }

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

This text font color is #1D5C19.


Background Color

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

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

This div background color is #1D5C19.


Border color

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

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

This div border color is #1D5C19.


Opacity

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

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

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

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

This text has shadow with #1D5C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5C19 on black background.


Color preview on white background

This text has color #1D5C19 on white background.



Black color preview on #1D5C19 background

This text has black color on #1D5C19 background.


White color preview on #1D5C19 background

This text has white color on #1D5C19 background.