COLOR #1E576E

HEX: #1E576E RGB: (30,87,110)

Color info

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

RGB color model

#1E576E color RGB value is (30,87,110).

RGB: (30,87,110) (12%, 34%, 43%)

RGB channels and saturation

R 30 of 255 = 12%
G 87 of 255 = 34%
B 110 of 255 = 43%

30
87
110

R + G + B ~ 30%. #1E576E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 87 + 110 = 227 (100%)
R 30 of 227 ~ 13.22%
G 87 of 227 ~ 38.33%
B 110 of 227 ~ 48.46'%

%13.22
%38.33
%48.46

CMYK color model

#1E576E color CMYK value is (73,21,0,57).

  • cyan value is 72.73%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (73,21,0,57)
C73M21Y0K57 (73%, 21%, 0%, 57%)
(0.73 / 0.21 / 0.00 / 0.57)

CMYK percentages

%72.73
%20.91
%0
%56.86

Codes

Color #1E576E in popluar color models

1E 57 6E
RGB 30 87 110
HSL 197° 57.14% 27.45%
HSB/HSV 197° 72.73% 43.14%
CMYK 72.73% 20.91% 0.00%
56.86%

Color #1E576E in popluar number systems.

HEX 1E 57 6E
Decimal 30 87 110
Binary 11110 1010111 1101110
Octal 36 127 156

Shades and tints

Shades of #1E576E

#1E576E
(30,87,110)
#1C5064
(28,80,100)
#1A495A
(26,73,90)
#184250
(24,66,80)
#163B46
(22,59,70)
#14343C
(20,52,60)
#122D32
(18,45,50)
#102628
(16,38,40)
#0E1F1E
(14,31,30)
#0C1814
(12,24,20)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #1E576E

#1E576E
(30,87,110)
#32667B
(50,102,123)
#467588
(70,117,136)
#5A8495
(90,132,149)
#6E93A2
(110,147,162)
#82A2AF
(130,162,175)
#96B1BC
(150,177,188)
#AAC0C9
(170,192,201)
#BECFD6
(190,207,214)
#D2DEE3
(210,222,227)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E576E; }

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

This text font color is #1E576E.

Background Color

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

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

This div background color is #1E576E.

Border color

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

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

This div border color is #1E576E.

Opacity

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

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

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

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

This text has shadow with #1E576E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E576E.

Preview

Color preview on black background

This text has color #1E576E on black background.


Color preview on white background

This text has color #1E576E on white background.


Black color preview on #1E576E background

This text has black color on #1E576E background.


White color preview on #1E576E background

This text has white color on #1E576E background.


Related colors

Complementary color

Complementary color for #hex is #E1A891.


I love getcolorcode.com

Triadic colors

1 #6E1E57 and #576E1E with #1E576E are triadic colors.

2 #6E571E and #571E6E with #1E576E are triadic colors.