COLOR #1E4237

HEX: #1E4237
RGB: (30,66,55)

Color info

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

RGB color model

#1E4237 color RGB value is (30,66,55).

  • red value is 30;
  • green value is 66;
  • blue value is 55.
RGB:
(30,66,55)
(12%,26%,22%)

RGB channels and saturation

R 30 of 255 = 12%
G 66 of 255 = 26%
B 55 of 255 = 22%

30
66
55

R + G + B ~ 20%. #1E4237 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 66 + 55 = 151 (100%)
R 30 of 151 ~ 19.87%
G 66 of 151 ~ 43.71%
B 55 of 151 ~ 36.42%

%19.87
%43.71
%36.42

CMYK color model

#1E4237 color CMYK value is (55,0,17,74).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 74.12%
CMYK:
(55,0,17,74)
C55M0Y17K74 
(55%,0%,17%,74%)
(0.55/0.00/0.17/0.74)	

CMYK percentages

%54.55
%0
%16.67
%74.12

Codes

Color #1E4237 in popluar color models

1E4237
RGB306655
HSL162°37.50%18.82%
HSB/HSV162°54.55%25.88%
CMYK54.55%0.00%16.67%
74.12%

Color #1E4237 in popluar number systems.

HEX1E4237
Decimal306655
Binary111101000010110111
Octal3610267

Shades and tints

Shades of #1E4237

#1E4237
(30,66,55)
#1C3C32
(28,60,50)
#1A362D
(26,54,45)
#183028
(24,48,40)
#162A23
(22,42,35)
#14241E
(20,36,30)
#121E19
(18,30,25)
#101814
(16,24,20)
#0E120F
(14,18,15)
#0C0C0A
(12,12,10)
#0A0605
(10,6,5)
#000000
(0,0,0)

Tints of #1E4237

#1E4237
(30,66,55)
#325349
(50,83,73)
#46645B
(70,100,91)
#5A756D
(90,117,109)
#6E867F
(110,134,127)
#829791
(130,151,145)
#96A8A3
(150,168,163)
#AAB9B5
(170,185,181)
#BECAC7
(190,202,199)
#D2DBD9
(210,219,217)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4237 color. Also use rgb(30,66,55) instead hex code.

Text Font Color

.myTextColor { color: #1E4237; }

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

This text font color is #1E4237.


Background Color

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

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

This div background color is #1E4237.


Border color

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

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

This div border color is #1E4237.


Opacity

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

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

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

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

This text has shadow with #1E4237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4237 on black background.


Color preview on white background

This text has color #1E4237 on white background.



Black color preview on #1E4237 background

This text has black color on #1E4237 background.


White color preview on #1E4237 background

This text has white color on #1E4237 background.