COLOR #1E471D

HEX: #1E471D
RGB: (30,71,29)

Color info

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

RGB color model

#1E471D color RGB value is (30,71,29).

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

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 29 of 255 = 11%

30
71
29

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

Portions of RGB colors in percentages

R + G + B =
30 + 71 + 29 = 130 (100%)
R 30 of 130 ~ 23.08%
G 71 of 130 ~ 54.62%
B 29 of 130 ~ 22.31%

%23.08
%54.62
%22.31

CMYK color model

#1E471D color CMYK value is (58,0,59,72).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(58,0,59,72)
C58M0Y59K72 
(58%,0%,59%,72%)
(0.58/0.00/0.59/0.72)	

CMYK percentages

%57.75
%0
%59.15
%72.16

Codes

Color #1E471D in popluar color models

1E471D
RGB307129
HSL119°42.00%19.61%
HSB/HSV119°59.15%27.84%
CMYK57.75%0.00%59.15%
72.16%

Color #1E471D in popluar number systems.

HEX1E471D
Decimal307129
Binary11110100011111101
Octal3610735

Shades and tints

Shades of #1E471D

#1E471D
(30,71,29)
#1C411B
(28,65,27)
#1A3B19
(26,59,25)
#183517
(24,53,23)
#162F15
(22,47,21)
#142913
(20,41,19)
#122311
(18,35,17)
#101D0F
(16,29,15)
#0E170D
(14,23,13)
#0C110B
(12,17,11)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #1E471D

#1E471D
(30,71,29)
#325731
(50,87,49)
#466745
(70,103,69)
#5A7759
(90,119,89)
#6E876D
(110,135,109)
#829781
(130,151,129)
#96A795
(150,167,149)
#AAB7A9
(170,183,169)
#BEC7BD
(190,199,189)
#D2D7D1
(210,215,209)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E471D; }

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

This text font color is #1E471D.


Background Color

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

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

This div background color is #1E471D.


Border color

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

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

This div border color is #1E471D.


Opacity

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

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

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

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

This text has shadow with #1E471D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E471D on black background.


Color preview on white background

This text has color #1E471D on white background.



Black color preview on #1E471D background

This text has black color on #1E471D background.


White color preview on #1E471D background

This text has white color on #1E471D background.