COLOR #1E383B

HEX: #1E383B
RGB: (30,56,59)

Color info

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

RGB color model

#1E383B color RGB value is (30,56,59).

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

RGB channels and saturation

R 30 of 255 = 12%
G 56 of 255 = 22%
B 59 of 255 = 23%

30
56
59

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

Portions of RGB colors in percentages

R + G + B =
30 + 56 + 59 = 145 (100%)
R 30 of 145 ~ 20.69%
G 56 of 145 ~ 38.62%
B 59 of 145 ~ 40.69%

%20.69
%38.62
%40.69

CMYK color model

#1E383B color CMYK value is (49,5,0,77).

  • cyan value is 49.15%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(49,5,0,77)
C49M5Y0K77 
(49%,5%,0%,77%)
(0.49/0.05/0.00/0.77)	

CMYK percentages

%49.15
%5.08
%0
%76.86

Codes

Color #1E383B in popluar color models

1E383B
RGB305659
HSL186°32.58%17.45%
HSB/HSV186°49.15%23.14%
CMYK49.15%5.08%0.00%
76.86%

Color #1E383B in popluar number systems.

HEX1E383B
Decimal305659
Binary11110111000111011
Octal367073

Shades and tints

Shades of #1E383B

#1E383B
(30,56,59)
#1C3336
(28,51,54)
#1A2E31
(26,46,49)
#18292C
(24,41,44)
#162427
(22,36,39)
#141F22
(20,31,34)
#121A1D
(18,26,29)
#101518
(16,21,24)
#0E1013
(14,16,19)
#0C0B0E
(12,11,14)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #1E383B

#1E383B
(30,56,59)
#324A4C
(50,74,76)
#465C5D
(70,92,93)
#5A6E6E
(90,110,110)
#6E807F
(110,128,127)
#829290
(130,146,144)
#96A4A1
(150,164,161)
#AAB6B2
(170,182,178)
#BEC8C3
(190,200,195)
#D2DAD4
(210,218,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E383B; }

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

This text font color is #1E383B.


Background Color

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

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

This div background color is #1E383B.


Border color

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

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

This div border color is #1E383B.


Opacity

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

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

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

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

This text has shadow with #1E383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E383B on black background.


Color preview on white background

This text has color #1E383B on white background.



Black color preview on #1E383B background

This text has black color on #1E383B background.


White color preview on #1E383B background

This text has white color on #1E383B background.