COLOR #507E9F

HEX: #507E9F
RGB: (80,126,159)

Color info

#507E9F contains mainly green and blue colors. Web safe color of #507E9F is #666699 (or #669).

RGB color model

#507E9F color RGB value is (80,126,159).

  • red value is 80;
  • green value is 126;
  • blue value is 159.
RGB:
(80,126,159)
(31%,49%,62%)

RGB channels and saturation

R 80 of 255 = 31%
G 126 of 255 = 49%
B 159 of 255 = 62%

80
126
159

R + G + B ~ 47%. #507E9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 126 + 159 = 365 (100%)
R 80 of 365 ~ 21.92%
G 126 of 365 ~ 34.52%
B 159 of 365 ~ 43.56%

%21.92
%34.52
%43.56

CMYK color model

#507E9F color CMYK value is (50,21,0,38).

  • cyan value is 49.69%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(50,21,0,38)
C50M21Y0K38 
(50%,21%,0%,38%)
(0.50/0.21/0.00/0.38)	

CMYK percentages

%49.69
%20.75
%0
%37.65

Codes

Color #507E9F in popluar color models

507E9F
RGB80126159
HSL205°33.05%46.86%
HSB/HSV205°49.69%62.35%
CMYK49.69%20.75%0.00%
37.65%

Color #507E9F in popluar number systems.

HEX507E9F
Decimal80126159
Binary1010000111111010011111
Octal120176237

Shades and tints

Shades of #507E9F

#507E9F
(80,126,159)
#497391
(73,115,145)
#426883
(66,104,131)
#3B5D75
(59,93,117)
#345267
(52,82,103)
#2D4759
(45,71,89)
#263C4B
(38,60,75)
#1F313D
(31,49,61)
#18262F
(24,38,47)
#111B21
(17,27,33)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #507E9F

#507E9F
(80,126,159)
#5F89A7
(95,137,167)
#6E94AF
(110,148,175)
#7D9FB7
(125,159,183)
#8CAABF
(140,170,191)
#9BB5C7
(155,181,199)
#AAC0CF
(170,192,207)
#B9CBD7
(185,203,215)
#C8D6DF
(200,214,223)
#D7E1E7
(215,225,231)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507E9F color. Also use rgb(80,126,159) instead hex code.

Text Font Color

.myTextColor { color: #507E9F; }

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

This text font color is #507E9F.


Background Color

.myBgColor { background-color: #507E9F; }

<div style="background-color:#507E9F">Inner text</div>

This div background color is #507E9F.


Border color

.myBorderColor { border: 1px solid #507E9F; }

<div style="border:3px solid #507E9F">Div</div>

This div border color is #507E9F.


Opacity

.myOpacity80 { color: #507E9F; opacity: 0.8; }

<p style="color:#507E9F;opacity:0.8;">80%</p>

Text with #507E9F 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 #507E9F;}

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

This text has shadow with #507E9F color.

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

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

This text has shadow with #507E9F primary color and red secondary color.


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

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

This text has shadow with #507E9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507E9F on black background.


Color preview on white background

This text has color #507E9F on white background.



Black color preview on #507E9F background

This text has black color on #507E9F background.


White color preview on #507E9F background

This text has white color on #507E9F background.