COLOR #1E473B

HEX: #1E473B
RGB: (30,71,59)

Color info

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

RGB color model

#1E473B color RGB value is (30,71,59).

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

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 59 of 255 = 23%

30
71
59

R + G + B ~ 21%. #1E473B is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 71 + 59 = 160 (100%)
R 30 of 160 ~ 18.75%
G 71 of 160 ~ 44.38%
B 59 of 160 ~ 36.88%

%18.75
%44.38
%36.88

CMYK color model

#1E473B color CMYK value is (58,0,17,72).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(58,0,17,72)
C58M0Y17K72 
(58%,0%,17%,72%)
(0.58/0.00/0.17/0.72)	

CMYK percentages

%57.75
%0
%16.9
%72.16

Codes

Color #1E473B in popluar color models

1E473B
RGB307159
HSL162°40.59%19.80%
HSB/HSV162°57.75%27.84%
CMYK57.75%0.00%16.90%
72.16%

Color #1E473B in popluar number systems.

HEX1E473B
Decimal307159
Binary111101000111111011
Octal3610773

Shades and tints

Shades of #1E473B

#1E473B
(30,71,59)
#1C4136
(28,65,54)
#1A3B31
(26,59,49)
#18352C
(24,53,44)
#162F27
(22,47,39)
#142922
(20,41,34)
#12231D
(18,35,29)
#101D18
(16,29,24)
#0E1713
(14,23,19)
#0C110E
(12,17,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #1E473B

#1E473B
(30,71,59)
#32574C
(50,87,76)
#46675D
(70,103,93)
#5A776E
(90,119,110)
#6E877F
(110,135,127)
#829790
(130,151,144)
#96A7A1
(150,167,161)
#AAB7B2
(170,183,178)
#BEC7C3
(190,199,195)
#D2D7D4
(210,215,212)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E473B; }

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

This text font color is #1E473B.


Background Color

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

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

This div background color is #1E473B.


Border color

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

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

This div border color is #1E473B.


Opacity

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

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

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

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

This text has shadow with #1E473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E473B on black background.


Color preview on white background

This text has color #1E473B on white background.



Black color preview on #1E473B background

This text has black color on #1E473B background.


White color preview on #1E473B background

This text has white color on #1E473B background.