COLOR #1D4517

HEX: #1D4517
RGB: (29,69,23)

Color info

#1D4517 contains red, green and blue colors in about the same proportion. Web safe color of #1D4517 is #333300 (or #330).

RGB color model

#1D4517 color RGB value is (29,69,23).

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

RGB channels and saturation

R 29 of 255 = 11%
G 69 of 255 = 27%
B 23 of 255 = 9%

29
69
23

R + G + B ~ 16%. #1D4517 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 69 + 23 = 121 (100%)
R 29 of 121 ~ 23.97%
G 69 of 121 ~ 57.02%
B 23 of 121 ~ 19.01%

%23.97
%57.02
%19.01

CMYK color model

#1D4517 color CMYK value is (58,0,67,73).

  • cyan value is 57.97%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 72.94%
CMYK:
(58,0,67,73)
C58M0Y67K73 
(58%,0%,67%,73%)
(0.58/0.00/0.67/0.73)	

CMYK percentages

%57.97
%0
%66.67
%72.94

Codes

Color #1D4517 in popluar color models

1D4517
RGB296923
HSL112°50.00%18.04%
HSB/HSV112°66.67%27.06%
CMYK57.97%0.00%66.67%
72.94%

Color #1D4517 in popluar number systems.

HEX1D4517
Decimal296923
Binary11101100010110111
Octal3510527

Shades and tints

Shades of #1D4517

#1D4517
(29,69,23)
#1B3F15
(27,63,21)
#193913
(25,57,19)
#173311
(23,51,17)
#152D0F
(21,45,15)
#13270D
(19,39,13)
#11210B
(17,33,11)
#0F1B09
(15,27,9)
#0D1507
(13,21,7)
#0B0F05
(11,15,5)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #1D4517

#1D4517
(29,69,23)
#31552C
(49,85,44)
#456541
(69,101,65)
#597556
(89,117,86)
#6D856B
(109,133,107)
#819580
(129,149,128)
#95A595
(149,165,149)
#A9B5AA
(169,181,170)
#BDC5BF
(189,197,191)
#D1D5D4
(209,213,212)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4517; }

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

This text font color is #1D4517.


Background Color

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

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

This div background color is #1D4517.


Border color

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

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

This div border color is #1D4517.


Opacity

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

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

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

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

This text has shadow with #1D4517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4517 on black background.


Color preview on white background

This text has color #1D4517 on white background.



Black color preview on #1D4517 background

This text has black color on #1D4517 background.


White color preview on #1D4517 background

This text has white color on #1D4517 background.