COLOR #1D491F

HEX: #1D491F
RGB: (29,73,31)

Color info

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

RGB color model

#1D491F color RGB value is (29,73,31).

  • red value is 29;
  • green value is 73;
  • blue value is 31.
RGB:
(29,73,31)
(11%,29%,12%)

RGB channels and saturation

R 29 of 255 = 11%
G 73 of 255 = 29%
B 31 of 255 = 12%

29
73
31

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

Portions of RGB colors in percentages

R + G + B =
29 + 73 + 31 = 133 (100%)
R 29 of 133 ~ 21.8%
G 73 of 133 ~ 54.89%
B 31 of 133 ~ 23.31%

%21.8
%54.89
%23.31

CMYK color model

#1D491F color CMYK value is (60,0,58,71).

  • cyan value is 60.27%
  • magenta value is 0.00%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(60,0,58,71)
C60M0Y58K71 
(60%,0%,58%,71%)
(0.60/0.00/0.58/0.71)	

CMYK percentages

%60.27
%0
%57.53
%71.37

Codes

Color #1D491F in popluar color models

1D491F
RGB297331
HSL123°43.14%20.00%
HSB/HSV123°60.27%28.63%
CMYK60.27%0.00%57.53%
71.37%

Color #1D491F in popluar number systems.

HEX1D491F
Decimal297331
Binary11101100100111111
Octal3511137

Shades and tints

Shades of #1D491F

#1D491F
(29,73,31)
#1B431D
(27,67,29)
#193D1B
(25,61,27)
#173719
(23,55,25)
#153117
(21,49,23)
#132B15
(19,43,21)
#112513
(17,37,19)
#0F1F11
(15,31,17)
#0D190F
(13,25,15)
#0B130D
(11,19,13)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #1D491F

#1D491F
(29,73,31)
#315933
(49,89,51)
#456947
(69,105,71)
#59795B
(89,121,91)
#6D896F
(109,137,111)
#819983
(129,153,131)
#95A997
(149,169,151)
#A9B9AB
(169,185,171)
#BDC9BF
(189,201,191)
#D1D9D3
(209,217,211)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D491F color. Also use rgb(29,73,31) instead hex code.

Text Font Color

.myTextColor { color: #1D491F; }

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

This text font color is #1D491F.


Background Color

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

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

This div background color is #1D491F.


Border color

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

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

This div border color is #1D491F.


Opacity

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

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

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

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

This text has shadow with #1D491F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D491F on black background.


Color preview on white background

This text has color #1D491F on white background.



Black color preview on #1D491F background

This text has black color on #1D491F background.


White color preview on #1D491F background

This text has white color on #1D491F background.