COLOR #1E3331

HEX: #1E3331
RGB: (30,51,49)

Color info

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

RGB color model

#1E3331 color RGB value is (30,51,49).

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

RGB channels and saturation

R 30 of 255 = 12%
G 51 of 255 = 20%
B 49 of 255 = 19%

30
51
49

R + G + B ~ 17%. #1E3331 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 51 + 49 = 130 (100%)
R 30 of 130 ~ 23.08%
G 51 of 130 ~ 39.23%
B 49 of 130 ~ 37.69%

%23.08
%39.23
%37.69

CMYK color model

#1E3331 color CMYK value is (41,0,4,80).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 80.00%
CMYK:
(41,0,4,80)
C41M0Y4K80 
(41%,0%,4%,80%)
(0.41/0.00/0.04/0.80)	

CMYK percentages

%41.18
%0
%3.92
%80

Codes

Color #1E3331 in popluar color models

1E3331
RGB305149
HSL174°25.93%15.88%
HSB/HSV174°41.18%20.00%
CMYK41.18%0.00%3.92%
80.00%

Color #1E3331 in popluar number systems.

HEX1E3331
Decimal305149
Binary11110110011110001
Octal366361

Shades and tints

Shades of #1E3331

#1E3331
(30,51,49)
#1C2F2D
(28,47,45)
#1A2B29
(26,43,41)
#182725
(24,39,37)
#162321
(22,35,33)
#141F1D
(20,31,29)
#121B19
(18,27,25)
#101715
(16,23,21)
#0E1311
(14,19,17)
#0C0F0D
(12,15,13)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #1E3331

#1E3331
(30,51,49)
#324543
(50,69,67)
#465755
(70,87,85)
#5A6967
(90,105,103)
#6E7B79
(110,123,121)
#828D8B
(130,141,139)
#969F9D
(150,159,157)
#AAB1AF
(170,177,175)
#BEC3C1
(190,195,193)
#D2D5D3
(210,213,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3331; }

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

This text font color is #1E3331.


Background Color

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

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

This div background color is #1E3331.


Border color

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

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

This div border color is #1E3331.


Opacity

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

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

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

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

This text has shadow with #1E3331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3331 on black background.


Color preview on white background

This text has color #1E3331 on white background.



Black color preview on #1E3331 background

This text has black color on #1E3331 background.


White color preview on #1E3331 background

This text has white color on #1E3331 background.