COLOR #1E5A57

HEX: #1E5A57
RGB: (30,90,87)

Color info

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

RGB color model

#1E5A57 color RGB value is (30,90,87).

  • red value is 30;
  • green value is 90;
  • blue value is 87.
RGB:
(30,90,87)
(12%,35%,34%)

RGB channels and saturation

R 30 of 255 = 12%
G 90 of 255 = 35%
B 87 of 255 = 34%

30
90
87

R + G + B ~ 27%. #1E5A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 90 + 87 = 207 (100%)
R 30 of 207 ~ 14.49%
G 90 of 207 ~ 43.48%
B 87 of 207 ~ 42.03%

%14.49
%43.48
%42.03

CMYK color model

#1E5A57 color CMYK value is (67,0,3,65).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(67,0,3,65)
C67M0Y3K65 
(67%,0%,3%,65%)
(0.67/0.00/0.03/0.65)	

CMYK percentages

%66.67
%0
%3.33
%64.71

Codes

Color #1E5A57 in popluar color models

1E5A57
RGB309087
HSL177°50.00%23.53%
HSB/HSV177°66.67%35.29%
CMYK66.67%0.00%3.33%
64.71%

Color #1E5A57 in popluar number systems.

HEX1E5A57
Decimal309087
Binary1111010110101010111
Octal36132127

Shades and tints

Shades of #1E5A57

#1E5A57
(30,90,87)
#1C5250
(28,82,80)
#1A4A49
(26,74,73)
#184242
(24,66,66)
#163A3B
(22,58,59)
#143234
(20,50,52)
#122A2D
(18,42,45)
#102226
(16,34,38)
#0E1A1F
(14,26,31)
#0C1218
(12,18,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #1E5A57

#1E5A57
(30,90,87)
#326966
(50,105,102)
#467875
(70,120,117)
#5A8784
(90,135,132)
#6E9693
(110,150,147)
#82A5A2
(130,165,162)
#96B4B1
(150,180,177)
#AAC3C0
(170,195,192)
#BED2CF
(190,210,207)
#D2E1DE
(210,225,222)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5A57 color. Also use rgb(30,90,87) instead hex code.

Text Font Color

.myTextColor { color: #1E5A57; }

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

This text font color is #1E5A57.


Background Color

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

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

This div background color is #1E5A57.


Border color

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

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

This div border color is #1E5A57.


Opacity

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

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

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

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

This text has shadow with #1E5A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5A57 on black background.


Color preview on white background

This text has color #1E5A57 on white background.



Black color preview on #1E5A57 background

This text has black color on #1E5A57 background.


White color preview on #1E5A57 background

This text has white color on #1E5A57 background.