COLOR #1D591F

HEX: #1D591F
RGB: (29,89,31)

Color info

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

RGB color model

#1D591F color RGB value is (29,89,31).

  • red value is 29;
  • green value is 89;
  • blue value is 31.
RGB:
(29,89,31)
(11%,35%,12%)

RGB channels and saturation

R 29 of 255 = 11%
G 89 of 255 = 35%
B 31 of 255 = 12%

29
89
31

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

Portions of RGB colors in percentages

R + G + B =
29 + 89 + 31 = 149 (100%)
R 29 of 149 ~ 19.46%
G 89 of 149 ~ 59.73%
B 31 of 149 ~ 20.81%

%19.46
%59.73
%20.81

CMYK color model

#1D591F color CMYK value is (67,0,65,65).

  • cyan value is 67.42%
  • magenta value is 0.00%
  • yellow value is 65.17%
  • key color value is 65.10%
CMYK:
(67,0,65,65)
C67M0Y65K65 
(67%,0%,65%,65%)
(0.67/0.00/0.65/0.65)	

CMYK percentages

%67.42
%0
%65.17
%65.1

Codes

Color #1D591F in popluar color models

1D591F
RGB298931
HSL122°50.85%23.14%
HSB/HSV122°67.42%34.90%
CMYK67.42%0.00%65.17%
65.10%

Color #1D591F in popluar number systems.

HEX1D591F
Decimal298931
Binary11101101100111111
Octal3513137

Shades and tints

Shades of #1D591F

#1D591F
(29,89,31)
#1B511D
(27,81,29)
#19491B
(25,73,27)
#174119
(23,65,25)
#153917
(21,57,23)
#133115
(19,49,21)
#112913
(17,41,19)
#0F2111
(15,33,17)
#0D190F
(13,25,15)
#0B110D
(11,17,13)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #1D591F

#1D591F
(29,89,31)
#316833
(49,104,51)
#457747
(69,119,71)
#59865B
(89,134,91)
#6D956F
(109,149,111)
#81A483
(129,164,131)
#95B397
(149,179,151)
#A9C2AB
(169,194,171)
#BDD1BF
(189,209,191)
#D1E0D3
(209,224,211)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D591F color. Also use rgb(29,89,31) instead hex code.

Text Font Color

.myTextColor { color: #1D591F; }

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

This text font color is #1D591F.


Background Color

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

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

This div background color is #1D591F.


Border color

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

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

This div border color is #1D591F.


Opacity

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

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

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

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

This text has shadow with #1D591F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D591F on black background.


Color preview on white background

This text has color #1D591F on white background.



Black color preview on #1D591F background

This text has black color on #1D591F background.


White color preview on #1D591F background

This text has white color on #1D591F background.