COLOR #1D492F

HEX: #1D492F RGB: (29,73,47)

Color info

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

RGB color model

#1D492F color RGB value is (29,73,47).

RGB: (29,73,47) (11%, 29%, 18%)

RGB channels and saturation

R 29 of 255 = 11%
G 73 of 255 = 29%
B 47 of 255 = 18%

29
73
47

R + G + B ~ 19%. #1D492F is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 73 + 47 = 149 (100%)
R 29 of 149 ~ 19.46%
G 73 of 149 ~ 48.99%
B 47 of 149 ~ 31.54'%

%19.46
%48.99
%31.54

CMYK color model

#1D492F color CMYK value is (60,0,36,71).

  • cyan value is 60.27%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 71.37%

CMYK: (60,0,36,71)
C60M0Y36K71 (60%, 0%, 36%, 71%)
(0.60 / 0.00 / 0.36 / 0.71)

CMYK percentages

%60.27
%0
%35.62
%71.37

Codes

Color #1D492F in popluar color models

1D 49 2F
RGB 29 73 47
HSL 145° 43.14% 20.00%
HSB/HSV 145° 60.27% 28.63%
CMYK 60.27% 0.00% 35.62%
71.37%

Color #1D492F in popluar number systems.

HEX 1D 49 2F
Decimal 29 73 47
Binary 11101 1001001 101111
Octal 35 111 57

Shades and tints

Shades of #1D492F

#1D492F
(29,73,47)
#1B432B
(27,67,43)
#193D27
(25,61,39)
#173723
(23,55,35)
#15311F
(21,49,31)
#132B1B
(19,43,27)
#112517
(17,37,23)
#0F1F13
(15,31,19)
#0D190F
(13,25,15)
#0B130B
(11,19,11)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #1D492F

#1D492F
(29,73,47)
#315941
(49,89,65)
#456953
(69,105,83)
#597965
(89,121,101)
#6D8977
(109,137,119)
#819989
(129,153,137)
#95A99B
(149,169,155)
#A9B9AD
(169,185,173)
#BDC9BF
(189,201,191)
#D1D9D1
(209,217,209)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D492F; }

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

This text font color is #1D492F.

Background Color

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

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

This div background color is #1D492F.

Border color

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

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

This div border color is #1D492F.

Opacity

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

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

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

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

This text has shadow with #1D492F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D492F.

Preview

Color preview on black background

This text has color #1D492F on black background.


Color preview on white background

This text has color #1D492F on white background.


Black color preview on #1D492F background

This text has black color on #1D492F background.


White color preview on #1D492F background

This text has white color on #1D492F background.


Related colors

Complementary color

Complementary color for #hex is #E2B6D0.


I love getcolorcode.com

Triadic colors

1 #2F1D49 and #492F1D with #1D492F are triadic colors.

2 #2F491D and #491D2F with #1D492F are triadic colors.