COLOR #1D4A39

HEX: #1D4A39
RGB: (29,74,57)

Color info

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

RGB color model

#1D4A39 color RGB value is (29,74,57).

  • red value is 29;
  • green value is 74;
  • blue value is 57.
RGB:
(29,74,57)
(11%,29%,22%)

RGB channels and saturation

R 29 of 255 = 11%
G 74 of 255 = 29%
B 57 of 255 = 22%

29
74
57

R + G + B ~ 21%. #1D4A39 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 74 + 57 = 160 (100%)
R 29 of 160 ~ 18.13%
G 74 of 160 ~ 46.25%
B 57 of 160 ~ 35.63%

%18.13
%46.25
%35.63

CMYK color model

#1D4A39 color CMYK value is (61,0,23,71).

  • cyan value is 60.81%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 70.98%
CMYK:
(61,0,23,71)
C61M0Y23K71 
(61%,0%,23%,71%)
(0.61/0.00/0.23/0.71)	

CMYK percentages

%60.81
%0
%22.97
%70.98

Codes

Color #1D4A39 in popluar color models

1D4A39
RGB297457
HSL157°43.69%20.20%
HSB/HSV157°60.81%29.02%
CMYK60.81%0.00%22.97%
70.98%

Color #1D4A39 in popluar number systems.

HEX1D4A39
Decimal297457
Binary111011001010111001
Octal3511271

Shades and tints

Shades of #1D4A39

#1D4A39
(29,74,57)
#1B4434
(27,68,52)
#193E2F
(25,62,47)
#17382A
(23,56,42)
#153225
(21,50,37)
#132C20
(19,44,32)
#11261B
(17,38,27)
#0F2016
(15,32,22)
#0D1A11
(13,26,17)
#0B140C
(11,20,12)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #1D4A39

#1D4A39
(29,74,57)
#315A4B
(49,90,75)
#456A5D
(69,106,93)
#597A6F
(89,122,111)
#6D8A81
(109,138,129)
#819A93
(129,154,147)
#95AAA5
(149,170,165)
#A9BAB7
(169,186,183)
#BDCAC9
(189,202,201)
#D1DADB
(209,218,219)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4A39 color. Also use rgb(29,74,57) instead hex code.

Text Font Color

.myTextColor { color: #1D4A39; }

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

This text font color is #1D4A39.


Background Color

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

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

This div background color is #1D4A39.


Border color

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

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

This div border color is #1D4A39.


Opacity

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

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

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

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

This text has shadow with #1D4A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4A39 on black background.


Color preview on white background

This text has color #1D4A39 on white background.



Black color preview on #1D4A39 background

This text has black color on #1D4A39 background.


White color preview on #1D4A39 background

This text has white color on #1D4A39 background.