COLOR #1E5E77

HEX: #1E5E77 RGB: (30,94,119)

Color info

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

RGB color model

#1E5E77 color RGB value is (30,94,119).

RGB: (30,94,119) (12%, 37%, 47%)

RGB channels and saturation

R 30 of 255 = 12%
G 94 of 255 = 37%
B 119 of 255 = 47%

30
94
119

R + G + B ~ 32%. #1E5E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 94 + 119 = 243 (100%)
R 30 of 243 ~ 12.35%
G 94 of 243 ~ 38.68%
B 119 of 243 ~ 48.97'%

%12.35
%38.68
%48.97

CMYK color model

#1E5E77 color CMYK value is (75,21,0,53).

  • cyan value is 74.79%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (75,21,0,53) C75M21Y0K53 (75%,21%,0%,53%) (0.75/0.21/0.00/0.53) 

CMYK percentages

%74.79
%21.01
%0
%53.33

Codes

Color #1E5E77 in popluar color models

1E 5E 77
RGB 30 94 119
HSL 197° 59.73% 29.22%
HSB/HSV 197° 74.79% 46.67%
CMYK 74.79% 21.01% 0.00%
53.33%

Color #1E5E77 in popluar number systems.

HEX 1E 5E 77
Decimal 30 94 119
Binary 11110 1011110 1110111
Octal 36 136 167

Shades and tints

Shades of #1E5E77

#1E5E77
(30,94,119)
#1C566D
(28,86,109)
#1A4E63
(26,78,99)
#184659
(24,70,89)
#163E4F
(22,62,79)
#143645
(20,54,69)
#122E3B
(18,46,59)
#102631
(16,38,49)
#0E1E27
(14,30,39)
#0C161D
(12,22,29)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #1E5E77

#1E5E77
(30,94,119)
#326C83
(50,108,131)
#467A8F
(70,122,143)
#5A889B
(90,136,155)
#6E96A7
(110,150,167)
#82A4B3
(130,164,179)
#96B2BF
(150,178,191)
#AAC0CB
(170,192,203)
#BECED7
(190,206,215)
#D2DCE3
(210,220,227)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5E77; }

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

This text font color is #1E5E77.

Background Color

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

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

This div background color is #1E5E77.

Border color

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

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

This div border color is #1E5E77.

Opacity

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

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

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

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

This text has shadow with #1E5E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E5E77.

Preview

Color preview on black background

This text has color #1E5E77 on black background.


Color preview on white background

This text has color #1E5E77 on white background.


Black color preview on #1E5E77 background

This text has black color on #1E5E77 background.


White color preview on #1E5E77 background

This text has white color on #1E5E77 background.


Related colors

Complementary color

Complementary color for #hex is #E1A188.


I love getcolorcode.com

Triadic colors

1 #771E5E and #5E771E with #1E5E77 are triadic colors.

2 #775E1E and #5E1E77 with #1E5E77 are triadic colors.