COLOR #1D4227

HEX: #1D4227
RGB: (29,66,39)

Color info

#1D4227 contains red, green and blue colors in about the same proportion. Web safe color of #1D4227 is #333333 (or #333).

RGB color model

#1D4227 color RGB value is (29,66,39).

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

RGB channels and saturation

R 29 of 255 = 11%
G 66 of 255 = 26%
B 39 of 255 = 15%

29
66
39

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

Portions of RGB colors in percentages

R + G + B =
29 + 66 + 39 = 134 (100%)
R 29 of 134 ~ 21.64%
G 66 of 134 ~ 49.25%
B 39 of 134 ~ 29.1%

%21.64
%49.25
%29.1

CMYK color model

#1D4227 color CMYK value is (56,0,41,74).

  • cyan value is 56.06%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 74.12%
CMYK:
(56,0,41,74)
C56M0Y41K74 
(56%,0%,41%,74%)
(0.56/0.00/0.41/0.74)	

CMYK percentages

%56.06
%0
%40.91
%74.12

Codes

Color #1D4227 in popluar color models

1D4227
RGB296639
HSL136°38.95%18.63%
HSB/HSV136°56.06%25.88%
CMYK56.06%0.00%40.91%
74.12%

Color #1D4227 in popluar number systems.

HEX1D4227
Decimal296639
Binary111011000010100111
Octal3510247

Shades and tints

Shades of #1D4227

#1D4227
(29,66,39)
#1B3C24
(27,60,36)
#193621
(25,54,33)
#17301E
(23,48,30)
#152A1B
(21,42,27)
#132418
(19,36,24)
#111E15
(17,30,21)
#0F1812
(15,24,18)
#0D120F
(13,18,15)
#0B0C0C
(11,12,12)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #1D4227

#1D4227
(29,66,39)
#31533A
(49,83,58)
#45644D
(69,100,77)
#597560
(89,117,96)
#6D8673
(109,134,115)
#819786
(129,151,134)
#95A899
(149,168,153)
#A9B9AC
(169,185,172)
#BDCABF
(189,202,191)
#D1DBD2
(209,219,210)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4227; }

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

This text font color is #1D4227.


Background Color

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

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

This div background color is #1D4227.


Border color

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

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

This div border color is #1D4227.


Opacity

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

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

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

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

This text has shadow with #1D4227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4227 on black background.


Color preview on white background

This text has color #1D4227 on white background.



Black color preview on #1D4227 background

This text has black color on #1D4227 background.


White color preview on #1D4227 background

This text has white color on #1D4227 background.