COLOR #1D5009

HEX: #1D5009
RGB: (29,80,9)

Color info

#1D5009 contains mainly red and green colors. Web safe color of #1D5009 is #336600 (or #360).

RGB color model

#1D5009 color RGB value is (29,80,9).

  • red value is 29;
  • green value is 80;
  • blue value is 9.
RGB:
(29,80,9)
(11%,31%,4%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 9 of 255 = 4%

29
80
9

R + G + B ~ 15%. #1D5009 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 80 + 9 = 118 (100%)
R 29 of 118 ~ 24.58%
G 80 of 118 ~ 67.8%
B 9 of 118 ~ 7.63%

%24.58
%67.8

CMYK color model

#1D5009 color CMYK value is (64,0,89,69).

  • cyan value is 63.75%
  • magenta value is 0.00%
  • yellow value is 88.75%
  • key color value is 68.63%
CMYK:
(64,0,89,69)
C64M0Y89K69 
(64%,0%,89%,69%)
(0.64/0.00/0.89/0.69)	

CMYK percentages

%63.75
%0
%88.75
%68.63

Codes

Color #1D5009 in popluar color models

1D5009
RGB29809
HSL103°79.78%17.45%
HSB/HSV103°88.75%31.37%
CMYK63.75%0.00%88.75%
68.63%

Color #1D5009 in popluar number systems.

HEX1D5009
Decimal29809
Binary1110110100001001
Octal3512011

Shades and tints

Shades of #1D5009

#1D5009
(29,80,9)
#1B4909
(27,73,9)
#194209
(25,66,9)
#173B09
(23,59,9)
#153409
(21,52,9)
#132D09
(19,45,9)
#112609
(17,38,9)
#0F1F09
(15,31,9)
#0D1809
(13,24,9)
#0B1109
(11,17,9)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #1D5009

#1D5009
(29,80,9)
#315F1F
(49,95,31)
#456E35
(69,110,53)
#597D4B
(89,125,75)
#6D8C61
(109,140,97)
#819B77
(129,155,119)
#95AA8D
(149,170,141)
#A9B9A3
(169,185,163)
#BDC8B9
(189,200,185)
#D1D7CF
(209,215,207)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5009 color. Also use rgb(29,80,9) instead hex code.

Text Font Color

.myTextColor { color: #1D5009; }

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

This text font color is #1D5009.


Background Color

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

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

This div background color is #1D5009.


Border color

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

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

This div border color is #1D5009.


Opacity

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

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

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

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

This text has shadow with #1D5009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5009 on black background.


Color preview on white background

This text has color #1D5009 on white background.



Black color preview on #1D5009 background

This text has black color on #1D5009 background.


White color preview on #1D5009 background

This text has white color on #1D5009 background.