COLOR #1E3B14

HEX: #1E3B14
RGB: (30,59,20)

Color info

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

RGB color model

#1E3B14 color RGB value is (30,59,20).

  • red value is 30;
  • green value is 59;
  • blue value is 20.
RGB:
(30,59,20)
(12%,23%,8%)

RGB channels and saturation

R 30 of 255 = 12%
G 59 of 255 = 23%
B 20 of 255 = 8%

30
59
20

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

Portions of RGB colors in percentages

R + G + B =
30 + 59 + 20 = 109 (100%)
R 30 of 109 ~ 27.52%
G 59 of 109 ~ 54.13%
B 20 of 109 ~ 18.35%

%27.52
%54.13
%18.35

CMYK color model

#1E3B14 color CMYK value is (49,0,66,77).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 66.10%
  • key color value is 76.86%
CMYK:
(49,0,66,77)
C49M0Y66K77 
(49%,0%,66%,77%)
(0.49/0.00/0.66/0.77)	

CMYK percentages

%49.15
%0
%66.1
%76.86

Codes

Color #1E3B14 in popluar color models

1E3B14
RGB305920
HSL105°49.37%15.49%
HSB/HSV105°66.10%23.14%
CMYK49.15%0.00%66.10%
76.86%

Color #1E3B14 in popluar number systems.

HEX1E3B14
Decimal305920
Binary1111011101110100
Octal367324

Shades and tints

Shades of #1E3B14

#1E3B14
(30,59,20)
#1C3613
(28,54,19)
#1A3112
(26,49,18)
#182C11
(24,44,17)
#162710
(22,39,16)
#14220F
(20,34,15)
#121D0E
(18,29,14)
#10180D
(16,24,13)
#0E130C
(14,19,12)
#0C0E0B
(12,14,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #1E3B14

#1E3B14
(30,59,20)
#324C29
(50,76,41)
#465D3E
(70,93,62)
#5A6E53
(90,110,83)
#6E7F68
(110,127,104)
#82907D
(130,144,125)
#96A192
(150,161,146)
#AAB2A7
(170,178,167)
#BEC3BC
(190,195,188)
#D2D4D1
(210,212,209)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3B14 color. Also use rgb(30,59,20) instead hex code.

Text Font Color

.myTextColor { color: #1E3B14; }

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

This text font color is #1E3B14.


Background Color

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

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

This div background color is #1E3B14.


Border color

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

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

This div border color is #1E3B14.


Opacity

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

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

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

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

This text has shadow with #1E3B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3B14 on black background.


Color preview on white background

This text has color #1E3B14 on white background.



Black color preview on #1E3B14 background

This text has black color on #1E3B14 background.


White color preview on #1E3B14 background

This text has white color on #1E3B14 background.