COLOR #1E2728

HEX: #1E2728
RGB: (30,39,40)

Color info

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

RGB color model

#1E2728 color RGB value is (30,39,40).

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

RGB channels and saturation

R 30 of 255 = 12%
G 39 of 255 = 15%
B 40 of 255 = 16%

30
39
40

R + G + B ~ 14%. #1E2728 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 39 + 40 = 109 (100%)
R 30 of 109 ~ 27.52%
G 39 of 109 ~ 35.78%
B 40 of 109 ~ 36.7%

%27.52
%35.78
%36.7

CMYK color model

#1E2728 color CMYK value is (25,2,0,84).

  • cyan value is 25.00%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(25,2,0,84)
C25M2Y0K84 
(25%,2%,0%,84%)
(0.25/0.02/0.00/0.84)	

CMYK percentages

%25
%2.5
%0
%84.31

Codes

Color #1E2728 in popluar color models

1E2728
RGB303940
HSL186°14.29%13.73%
HSB/HSV186°25.00%15.69%
CMYK25.00%2.50%0.00%
84.31%

Color #1E2728 in popluar number systems.

HEX1E2728
Decimal303940
Binary11110100111101000
Octal364750

Shades and tints

Shades of #1E2728

#1E2728
(30,39,40)
#1C2425
(28,36,37)
#1A2122
(26,33,34)
#181E1F
(24,30,31)
#161B1C
(22,27,28)
#141819
(20,24,25)
#121516
(18,21,22)
#101213
(16,18,19)
#0E0F10
(14,15,16)
#0C0C0D
(12,12,13)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #1E2728

#1E2728
(30,39,40)
#323A3B
(50,58,59)
#464D4E
(70,77,78)
#5A6061
(90,96,97)
#6E7374
(110,115,116)
#828687
(130,134,135)
#96999A
(150,153,154)
#AAACAD
(170,172,173)
#BEBFC0
(190,191,192)
#D2D2D3
(210,210,211)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2728; }

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

This text font color is #1E2728.


Background Color

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

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

This div background color is #1E2728.


Border color

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

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

This div border color is #1E2728.


Opacity

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

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

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

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

This text has shadow with #1E2728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2728 on black background.


Color preview on white background

This text has color #1E2728 on white background.



Black color preview on #1E2728 background

This text has black color on #1E2728 background.


White color preview on #1E2728 background

This text has white color on #1E2728 background.