COLOR #1D4218

HEX: #1D4218
RGB: (29,66,24)

Color info

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

RGB color model

#1D4218 color RGB value is (29,66,24).

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

RGB channels and saturation

R 29 of 255 = 11%
G 66 of 255 = 26%
B 24 of 255 = 9%

29
66
24

R + G + B ~ 15%. #1D4218 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 66 + 24 = 119 (100%)
R 29 of 119 ~ 24.37%
G 66 of 119 ~ 55.46%
B 24 of 119 ~ 20.17%

%24.37
%55.46
%20.17

CMYK color model

#1D4218 color CMYK value is (56,0,64,74).

  • cyan value is 56.06%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 74.12%
CMYK:
(56,0,64,74)
C56M0Y64K74 
(56%,0%,64%,74%)
(0.56/0.00/0.64/0.74)	

CMYK percentages

%56.06
%0
%63.64
%74.12

Codes

Color #1D4218 in popluar color models

1D4218
RGB296624
HSL113°46.67%17.65%
HSB/HSV113°63.64%25.88%
CMYK56.06%0.00%63.64%
74.12%

Color #1D4218 in popluar number systems.

HEX1D4218
Decimal296624
Binary11101100001011000
Octal3510230

Shades and tints

Shades of #1D4218

#1D4218
(29,66,24)
#1B3C16
(27,60,22)
#193614
(25,54,20)
#173012
(23,48,18)
#152A10
(21,42,16)
#13240E
(19,36,14)
#111E0C
(17,30,12)
#0F180A
(15,24,10)
#0D1208
(13,18,8)
#0B0C06
(11,12,6)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #1D4218

#1D4218
(29,66,24)
#31532D
(49,83,45)
#456442
(69,100,66)
#597557
(89,117,87)
#6D866C
(109,134,108)
#819781
(129,151,129)
#95A896
(149,168,150)
#A9B9AB
(169,185,171)
#BDCAC0
(189,202,192)
#D1DBD5
(209,219,213)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4218; }

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

This text font color is #1D4218.


Background Color

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

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

This div background color is #1D4218.


Border color

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

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

This div border color is #1D4218.


Opacity

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

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

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

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

This text has shadow with #1D4218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4218 on black background.


Color preview on white background

This text has color #1D4218 on white background.



Black color preview on #1D4218 background

This text has black color on #1D4218 background.


White color preview on #1D4218 background

This text has white color on #1D4218 background.