COLOR #1E473E

HEX: #1E473E
RGB: (30,71,62)

Color info

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

RGB color model

#1E473E color RGB value is (30,71,62).

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

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 62 of 255 = 24%

30
71
62

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

Portions of RGB colors in percentages

R + G + B =
30 + 71 + 62 = 163 (100%)
R 30 of 163 ~ 18.4%
G 71 of 163 ~ 43.56%
B 62 of 163 ~ 38.04%

%18.4
%43.56
%38.04

CMYK color model

#1E473E color CMYK value is (58,0,13,72).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(58,0,13,72)
C58M0Y13K72 
(58%,0%,13%,72%)
(0.58/0.00/0.13/0.72)	

CMYK percentages

%57.75
%0
%12.68
%72.16

Codes

Color #1E473E in popluar color models

1E473E
RGB307162
HSL167°40.59%19.80%
HSB/HSV167°57.75%27.84%
CMYK57.75%0.00%12.68%
72.16%

Color #1E473E in popluar number systems.

HEX1E473E
Decimal307162
Binary111101000111111110
Octal3610776

Shades and tints

Shades of #1E473E

#1E473E
(30,71,62)
#1C4139
(28,65,57)
#1A3B34
(26,59,52)
#18352F
(24,53,47)
#162F2A
(22,47,42)
#142925
(20,41,37)
#122320
(18,35,32)
#101D1B
(16,29,27)
#0E1716
(14,23,22)
#0C1111
(12,17,17)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #1E473E

#1E473E
(30,71,62)
#32574F
(50,87,79)
#466760
(70,103,96)
#5A7771
(90,119,113)
#6E8782
(110,135,130)
#829793
(130,151,147)
#96A7A4
(150,167,164)
#AAB7B5
(170,183,181)
#BEC7C6
(190,199,198)
#D2D7D7
(210,215,215)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E473E; }

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

This text font color is #1E473E.


Background Color

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

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

This div background color is #1E473E.


Border color

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

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

This div border color is #1E473E.


Opacity

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

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

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

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

This text has shadow with #1E473E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E473E on black background.


Color preview on white background

This text has color #1E473E on white background.



Black color preview on #1E473E background

This text has black color on #1E473E background.


White color preview on #1E473E background

This text has white color on #1E473E background.