COLOR #1E2612

HEX: #1E2612
RGB: (30,38,18)

Color info

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

RGB color model

#1E2612 color RGB value is (30,38,18).

  • red value is 30;
  • green value is 38;
  • blue value is 18.
RGB:
(30,38,18)
(12%,15%,7%)

RGB channels and saturation

R 30 of 255 = 12%
G 38 of 255 = 15%
B 18 of 255 = 7%

30
38
18

R + G + B ~ 11%. #1E2612 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 38 + 18 = 86 (100%)
R 30 of 86 ~ 34.88%
G 38 of 86 ~ 44.19%
B 18 of 86 ~ 20.93%

%34.88
%44.19
%20.93

CMYK color model

#1E2612 color CMYK value is (21,0,53,85).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 85.10%
CMYK:
(21,0,53,85)
C21M0Y53K85 
(21%,0%,53%,85%)
(0.21/0.00/0.53/0.85)	

CMYK percentages

%21.05
%0
%52.63
%85.1

Codes

Color #1E2612 in popluar color models

1E2612
RGB303818
HSL84°35.71%10.98%
HSB/HSV84°52.63%14.90%
CMYK21.05%0.00%52.63%
85.10%

Color #1E2612 in popluar number systems.

HEX1E2612
Decimal303818
Binary1111010011010010
Octal364622

Shades and tints

Shades of #1E2612

#1E2612
(30,38,18)
#1C2311
(28,35,17)
#1A2010
(26,32,16)
#181D0F
(24,29,15)
#161A0E
(22,26,14)
#14170D
(20,23,13)
#12140C
(18,20,12)
#10110B
(16,17,11)
#0E0E0A
(14,14,10)
#0C0B09
(12,11,9)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #1E2612

#1E2612
(30,38,18)
#323927
(50,57,39)
#464C3C
(70,76,60)
#5A5F51
(90,95,81)
#6E7266
(110,114,102)
#82857B
(130,133,123)
#969890
(150,152,144)
#AAABA5
(170,171,165)
#BEBEBA
(190,190,186)
#D2D1CF
(210,209,207)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2612 color. Also use rgb(30,38,18) instead hex code.

Text Font Color

.myTextColor { color: #1E2612; }

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

This text font color is #1E2612.


Background Color

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

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

This div background color is #1E2612.


Border color

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

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

This div border color is #1E2612.


Opacity

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

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

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

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

This text has shadow with #1E2612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2612 on black background.


Color preview on white background

This text has color #1E2612 on white background.



Black color preview on #1E2612 background

This text has black color on #1E2612 background.


White color preview on #1E2612 background

This text has white color on #1E2612 background.