COLOR #1E5E72

HEX: #1E5E72
RGB: (30,94,114)

Color info

#1E5E72 contains mainly green and blue colors. Web safe color of #1E5E72 is #336666 (or #366).

RGB color model

#1E5E72 color RGB value is (30,94,114).

  • red value is 30;
  • green value is 94;
  • blue value is 114.
RGB:
(30,94,114)
(12%,37%,45%)

RGB channels and saturation

R 30 of 255 = 12%
G 94 of 255 = 37%
B 114 of 255 = 45%

30
94
114

R + G + B ~ 31%. #1E5E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 94 + 114 = 238 (100%)
R 30 of 238 ~ 12.61%
G 94 of 238 ~ 39.5%
B 114 of 238 ~ 47.9%

%12.61
%39.5
%47.9

CMYK color model

#1E5E72 color CMYK value is (74,18,0,55).

  • cyan value is 73.68%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(74,18,0,55)
C74M18Y0K55 
(74%,18%,0%,55%)
(0.74/0.18/0.00/0.55)	

CMYK percentages

%73.68
%17.54
%0
%55.29

Codes

Color #1E5E72 in popluar color models

1E5E72
RGB3094114
HSL194°58.33%28.24%
HSB/HSV194°73.68%44.71%
CMYK73.68%17.54%0.00%
55.29%

Color #1E5E72 in popluar number systems.

HEX1E5E72
Decimal3094114
Binary1111010111101110010
Octal36136162

Shades and tints

Shades of #1E5E72

#1E5E72
(30,94,114)
#1C5668
(28,86,104)
#1A4E5E
(26,78,94)
#184654
(24,70,84)
#163E4A
(22,62,74)
#143640
(20,54,64)
#122E36
(18,46,54)
#10262C
(16,38,44)
#0E1E22
(14,30,34)
#0C1618
(12,22,24)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #1E5E72

#1E5E72
(30,94,114)
#326C7E
(50,108,126)
#467A8A
(70,122,138)
#5A8896
(90,136,150)
#6E96A2
(110,150,162)
#82A4AE
(130,164,174)
#96B2BA
(150,178,186)
#AAC0C6
(170,192,198)
#BECED2
(190,206,210)
#D2DCDE
(210,220,222)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5E72 color. Also use rgb(30,94,114) instead hex code.

Text Font Color

.myTextColor { color: #1E5E72; }

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

This text font color is #1E5E72.


Background Color

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

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

This div background color is #1E5E72.


Border color

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

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

This div border color is #1E5E72.


Opacity

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

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

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

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

This text has shadow with #1E5E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5E72 on black background.


Color preview on white background

This text has color #1E5E72 on white background.



Black color preview on #1E5E72 background

This text has black color on #1E5E72 background.


White color preview on #1E5E72 background

This text has white color on #1E5E72 background.