COLOR #1E3C13

HEX: #1E3C13
RGB: (30,60,19)

Color info

#1E3C13 contains red, green and blue colors in about the same proportion. Web safe color of #1E3C13 is #333300 (or #330).

RGB color model

#1E3C13 color RGB value is (30,60,19).

  • red value is 30;
  • green value is 60;
  • blue value is 19.
RGB:
(30,60,19)
(12%,24%,7%)

RGB channels and saturation

R 30 of 255 = 12%
G 60 of 255 = 24%
B 19 of 255 = 7%

30
60
19

R + G + B ~ 14%. #1E3C13 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 60 + 19 = 109 (100%)
R 30 of 109 ~ 27.52%
G 60 of 109 ~ 55.05%
B 19 of 109 ~ 17.43%

%27.52
%55.05
%17.43

CMYK color model

#1E3C13 color CMYK value is (50,0,68,76).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 68.33%
  • key color value is 76.47%
CMYK:
(50,0,68,76)
C50M0Y68K76 
(50%,0%,68%,76%)
(0.50/0.00/0.68/0.76)	

CMYK percentages

%50
%0
%68.33
%76.47

Codes

Color #1E3C13 in popluar color models

1E3C13
RGB306019
HSL104°51.90%15.49%
HSB/HSV104°68.33%23.53%
CMYK50.00%0.00%68.33%
76.47%

Color #1E3C13 in popluar number systems.

HEX1E3C13
Decimal306019
Binary1111011110010011
Octal367423

Shades and tints

Shades of #1E3C13

#1E3C13
(30,60,19)
#1C3712
(28,55,18)
#1A3211
(26,50,17)
#182D10
(24,45,16)
#16280F
(22,40,15)
#14230E
(20,35,14)
#121E0D
(18,30,13)
#10190C
(16,25,12)
#0E140B
(14,20,11)
#0C0F0A
(12,15,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #1E3C13

#1E3C13
(30,60,19)
#324D28
(50,77,40)
#465E3D
(70,94,61)
#5A6F52
(90,111,82)
#6E8067
(110,128,103)
#82917C
(130,145,124)
#96A291
(150,162,145)
#AAB3A6
(170,179,166)
#BEC4BB
(190,196,187)
#D2D5D0
(210,213,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3C13 color. Also use rgb(30,60,19) instead hex code.

Text Font Color

.myTextColor { color: #1E3C13; }

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

This text font color is #1E3C13.


Background Color

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

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

This div background color is #1E3C13.


Border color

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

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

This div border color is #1E3C13.


Opacity

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

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

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

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

This text has shadow with #1E3C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3C13 on black background.


Color preview on white background

This text has color #1E3C13 on white background.



Black color preview on #1E3C13 background

This text has black color on #1E3C13 background.


White color preview on #1E3C13 background

This text has white color on #1E3C13 background.