HEX: #507EAE
RGB: (80,126,174)
#507EAE contains mainly green and blue colors. Web safe color of #507EAE is #666699 (or #669).
#507EAE color RGB value is (80,126,174).
RGB: (80,126,174)
(31%, 49%, 68%)
R 80 of 255 = 31%
G 126 of 255 = 49%
B 174 of 255 = 68%
R + G + B ~ 49%. #507EAE is middle color (not dark and not light).
R + G + B = 80 + 126 + 174 = 380 (100%)
R 80 of 380 ~ 21.05%
G 126 of 380 ~ 33.16%
B 174 of 380 ~ 45.79'%
#507EAE color CMYK value is (54,28,0,32).
CMYK: (54,28,0,32)
C54M28Y0K32 (54%, 28%, 0%, 32%)
(0.54 / 0.28 / 0.00 / 0.32)
Color #507EAE in popluar color models
50 | 7E | AE | |
---|---|---|---|
RGB | 80 | 126 | 174 |
HSL | 211° | 37.01% | 49.80% |
HSB/HSV | 211° | 54.02% | 68.24% |
CMYK | 54.02% | 27.59% | 0.00% |
31.76% |
Color #507EAE in popluar number systems.
HEX | 50 | 7E | AE |
Decimal | 80 | 126 | 174 |
Binary | 1010000 | 1111110 | 10101110 |
Octal | 120 | 176 | 256 |
Shades of #507EAE
Tints of #507EAE
Examples of css and html codes for elements with #507EAE color. Also use rgb(80,126,174) instead hex code.
.myTextColor { color: #507EAE; }
<p style="color:#507EAE">This sample text font color is #507EAE.</p>
This text font color is #507EAE.
.myBgColor { background-color: #507EAE; }
<div style="background-color:#507EAE">Inner text</div>
This div background color is #507EAE.
.myBorderColor { border: 1px solid #507EAE; }
<div style="border:3px solid #507EAE">Div</div>
This div border color is #507EAE.
.myOpacity80 { color: #507EAE; opacity: 0.8; }
<p style="color:#507EAE;opacity:0.8;">80%</p>
Text with #507EAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #507EAE;}
<p style="text-shadow: 3px 3px 1px #507EAE">Text here.</p>
This text has shadow with #507EAE color.
.textShadow {text-shadow: 3px 3px 1px #507EAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #507EAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #507EAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#507EAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#507EAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #507EAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #507EAE;
-webkit-box-shadow: 1px 1px 3px 2px #507EAE;
box-shadow: 1px 1px 3px 2px #507EAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #507EAE; -webkit-box-shadow: 1px 1px 3px 2px #507EAE; box-shadow:1px 1px 3px 2px #507EAE;">
Div content here
</div>
This text has color #507EAE on black background.
This text has color #507EAE on white background.
This text has black color on #507EAE background.
This text has white color on #507EAE background.
Complementary color for #hex is #AF8151.