COLOR #507F86

HEX: #507F86
RGB: (80,127,134)

Color info

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

RGB color model

#507F86 color RGB value is (80,127,134).

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

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 134 of 255 = 53%

80
127
134

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

Portions of RGB colors in percentages

R + G + B =
80 + 127 + 134 = 341 (100%)
R 80 of 341 ~ 23.46%
G 127 of 341 ~ 37.24%
B 134 of 341 ~ 39.3%

%23.46
%37.24
%39.3

CMYK color model

#507F86 color CMYK value is (40,5,0,47).

  • cyan value is 40.30%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,5,0,47)
C40M5Y0K47 
(40%,5%,0%,47%)
(0.40/0.05/0.00/0.47)	

CMYK percentages

%40.3
%5.22
%0
%47.45

Codes

Color #507F86 in popluar color models

507F86
RGB80127134
HSL188°25.23%41.96%
HSB/HSV188°40.30%52.55%
CMYK40.30%5.22%0.00%
47.45%

Color #507F86 in popluar number systems.

HEX507F86
Decimal80127134
Binary1010000111111110000110
Octal120177206

Shades and tints

Shades of #507F86

#507F86
(80,127,134)
#49747A
(73,116,122)
#42696E
(66,105,110)
#3B5E62
(59,94,98)
#345356
(52,83,86)
#2D484A
(45,72,74)
#263D3E
(38,61,62)
#1F3232
(31,50,50)
#182726
(24,39,38)
#111C1A
(17,28,26)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #507F86

#507F86
(80,127,134)
#5F8A91
(95,138,145)
#6E959C
(110,149,156)
#7DA0A7
(125,160,167)
#8CABB2
(140,171,178)
#9BB6BD
(155,182,189)
#AAC1C8
(170,193,200)
#B9CCD3
(185,204,211)
#C8D7DE
(200,215,222)
#D7E2E9
(215,226,233)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F86; }

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

This text font color is #507F86.


Background Color

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

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

This div background color is #507F86.


Border color

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

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

This div border color is #507F86.


Opacity

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

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

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

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

This text has shadow with #507F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507F86 on black background.


Color preview on white background

This text has color #507F86 on white background.



Black color preview on #507F86 background

This text has black color on #507F86 background.


White color preview on #507F86 background

This text has white color on #507F86 background.