COLOR #1D5619

HEX: #1D5619
RGB: (29,86,25)

Color info

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

RGB color model

#1D5619 color RGB value is (29,86,25).

  • red value is 29;
  • green value is 86;
  • blue value is 25.
RGB:
(29,86,25)
(11%,34%,10%)

RGB channels and saturation

R 29 of 255 = 11%
G 86 of 255 = 34%
B 25 of 255 = 10%

29
86
25

R + G + B ~ 18%. #1D5619 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 86 + 25 = 140 (100%)
R 29 of 140 ~ 20.71%
G 86 of 140 ~ 61.43%
B 25 of 140 ~ 17.86%

%20.71
%61.43
%17.86

CMYK color model

#1D5619 color CMYK value is (66,0,71,66).

  • cyan value is 66.28%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 66.27%
CMYK:
(66,0,71,66)
C66M0Y71K66 
(66%,0%,71%,66%)
(0.66/0.00/0.71/0.66)	

CMYK percentages

%66.28
%0
%70.93
%66.27

Codes

Color #1D5619 in popluar color models

1D5619
RGB298625
HSL116°54.95%21.76%
HSB/HSV116°70.93%33.73%
CMYK66.28%0.00%70.93%
66.27%

Color #1D5619 in popluar number systems.

HEX1D5619
Decimal298625
Binary11101101011011001
Octal3512631

Shades and tints

Shades of #1D5619

#1D5619
(29,86,25)
#1B4F17
(27,79,23)
#194815
(25,72,21)
#174113
(23,65,19)
#153A11
(21,58,17)
#13330F
(19,51,15)
#112C0D
(17,44,13)
#0F250B
(15,37,11)
#0D1E09
(13,30,9)
#0B1707
(11,23,7)
#091005
(9,16,5)
#000000
(0,0,0)

Tints of #1D5619

#1D5619
(29,86,25)
#31652D
(49,101,45)
#457441
(69,116,65)
#598355
(89,131,85)
#6D9269
(109,146,105)
#81A17D
(129,161,125)
#95B091
(149,176,145)
#A9BFA5
(169,191,165)
#BDCEB9
(189,206,185)
#D1DDCD
(209,221,205)
#E5ECE1
(229,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5619 color. Also use rgb(29,86,25) instead hex code.

Text Font Color

.myTextColor { color: #1D5619; }

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

This text font color is #1D5619.


Background Color

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

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

This div background color is #1D5619.


Border color

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

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

This div border color is #1D5619.


Opacity

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

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

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

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

This text has shadow with #1D5619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5619 on black background.


Color preview on white background

This text has color #1D5619 on white background.



Black color preview on #1D5619 background

This text has black color on #1D5619 background.


White color preview on #1D5619 background

This text has white color on #1D5619 background.