COLOR #1D4D18

HEX: #1D4D18
RGB: (29,77,24)

Color info

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

RGB color model

#1D4D18 color RGB value is (29,77,24).

  • red value is 29;
  • green value is 77;
  • blue value is 24.
RGB:
(29,77,24)
(11%,30%,9%)

RGB channels and saturation

R 29 of 255 = 11%
G 77 of 255 = 30%
B 24 of 255 = 9%

29
77
24

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

Portions of RGB colors in percentages

R + G + B =
29 + 77 + 24 = 130 (100%)
R 29 of 130 ~ 22.31%
G 77 of 130 ~ 59.23%
B 24 of 130 ~ 18.46%

%22.31
%59.23
%18.46

CMYK color model

#1D4D18 color CMYK value is (62,0,69,70).

  • cyan value is 62.34%
  • magenta value is 0.00%
  • yellow value is 68.83%
  • key color value is 69.80%
CMYK:
(62,0,69,70)
C62M0Y69K70 
(62%,0%,69%,70%)
(0.62/0.00/0.69/0.70)	

CMYK percentages

%62.34
%0
%68.83
%69.8

Codes

Color #1D4D18 in popluar color models

1D4D18
RGB297724
HSL114°52.48%19.80%
HSB/HSV114°68.83%30.20%
CMYK62.34%0.00%68.83%
69.80%

Color #1D4D18 in popluar number systems.

HEX1D4D18
Decimal297724
Binary11101100110111000
Octal3511530

Shades and tints

Shades of #1D4D18

#1D4D18
(29,77,24)
#1B4616
(27,70,22)
#193F14
(25,63,20)
#173812
(23,56,18)
#153110
(21,49,16)
#132A0E
(19,42,14)
#11230C
(17,35,12)
#0F1C0A
(15,28,10)
#0D1508
(13,21,8)
#0B0E06
(11,14,6)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #1D4D18

#1D4D18
(29,77,24)
#315D2D
(49,93,45)
#456D42
(69,109,66)
#597D57
(89,125,87)
#6D8D6C
(109,141,108)
#819D81
(129,157,129)
#95AD96
(149,173,150)
#A9BDAB
(169,189,171)
#BDCDC0
(189,205,192)
#D1DDD5
(209,221,213)
#E5EDEA
(229,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4D18 color. Also use rgb(29,77,24) instead hex code.

Text Font Color

.myTextColor { color: #1D4D18; }

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

This text font color is #1D4D18.


Background Color

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

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

This div background color is #1D4D18.


Border color

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

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

This div border color is #1D4D18.


Opacity

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

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

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

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

This text has shadow with #1D4D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4D18 on black background.


Color preview on white background

This text has color #1D4D18 on white background.



Black color preview on #1D4D18 background

This text has black color on #1D4D18 background.


White color preview on #1D4D18 background

This text has white color on #1D4D18 background.