COLOR #1D472E

HEX: #1D472E
RGB: (29,71,46)

Color info

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

RGB color model

#1D472E color RGB value is (29,71,46).

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

RGB channels and saturation

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

29
71
46

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

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 46 = 146 (100%)
R 29 of 146 ~ 19.86%
G 71 of 146 ~ 48.63%
B 46 of 146 ~ 31.51%

%19.86
%48.63
%31.51

CMYK color model

#1D472E color CMYK value is (59,0,35,72).

  • cyan value is 59.15%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(59,0,35,72)
C59M0Y35K72 
(59%,0%,35%,72%)
(0.59/0.00/0.35/0.72)	

CMYK percentages

%59.15
%0
%35.21
%72.16

Codes

Color #1D472E in popluar color models

1D472E
RGB297146
HSL144°42.00%19.61%
HSB/HSV144°59.15%27.84%
CMYK59.15%0.00%35.21%
72.16%

Color #1D472E in popluar number systems.

HEX1D472E
Decimal297146
Binary111011000111101110
Octal3510756

Shades and tints

Shades of #1D472E

#1D472E
(29,71,46)
#1B412A
(27,65,42)
#193B26
(25,59,38)
#173522
(23,53,34)
#152F1E
(21,47,30)
#13291A
(19,41,26)
#112316
(17,35,22)
#0F1D12
(15,29,18)
#0D170E
(13,23,14)
#0B110A
(11,17,10)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #1D472E

#1D472E
(29,71,46)
#315741
(49,87,65)
#456754
(69,103,84)
#597767
(89,119,103)
#6D877A
(109,135,122)
#81978D
(129,151,141)
#95A7A0
(149,167,160)
#A9B7B3
(169,183,179)
#BDC7C6
(189,199,198)
#D1D7D9
(209,215,217)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D472E; }

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

This text font color is #1D472E.


Background Color

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

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

This div background color is #1D472E.


Border color

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

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

This div border color is #1D472E.


Opacity

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

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

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

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

This text has shadow with #1D472E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D472E on black background.


Color preview on white background

This text has color #1D472E on white background.



Black color preview on #1D472E background

This text has black color on #1D472E background.


White color preview on #1D472E background

This text has white color on #1D472E background.