COLOR #1D7517

HEX: #1D7517
RGB: (29,117,23)

Color info

#1D7517 contains mainly green color. Web safe color of #1D7517 is #336600 (or #360).

RGB color model

#1D7517 color RGB value is (29,117,23).

  • red value is 29;
  • green value is 117;
  • blue value is 23.
RGB:
(29,117,23)
(11%,46%,9%)

RGB channels and saturation

R 29 of 255 = 11%
G 117 of 255 = 46%
B 23 of 255 = 9%

29
117
23

R + G + B ~ 22%. #1D7517 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 117 + 23 = 169 (100%)
R 29 of 169 ~ 17.16%
G 117 of 169 ~ 69.23%
B 23 of 169 ~ 13.61%

%17.16
%69.23
%13.61

CMYK color model

#1D7517 color CMYK value is (75,0,80,54).

  • cyan value is 75.21%
  • magenta value is 0.00%
  • yellow value is 80.34%
  • key color value is 54.12%
CMYK:
(75,0,80,54)
C75M0Y80K54 
(75%,0%,80%,54%)
(0.75/0.00/0.80/0.54)	

CMYK percentages

%75.21
%0
%80.34
%54.12

Codes

Color #1D7517 in popluar color models

1D7517
RGB2911723
HSL116°67.14%27.45%
HSB/HSV116°80.34%45.88%
CMYK75.21%0.00%80.34%
54.12%

Color #1D7517 in popluar number systems.

HEX1D7517
Decimal2911723
Binary11101111010110111
Octal3516527

Shades and tints

Shades of #1D7517

#1D7517
(29,117,23)
#1B6B15
(27,107,21)
#196113
(25,97,19)
#175711
(23,87,17)
#154D0F
(21,77,15)
#13430D
(19,67,13)
#11390B
(17,57,11)
#0F2F09
(15,47,9)
#0D2507
(13,37,7)
#0B1B05
(11,27,5)
#091103
(9,17,3)
#000000
(0,0,0)

Tints of #1D7517

#1D7517
(29,117,23)
#31812C
(49,129,44)
#458D41
(69,141,65)
#599956
(89,153,86)
#6DA56B
(109,165,107)
#81B180
(129,177,128)
#95BD95
(149,189,149)
#A9C9AA
(169,201,170)
#BDD5BF
(189,213,191)
#D1E1D4
(209,225,212)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D7517 color. Also use rgb(29,117,23) instead hex code.

Text Font Color

.myTextColor { color: #1D7517; }

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

This text font color is #1D7517.


Background Color

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

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

This div background color is #1D7517.


Border color

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

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

This div border color is #1D7517.


Opacity

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

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

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

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

This text has shadow with #1D7517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7517 on black background.


Color preview on white background

This text has color #1D7517 on white background.



Black color preview on #1D7517 background

This text has black color on #1D7517 background.


White color preview on #1D7517 background

This text has white color on #1D7517 background.