COLOR #1E3338

HEX: #1E3338
RGB: (30,51,56)

Color info

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

RGB color model

#1E3338 color RGB value is (30,51,56).

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

RGB channels and saturation

R 30 of 255 = 12%
G 51 of 255 = 20%
B 56 of 255 = 22%

30
51
56

R + G + B ~ 18%. #1E3338 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 51 + 56 = 137 (100%)
R 30 of 137 ~ 21.9%
G 51 of 137 ~ 37.23%
B 56 of 137 ~ 40.88%

%21.9
%37.23
%40.88

CMYK color model

#1E3338 color CMYK value is (46,9,0,78).

  • cyan value is 46.43%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(46,9,0,78)
C46M9Y0K78 
(46%,9%,0%,78%)
(0.46/0.09/0.00/0.78)	

CMYK percentages

%46.43
%8.93
%0
%78.04

Codes

Color #1E3338 in popluar color models

1E3338
RGB305156
HSL192°30.23%16.86%
HSB/HSV192°46.43%21.96%
CMYK46.43%8.93%0.00%
78.04%

Color #1E3338 in popluar number systems.

HEX1E3338
Decimal305156
Binary11110110011111000
Octal366370

Shades and tints

Shades of #1E3338

#1E3338
(30,51,56)
#1C2F33
(28,47,51)
#1A2B2E
(26,43,46)
#182729
(24,39,41)
#162324
(22,35,36)
#141F1F
(20,31,31)
#121B1A
(18,27,26)
#101715
(16,23,21)
#0E1310
(14,19,16)
#0C0F0B
(12,15,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #1E3338

#1E3338
(30,51,56)
#32454A
(50,69,74)
#46575C
(70,87,92)
#5A696E
(90,105,110)
#6E7B80
(110,123,128)
#828D92
(130,141,146)
#969FA4
(150,159,164)
#AAB1B6
(170,177,182)
#BEC3C8
(190,195,200)
#D2D5DA
(210,213,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3338; }

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

This text font color is #1E3338.


Background Color

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

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

This div background color is #1E3338.


Border color

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

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

This div border color is #1E3338.


Opacity

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

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

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

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

This text has shadow with #1E3338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3338 on black background.


Color preview on white background

This text has color #1E3338 on white background.



Black color preview on #1E3338 background

This text has black color on #1E3338 background.


White color preview on #1E3338 background

This text has white color on #1E3338 background.