COLOR #1E5A58

HEX: #1E5A58
RGB: (30,90,88)

Color info

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

RGB color model

#1E5A58 color RGB value is (30,90,88).

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

RGB channels and saturation

R 30 of 255 = 12%
G 90 of 255 = 35%
B 88 of 255 = 35%

30
90
88

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

Portions of RGB colors in percentages

R + G + B =
30 + 90 + 88 = 208 (100%)
R 30 of 208 ~ 14.42%
G 90 of 208 ~ 43.27%
B 88 of 208 ~ 42.31%

%14.42
%43.27
%42.31

CMYK color model

#1E5A58 color CMYK value is (67,0,2,65).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 64.71%
CMYK:
(67,0,2,65)
C67M0Y2K65 
(67%,0%,2%,65%)
(0.67/0.00/0.02/0.65)	

CMYK percentages

%66.67
%0
%2.22
%64.71

Codes

Color #1E5A58 in popluar color models

1E5A58
RGB309088
HSL178°50.00%23.53%
HSB/HSV178°66.67%35.29%
CMYK66.67%0.00%2.22%
64.71%

Color #1E5A58 in popluar number systems.

HEX1E5A58
Decimal309088
Binary1111010110101011000
Octal36132130

Shades and tints

Shades of #1E5A58

#1E5A58
(30,90,88)
#1C5250
(28,82,80)
#1A4A48
(26,74,72)
#184240
(24,66,64)
#163A38
(22,58,56)
#143230
(20,50,48)
#122A28
(18,42,40)
#102220
(16,34,32)
#0E1A18
(14,26,24)
#0C1210
(12,18,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #1E5A58

#1E5A58
(30,90,88)
#326967
(50,105,103)
#467876
(70,120,118)
#5A8785
(90,135,133)
#6E9694
(110,150,148)
#82A5A3
(130,165,163)
#96B4B2
(150,180,178)
#AAC3C1
(170,195,193)
#BED2D0
(190,210,208)
#D2E1DF
(210,225,223)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5A58; }

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

This text font color is #1E5A58.


Background Color

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

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

This div background color is #1E5A58.


Border color

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

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

This div border color is #1E5A58.


Opacity

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

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

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

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

This text has shadow with #1E5A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5A58 on black background.


Color preview on white background

This text has color #1E5A58 on white background.



Black color preview on #1E5A58 background

This text has black color on #1E5A58 background.


White color preview on #1E5A58 background

This text has white color on #1E5A58 background.