COLOR #1E2813

HEX: #1E2813
RGB: (30,40,19)

Color info

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

RGB color model

#1E2813 color RGB value is (30,40,19).

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

RGB channels and saturation

R 30 of 255 = 12%
G 40 of 255 = 16%
B 19 of 255 = 7%

30
40
19

R + G + B ~ 12%. #1E2813 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 40 + 19 = 89 (100%)
R 30 of 89 ~ 33.71%
G 40 of 89 ~ 44.94%
B 19 of 89 ~ 21.35%

%33.71
%44.94
%21.35

CMYK color model

#1E2813 color CMYK value is (25,0,53,84).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 84.31%
CMYK:
(25,0,53,84)
C25M0Y53K84 
(25%,0%,53%,84%)
(0.25/0.00/0.53/0.84)	

CMYK percentages

%25
%0
%52.5
%84.31

Codes

Color #1E2813 in popluar color models

1E2813
RGB304019
HSL89°35.59%11.57%
HSB/HSV89°52.50%15.69%
CMYK25.00%0.00%52.50%
84.31%

Color #1E2813 in popluar number systems.

HEX1E2813
Decimal304019
Binary1111010100010011
Octal365023

Shades and tints

Shades of #1E2813

#1E2813
(30,40,19)
#1C2512
(28,37,18)
#1A2211
(26,34,17)
#181F10
(24,31,16)
#161C0F
(22,28,15)
#14190E
(20,25,14)
#12160D
(18,22,13)
#10130C
(16,19,12)
#0E100B
(14,16,11)
#0C0D0A
(12,13,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #1E2813

#1E2813
(30,40,19)
#323B28
(50,59,40)
#464E3D
(70,78,61)
#5A6152
(90,97,82)
#6E7467
(110,116,103)
#82877C
(130,135,124)
#969A91
(150,154,145)
#AAADA6
(170,173,166)
#BEC0BB
(190,192,187)
#D2D3D0
(210,211,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2813; }

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

This text font color is #1E2813.


Background Color

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

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

This div background color is #1E2813.


Border color

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

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

This div border color is #1E2813.


Opacity

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

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

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

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

This text has shadow with #1E2813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2813 on black background.


Color preview on white background

This text has color #1E2813 on white background.



Black color preview on #1E2813 background

This text has black color on #1E2813 background.


White color preview on #1E2813 background

This text has white color on #1E2813 background.