COLOR #507F7B

HEX: #507F7B RGB: (80,127,123)

Color info

#507F7B contains red, green and blue colors in about the same proportion. Web safe color of #507F7B is #666666 (or #666).

RGB color model

#507F7B color RGB value is (80,127,123).

RGB: (80,127,123) (31%, 50%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 123 of 255 = 48%

80
127
123

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

Portions of RGB colors in percentages

R + G + B = 80 + 127 + 123 = 330 (100%)
R 80 of 330 ~ 24.24%
G 127 of 330 ~ 38.48%
B 123 of 330 ~ 37.27'%

%24.24
%38.48
%37.27

CMYK color model

#507F7B color CMYK value is (37,0,3,50).

  • cyan value is 37.01%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 50.20%

CMYK: (37,0,3,50)
C37M0Y3K50 (37%, 0%, 3%, 50%)
(0.37 / 0.00 / 0.03 / 0.50)

CMYK percentages

%37.01
%0
%3.15
%50.2

Codes

Color #507F7B in popluar color models

50 7F 7B
RGB 80 127 123
HSL 175° 22.71% 40.59%
HSB/HSV 175° 37.01% 49.80%
CMYK 37.01% 0.00% 3.15%
50.20%

Color #507F7B in popluar number systems.

HEX 50 7F 7B
Decimal 80 127 123
Binary 1010000 1111111 1111011
Octal 120 177 173

Shades and tints

Shades of #507F7B

#507F7B
(80,127,123)
#497470
(73,116,112)
#426965
(66,105,101)
#3B5E5A
(59,94,90)
#34534F
(52,83,79)
#2D4844
(45,72,68)
#263D39
(38,61,57)
#1F322E
(31,50,46)
#182723
(24,39,35)
#111C18
(17,28,24)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #507F7B

#507F7B
(80,127,123)
#5F8A87
(95,138,135)
#6E9593
(110,149,147)
#7DA09F
(125,160,159)
#8CABAB
(140,171,171)
#9BB6B7
(155,182,183)
#AAC1C3
(170,193,195)
#B9CCCF
(185,204,207)
#C8D7DB
(200,215,219)
#D7E2E7
(215,226,231)
#E6EDF3
(230,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F7B; }

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

This text font color is #507F7B.

Background Color

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

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

This div background color is #507F7B.

Border color

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

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

This div border color is #507F7B.

Opacity

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

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

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

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

This text has shadow with #507F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507F7B.

Preview

Color preview on black background

This text has color #507F7B on black background.


Color preview on white background

This text has color #507F7B on white background.


Black color preview on #507F7B background

This text has black color on #507F7B background.


White color preview on #507F7B background

This text has white color on #507F7B background.


Related colors

Complementary color

Complementary color for #hex is #AF8084.


I love getcolorcode.com

Triadic colors

1 #7B507F and #7F7B50 with #507F7B are triadic colors.

2 #7B7F50 and #7F507B with #507F7B are triadic colors.