COLOR #1D472D

HEX: #1D472D
RGB: (29,71,45)

Color info

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

RGB color model

#1D472D color RGB value is (29,71,45).

  • red value is 29;
  • green value is 71;
  • blue value is 45.
RGB:
(29,71,45)
(11%,28%,18%)

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 45 of 255 = 18%

29
71
45

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

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 45 = 145 (100%)
R 29 of 145 ~ 20%
G 71 of 145 ~ 48.97%
B 45 of 145 ~ 31.03%

%20
%48.97
%31.03

CMYK color model

#1D472D color CMYK value is (59,0,37,72).

  • cyan value is 59.15%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(59,0,37,72)
C59M0Y37K72 
(59%,0%,37%,72%)
(0.59/0.00/0.37/0.72)	

CMYK percentages

%59.15
%0
%36.62
%72.16

Codes

Color #1D472D in popluar color models

1D472D
RGB297145
HSL143°42.00%19.61%
HSB/HSV143°59.15%27.84%
CMYK59.15%0.00%36.62%
72.16%

Color #1D472D in popluar number systems.

HEX1D472D
Decimal297145
Binary111011000111101101
Octal3510755

Shades and tints

Shades of #1D472D

#1D472D
(29,71,45)
#1B4129
(27,65,41)
#193B25
(25,59,37)
#173521
(23,53,33)
#152F1D
(21,47,29)
#132919
(19,41,25)
#112315
(17,35,21)
#0F1D11
(15,29,17)
#0D170D
(13,23,13)
#0B1109
(11,17,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #1D472D

#1D472D
(29,71,45)
#315740
(49,87,64)
#456753
(69,103,83)
#597766
(89,119,102)
#6D8779
(109,135,121)
#81978C
(129,151,140)
#95A79F
(149,167,159)
#A9B7B2
(169,183,178)
#BDC7C5
(189,199,197)
#D1D7D8
(209,215,216)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D472D color. Also use rgb(29,71,45) instead hex code.

Text Font Color

.myTextColor { color: #1D472D; }

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

This text font color is #1D472D.


Background Color

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

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

This div background color is #1D472D.


Border color

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

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

This div border color is #1D472D.


Opacity

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

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

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

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

This text has shadow with #1D472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D472D on black background.


Color preview on white background

This text has color #1D472D on white background.



Black color preview on #1D472D background

This text has black color on #1D472D background.


White color preview on #1D472D background

This text has white color on #1D472D background.