COLOR #1D5D24

HEX: #1D5D24
RGB: (29,93,36)

Color info

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

RGB color model

#1D5D24 color RGB value is (29,93,36).

  • red value is 29;
  • green value is 93;
  • blue value is 36.
RGB:
(29,93,36)
(11%,36%,14%)

RGB channels and saturation

R 29 of 255 = 11%
G 93 of 255 = 36%
B 36 of 255 = 14%

29
93
36

R + G + B ~ 20%. #1D5D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 93 + 36 = 158 (100%)
R 29 of 158 ~ 18.35%
G 93 of 158 ~ 58.86%
B 36 of 158 ~ 22.78%

%18.35
%58.86
%22.78

CMYK color model

#1D5D24 color CMYK value is (69,0,61,64).

  • cyan value is 68.82%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 63.53%
CMYK:
(69,0,61,64)
C69M0Y61K64 
(69%,0%,61%,64%)
(0.69/0.00/0.61/0.64)	

CMYK percentages

%68.82
%0
%61.29
%63.53

Codes

Color #1D5D24 in popluar color models

1D5D24
RGB299336
HSL127°52.46%23.92%
HSB/HSV127°68.82%36.47%
CMYK68.82%0.00%61.29%
63.53%

Color #1D5D24 in popluar number systems.

HEX1D5D24
Decimal299336
Binary111011011101100100
Octal3513544

Shades and tints

Shades of #1D5D24

#1D5D24
(29,93,36)
#1B5521
(27,85,33)
#194D1E
(25,77,30)
#17451B
(23,69,27)
#153D18
(21,61,24)
#133515
(19,53,21)
#112D12
(17,45,18)
#0F250F
(15,37,15)
#0D1D0C
(13,29,12)
#0B1509
(11,21,9)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #1D5D24

#1D5D24
(29,93,36)
#316B37
(49,107,55)
#45794A
(69,121,74)
#59875D
(89,135,93)
#6D9570
(109,149,112)
#81A383
(129,163,131)
#95B196
(149,177,150)
#A9BFA9
(169,191,169)
#BDCDBC
(189,205,188)
#D1DBCF
(209,219,207)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5D24 color. Also use rgb(29,93,36) instead hex code.

Text Font Color

.myTextColor { color: #1D5D24; }

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

This text font color is #1D5D24.


Background Color

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

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

This div background color is #1D5D24.


Border color

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

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

This div border color is #1D5D24.


Opacity

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

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

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

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

This text has shadow with #1D5D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5D24 on black background.


Color preview on white background

This text has color #1D5D24 on white background.



Black color preview on #1D5D24 background

This text has black color on #1D5D24 background.


White color preview on #1D5D24 background

This text has white color on #1D5D24 background.