COLOR #507F8B

HEX: #507F8B
RGB: (80,127,139)

Color info

#507F8B contains red, green and blue colors in about the same proportion. Web safe color of #507F8B is #666699 (or #669).

RGB color model

#507F8B color RGB value is (80,127,139).

  • red value is 80;
  • green value is 127;
  • blue value is 139.
RGB:
(80,127,139)
(31%,50%,55%)

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 139 of 255 = 55%

80
127
139

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

Portions of RGB colors in percentages

R + G + B =
80 + 127 + 139 = 346 (100%)
R 80 of 346 ~ 23.12%
G 127 of 346 ~ 36.71%
B 139 of 346 ~ 40.17%

%23.12
%36.71
%40.17

CMYK color model

#507F8B color CMYK value is (42,9,0,45).

  • cyan value is 42.45%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(42,9,0,45)
C42M9Y0K45 
(42%,9%,0%,45%)
(0.42/0.09/0.00/0.45)	

CMYK percentages

%42.45
%8.63
%0
%45.49

Codes

Color #507F8B in popluar color models

507F8B
RGB80127139
HSL192°26.94%42.94%
HSB/HSV192°42.45%54.51%
CMYK42.45%8.63%0.00%
45.49%

Color #507F8B in popluar number systems.

HEX507F8B
Decimal80127139
Binary1010000111111110001011
Octal120177213

Shades and tints

Shades of #507F8B

#507F8B
(80,127,139)
#49747F
(73,116,127)
#426973
(66,105,115)
#3B5E67
(59,94,103)
#34535B
(52,83,91)
#2D484F
(45,72,79)
#263D43
(38,61,67)
#1F3237
(31,50,55)
#18272B
(24,39,43)
#111C1F
(17,28,31)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #507F8B

#507F8B
(80,127,139)
#5F8A95
(95,138,149)
#6E959F
(110,149,159)
#7DA0A9
(125,160,169)
#8CABB3
(140,171,179)
#9BB6BD
(155,182,189)
#AAC1C7
(170,193,199)
#B9CCD1
(185,204,209)
#C8D7DB
(200,215,219)
#D7E2E5
(215,226,229)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507F8B color. Also use rgb(80,127,139) instead hex code.

Text Font Color

.myTextColor { color: #507F8B; }

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

This text font color is #507F8B.


Background Color

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

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

This div background color is #507F8B.


Border color

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

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

This div border color is #507F8B.


Opacity

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

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

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

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

This text has shadow with #507F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507F8B on black background.


Color preview on white background

This text has color #507F8B on white background.



Black color preview on #507F8B background

This text has black color on #507F8B background.


White color preview on #507F8B background

This text has white color on #507F8B background.