COLOR #1E3328

HEX: #1E3328
RGB: (30,51,40)

Color info

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

RGB color model

#1E3328 color RGB value is (30,51,40).

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

RGB channels and saturation

R 30 of 255 = 12%
G 51 of 255 = 20%
B 40 of 255 = 16%

30
51
40

R + G + B ~ 16%. #1E3328 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 51 + 40 = 121 (100%)
R 30 of 121 ~ 24.79%
G 51 of 121 ~ 42.15%
B 40 of 121 ~ 33.06%

%24.79
%42.15
%33.06

CMYK color model

#1E3328 color CMYK value is (41,0,22,80).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(41,0,22,80)
C41M0Y22K80 
(41%,0%,22%,80%)
(0.41/0.00/0.22/0.80)	

CMYK percentages

%41.18
%0
%21.57
%80

Codes

Color #1E3328 in popluar color models

1E3328
RGB305140
HSL149°25.93%15.88%
HSB/HSV149°41.18%20.00%
CMYK41.18%0.00%21.57%
80.00%

Color #1E3328 in popluar number systems.

HEX1E3328
Decimal305140
Binary11110110011101000
Octal366350

Shades and tints

Shades of #1E3328

#1E3328
(30,51,40)
#1C2F25
(28,47,37)
#1A2B22
(26,43,34)
#18271F
(24,39,31)
#16231C
(22,35,28)
#141F19
(20,31,25)
#121B16
(18,27,22)
#101713
(16,23,19)
#0E1310
(14,19,16)
#0C0F0D
(12,15,13)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #1E3328

#1E3328
(30,51,40)
#32453B
(50,69,59)
#46574E
(70,87,78)
#5A6961
(90,105,97)
#6E7B74
(110,123,116)
#828D87
(130,141,135)
#969F9A
(150,159,154)
#AAB1AD
(170,177,173)
#BEC3C0
(190,195,192)
#D2D5D3
(210,213,211)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3328; }

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

This text font color is #1E3328.


Background Color

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

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

This div background color is #1E3328.


Border color

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

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

This div border color is #1E3328.


Opacity

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

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

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

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

This text has shadow with #1E3328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3328 on black background.


Color preview on white background

This text has color #1E3328 on white background.



Black color preview on #1E3328 background

This text has black color on #1E3328 background.


White color preview on #1E3328 background

This text has white color on #1E3328 background.