COLOR #1D5D25

HEX: #1D5D25
RGB: (29,93,37)

Color info

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

RGB color model

#1D5D25 color RGB value is (29,93,37).

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

RGB channels and saturation

R 29 of 255 = 11%
G 93 of 255 = 36%
B 37 of 255 = 15%

29
93
37

R + G + B ~ 21%. #1D5D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 93 + 37 = 159 (100%)
R 29 of 159 ~ 18.24%
G 93 of 159 ~ 58.49%
B 37 of 159 ~ 23.27%

%18.24
%58.49
%23.27

CMYK color model

#1D5D25 color CMYK value is (69,0,60,64).

  • cyan value is 68.82%
  • magenta value is 0.00%
  • yellow value is 60.22%
  • key color value is 63.53%
CMYK:
(69,0,60,64)
C69M0Y60K64 
(69%,0%,60%,64%)
(0.69/0.00/0.60/0.64)	

CMYK percentages

%68.82
%0
%60.22
%63.53

Codes

Color #1D5D25 in popluar color models

1D5D25
RGB299337
HSL128°52.46%23.92%
HSB/HSV128°68.82%36.47%
CMYK68.82%0.00%60.22%
63.53%

Color #1D5D25 in popluar number systems.

HEX1D5D25
Decimal299337
Binary111011011101100101
Octal3513545

Shades and tints

Shades of #1D5D25

#1D5D25
(29,93,37)
#1B5522
(27,85,34)
#194D1F
(25,77,31)
#17451C
(23,69,28)
#153D19
(21,61,25)
#133516
(19,53,22)
#112D13
(17,45,19)
#0F2510
(15,37,16)
#0D1D0D
(13,29,13)
#0B150A
(11,21,10)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #1D5D25

#1D5D25
(29,93,37)
#316B38
(49,107,56)
#45794B
(69,121,75)
#59875E
(89,135,94)
#6D9571
(109,149,113)
#81A384
(129,163,132)
#95B197
(149,177,151)
#A9BFAA
(169,191,170)
#BDCDBD
(189,205,189)
#D1DBD0
(209,219,208)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5D25; }

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

This text font color is #1D5D25.


Background Color

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

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

This div background color is #1D5D25.


Border color

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

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

This div border color is #1D5D25.


Opacity

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

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

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

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

This text has shadow with #1D5D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5D25 on black background.


Color preview on white background

This text has color #1D5D25 on white background.



Black color preview on #1D5D25 background

This text has black color on #1D5D25 background.


White color preview on #1D5D25 background

This text has white color on #1D5D25 background.