COLOR #1E3938

HEX: #1E3938
RGB: (30,57,56)

Color info

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

RGB color model

#1E3938 color RGB value is (30,57,56).

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

RGB channels and saturation

R 30 of 255 = 12%
G 57 of 255 = 22%
B 56 of 255 = 22%

30
57
56

R + G + B ~ 19%. #1E3938 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 57 + 56 = 143 (100%)
R 30 of 143 ~ 20.98%
G 57 of 143 ~ 39.86%
B 56 of 143 ~ 39.16%

%20.98
%39.86
%39.16

CMYK color model

#1E3938 color CMYK value is (47,0,2,78).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 77.65%
CMYK:
(47,0,2,78)
C47M0Y2K78 
(47%,0%,2%,78%)
(0.47/0.00/0.02/0.78)	

CMYK percentages

%47.37
%0
%1.75
%77.65

Codes

Color #1E3938 in popluar color models

1E3938
RGB305756
HSL178°31.03%17.06%
HSB/HSV178°47.37%22.35%
CMYK47.37%0.00%1.75%
77.65%

Color #1E3938 in popluar number systems.

HEX1E3938
Decimal305756
Binary11110111001111000
Octal367170

Shades and tints

Shades of #1E3938

#1E3938
(30,57,56)
#1C3433
(28,52,51)
#1A2F2E
(26,47,46)
#182A29
(24,42,41)
#162524
(22,37,36)
#14201F
(20,32,31)
#121B1A
(18,27,26)
#101615
(16,22,21)
#0E1110
(14,17,16)
#0C0C0B
(12,12,11)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #1E3938

#1E3938
(30,57,56)
#324B4A
(50,75,74)
#465D5C
(70,93,92)
#5A6F6E
(90,111,110)
#6E8180
(110,129,128)
#829392
(130,147,146)
#96A5A4
(150,165,164)
#AAB7B6
(170,183,182)
#BEC9C8
(190,201,200)
#D2DBDA
(210,219,218)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3938; }

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

This text font color is #1E3938.


Background Color

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

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

This div background color is #1E3938.


Border color

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

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

This div border color is #1E3938.


Opacity

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

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

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

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

This text has shadow with #1E3938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3938 on black background.


Color preview on white background

This text has color #1E3938 on white background.



Black color preview on #1E3938 background

This text has black color on #1E3938 background.


White color preview on #1E3938 background

This text has white color on #1E3938 background.