COLOR #1E5C72

HEX: #1E5C72
RGB: (30,92,114)

Color info

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

RGB color model

#1E5C72 color RGB value is (30,92,114).

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

RGB channels and saturation

R 30 of 255 = 12%
G 92 of 255 = 36%
B 114 of 255 = 45%

30
92
114

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

Portions of RGB colors in percentages

R + G + B =
30 + 92 + 114 = 236 (100%)
R 30 of 236 ~ 12.71%
G 92 of 236 ~ 38.98%
B 114 of 236 ~ 48.31%

%12.71
%38.98
%48.31

CMYK color model

#1E5C72 color CMYK value is (74,19,0,55).

  • cyan value is 73.68%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(74,19,0,55)
C74M19Y0K55 
(74%,19%,0%,55%)
(0.74/0.19/0.00/0.55)	

CMYK percentages

%73.68
%19.3
%0
%55.29

Codes

Color #1E5C72 in popluar color models

1E5C72
RGB3092114
HSL196°58.33%28.24%
HSB/HSV196°73.68%44.71%
CMYK73.68%19.30%0.00%
55.29%

Color #1E5C72 in popluar number systems.

HEX1E5C72
Decimal3092114
Binary1111010111001110010
Octal36134162

Shades and tints

Shades of #1E5C72

#1E5C72
(30,92,114)
#1C5468
(28,84,104)
#1A4C5E
(26,76,94)
#184454
(24,68,84)
#163C4A
(22,60,74)
#143440
(20,52,64)
#122C36
(18,44,54)
#10242C
(16,36,44)
#0E1C22
(14,28,34)
#0C1418
(12,20,24)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #1E5C72

#1E5C72
(30,92,114)
#326A7E
(50,106,126)
#46788A
(70,120,138)
#5A8696
(90,134,150)
#6E94A2
(110,148,162)
#82A2AE
(130,162,174)
#96B0BA
(150,176,186)
#AABEC6
(170,190,198)
#BECCD2
(190,204,210)
#D2DADE
(210,218,222)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5C72; }

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

This text font color is #1E5C72.


Background Color

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

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

This div background color is #1E5C72.


Border color

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

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

This div border color is #1E5C72.


Opacity

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

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

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

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

This text has shadow with #1E5C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5C72 on black background.


Color preview on white background

This text has color #1E5C72 on white background.



Black color preview on #1E5C72 background

This text has black color on #1E5C72 background.


White color preview on #1E5C72 background

This text has white color on #1E5C72 background.