COLOR #1E5C6F

HEX: #1E5C6F
RGB: (30,92,111)

Color info

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

RGB color model

#1E5C6F color RGB value is (30,92,111).

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

RGB channels and saturation

R 30 of 255 = 12%
G 92 of 255 = 36%
B 111 of 255 = 44%

30
92
111

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

Portions of RGB colors in percentages

R + G + B =
30 + 92 + 111 = 233 (100%)
R 30 of 233 ~ 12.88%
G 92 of 233 ~ 39.48%
B 111 of 233 ~ 47.64%

%12.88
%39.48
%47.64

CMYK color model

#1E5C6F color CMYK value is (73,17,0,56).

  • cyan value is 72.97%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(73,17,0,56)
C73M17Y0K56 
(73%,17%,0%,56%)
(0.73/0.17/0.00/0.56)	

CMYK percentages

%72.97
%17.12
%0
%56.47

Codes

Color #1E5C6F in popluar color models

1E5C6F
RGB3092111
HSL194°57.45%27.65%
HSB/HSV194°72.97%43.53%
CMYK72.97%17.12%0.00%
56.47%

Color #1E5C6F in popluar number systems.

HEX1E5C6F
Decimal3092111
Binary1111010111001101111
Octal36134157

Shades and tints

Shades of #1E5C6F

#1E5C6F
(30,92,111)
#1C5465
(28,84,101)
#1A4C5B
(26,76,91)
#184451
(24,68,81)
#163C47
(22,60,71)
#14343D
(20,52,61)
#122C33
(18,44,51)
#102429
(16,36,41)
#0E1C1F
(14,28,31)
#0C1415
(12,20,21)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #1E5C6F

#1E5C6F
(30,92,111)
#326A7C
(50,106,124)
#467889
(70,120,137)
#5A8696
(90,134,150)
#6E94A3
(110,148,163)
#82A2B0
(130,162,176)
#96B0BD
(150,176,189)
#AABECA
(170,190,202)
#BECCD7
(190,204,215)
#D2DAE4
(210,218,228)
#E6E8F1
(230,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5C6F; }

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

This text font color is #1E5C6F.


Background Color

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

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

This div background color is #1E5C6F.


Border color

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

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

This div border color is #1E5C6F.


Opacity

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

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

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

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

This text has shadow with #1E5C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5C6F on black background.


Color preview on white background

This text has color #1E5C6F on white background.



Black color preview on #1E5C6F background

This text has black color on #1E5C6F background.


White color preview on #1E5C6F background

This text has white color on #1E5C6F background.