COLOR #507F6D

HEX: #507F6D
RGB: (80,127,109)

Color info

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

RGB color model

#507F6D color RGB value is (80,127,109).

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

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 109 of 255 = 43%

80
127
109

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

Portions of RGB colors in percentages

R + G + B =
80 + 127 + 109 = 316 (100%)
R 80 of 316 ~ 25.32%
G 127 of 316 ~ 40.19%
B 109 of 316 ~ 34.49%

%25.32
%40.19
%34.49

CMYK color model

#507F6D color CMYK value is (37,0,14,50).

  • cyan value is 37.01%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 50.20%
CMYK:
(37,0,14,50)
C37M0Y14K50 
(37%,0%,14%,50%)
(0.37/0.00/0.14/0.50)	

CMYK percentages

%37.01
%0
%14.17
%50.2

Codes

Color #507F6D in popluar color models

507F6D
RGB80127109
HSL157°22.71%40.59%
HSB/HSV157°37.01%49.80%
CMYK37.01%0.00%14.17%
50.20%

Color #507F6D in popluar number systems.

HEX507F6D
Decimal80127109
Binary101000011111111101101
Octal120177155

Shades and tints

Shades of #507F6D

#507F6D
(80,127,109)
#497464
(73,116,100)
#42695B
(66,105,91)
#3B5E52
(59,94,82)
#345349
(52,83,73)
#2D4840
(45,72,64)
#263D37
(38,61,55)
#1F322E
(31,50,46)
#182725
(24,39,37)
#111C1C
(17,28,28)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #507F6D

#507F6D
(80,127,109)
#5F8A7A
(95,138,122)
#6E9587
(110,149,135)
#7DA094
(125,160,148)
#8CABA1
(140,171,161)
#9BB6AE
(155,182,174)
#AAC1BB
(170,193,187)
#B9CCC8
(185,204,200)
#C8D7D5
(200,215,213)
#D7E2E2
(215,226,226)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F6D; }

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

This text font color is #507F6D.


Background Color

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

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

This div background color is #507F6D.


Border color

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

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

This div border color is #507F6D.


Opacity

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

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

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

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

This text has shadow with #507F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507F6D on black background.


Color preview on white background

This text has color #507F6D on white background.



Black color preview on #507F6D background

This text has black color on #507F6D background.


White color preview on #507F6D background

This text has white color on #507F6D background.