COLOR #1D580F

HEX: #1D580F
RGB: (29,88,15)

Color info

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

RGB color model

#1D580F color RGB value is (29,88,15).

  • red value is 29;
  • green value is 88;
  • blue value is 15.
RGB:
(29,88,15)
(11%,35%,6%)

RGB channels and saturation

R 29 of 255 = 11%
G 88 of 255 = 35%
B 15 of 255 = 6%

29
88
15

R + G + B ~ 17%. #1D580F is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 88 + 15 = 132 (100%)
R 29 of 132 ~ 21.97%
G 88 of 132 ~ 66.67%
B 15 of 132 ~ 11.36%

%21.97
%66.67
%11.36

CMYK color model

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

  • cyan value is 67.05%
  • magenta value is 0.00%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(67,0,83,65)
C67M0Y83K65 
(67%,0%,83%,65%)
(0.67/0.00/0.83/0.65)	

CMYK percentages

%67.05
%0
%82.95
%65.49

Codes

Color #1D580F in popluar color models

1D580F
RGB298815
HSL108°70.87%20.20%
HSB/HSV108°82.95%34.51%
CMYK67.05%0.00%82.95%
65.49%

Color #1D580F in popluar number systems.

HEX1D580F
Decimal298815
Binary1110110110001111
Octal3513017

Shades and tints

Shades of #1D580F

#1D580F
(29,88,15)
#1B500E
(27,80,14)
#19480D
(25,72,13)
#17400C
(23,64,12)
#15380B
(21,56,11)
#13300A
(19,48,10)
#112809
(17,40,9)
#0F2008
(15,32,8)
#0D1807
(13,24,7)
#0B1006
(11,16,6)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #1D580F

#1D580F
(29,88,15)
#316724
(49,103,36)
#457639
(69,118,57)
#59854E
(89,133,78)
#6D9463
(109,148,99)
#81A378
(129,163,120)
#95B28D
(149,178,141)
#A9C1A2
(169,193,162)
#BDD0B7
(189,208,183)
#D1DFCC
(209,223,204)
#E5EEE1
(229,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D580F color. Also use rgb(29,88,15) instead hex code.

Text Font Color

.myTextColor { color: #1D580F; }

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

This text font color is #1D580F.


Background Color

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

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

This div background color is #1D580F.


Border color

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

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

This div border color is #1D580F.


Opacity

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

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

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

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

This text has shadow with #1D580F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D580F on black background.


Color preview on white background

This text has color #1D580F on white background.



Black color preview on #1D580F background

This text has black color on #1D580F background.


White color preview on #1D580F background

This text has white color on #1D580F background.