COLOR #1E481D

HEX: #1E481D
RGB: (30,72,29)

Color info

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

RGB color model

#1E481D color RGB value is (30,72,29).

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

RGB channels and saturation

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

30
72
29

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

Portions of RGB colors in percentages

R + G + B =
30 + 72 + 29 = 131 (100%)
R 30 of 131 ~ 22.9%
G 72 of 131 ~ 54.96%
B 29 of 131 ~ 22.14%

%22.9
%54.96
%22.14

CMYK color model

#1E481D color CMYK value is (58,0,60,72).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 59.72%
  • key color value is 71.76%
CMYK:
(58,0,60,72)
C58M0Y60K72 
(58%,0%,60%,72%)
(0.58/0.00/0.60/0.72)	

CMYK percentages

%58.33
%0
%59.72
%71.76

Codes

Color #1E481D in popluar color models

1E481D
RGB307229
HSL119°42.57%19.80%
HSB/HSV119°59.72%28.24%
CMYK58.33%0.00%59.72%
71.76%

Color #1E481D in popluar number systems.

HEX1E481D
Decimal307229
Binary11110100100011101
Octal3611035

Shades and tints

Shades of #1E481D

#1E481D
(30,72,29)
#1C421B
(28,66,27)
#1A3C19
(26,60,25)
#183617
(24,54,23)
#163015
(22,48,21)
#142A13
(20,42,19)
#122411
(18,36,17)
#101E0F
(16,30,15)
#0E180D
(14,24,13)
#0C120B
(12,18,11)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #1E481D

#1E481D
(30,72,29)
#325831
(50,88,49)
#466845
(70,104,69)
#5A7859
(90,120,89)
#6E886D
(110,136,109)
#829881
(130,152,129)
#96A895
(150,168,149)
#AAB8A9
(170,184,169)
#BEC8BD
(190,200,189)
#D2D8D1
(210,216,209)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E481D; }

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

This text font color is #1E481D.


Background Color

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

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

This div background color is #1E481D.


Border color

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

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

This div border color is #1E481D.


Opacity

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

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

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

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

This text has shadow with #1E481D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E481D on black background.


Color preview on white background

This text has color #1E481D on white background.



Black color preview on #1E481D background

This text has black color on #1E481D background.


White color preview on #1E481D background

This text has white color on #1E481D background.