COLOR #507F5F

HEX: #507F5F RGB: (80,127,95)

Color info

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

RGB color model

#507F5F color RGB value is (80,127,95).

RGB: (80,127,95) (31%, 50%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 95 of 255 = 37%

80
127
95

R + G + B ~ 39%. #507F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 127 + 95 = 302 (100%)
R 80 of 302 ~ 26.49%
G 127 of 302 ~ 42.05%
B 95 of 302 ~ 31.46'%

%26.49
%42.05
%31.46

CMYK color model

#507F5F color CMYK value is (37,0,25,50).

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

CMYK: (37,0,25,50)
C37M0Y25K50 (37%, 0%, 25%, 50%)
(0.37 / 0.00 / 0.25 / 0.50)

CMYK percentages

%37.01
%0
%25.2
%50.2

Codes

Color #507F5F in popluar color models

50 7F 5F
RGB 80 127 95
HSL 139° 22.71% 40.59%
HSB/HSV 139° 37.01% 49.80%
CMYK 37.01% 0.00% 25.20%
50.20%

Color #507F5F in popluar number systems.

HEX 50 7F 5F
Decimal 80 127 95
Binary 1010000 1111111 1011111
Octal 120 177 137

Shades and tints

Shades of #507F5F

#507F5F
(80,127,95)
#497457
(73,116,87)
#42694F
(66,105,79)
#3B5E47
(59,94,71)
#34533F
(52,83,63)
#2D4837
(45,72,55)
#263D2F
(38,61,47)
#1F3227
(31,50,39)
#18271F
(24,39,31)
#111C17
(17,28,23)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #507F5F

#507F5F
(80,127,95)
#5F8A6D
(95,138,109)
#6E957B
(110,149,123)
#7DA089
(125,160,137)
#8CAB97
(140,171,151)
#9BB6A5
(155,182,165)
#AAC1B3
(170,193,179)
#B9CCC1
(185,204,193)
#C8D7CF
(200,215,207)
#D7E2DD
(215,226,221)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F5F; }

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

This text font color is #507F5F.

Background Color

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

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

This div background color is #507F5F.

Border color

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

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

This div border color is #507F5F.

Opacity

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

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

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

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

This text has shadow with #507F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507F5F.

Preview

Color preview on black background

This text has color #507F5F on black background.


Color preview on white background

This text has color #507F5F on white background.


Black color preview on #507F5F background

This text has black color on #507F5F background.


White color preview on #507F5F background

This text has white color on #507F5F background.


Related colors

Complementary color

Complementary color for #hex is #AF80A0.


I love getcolorcode.com

Triadic colors

1 #5F507F and #7F5F50 with #507F5F are triadic colors.

2 #5F7F50 and #7F505F with #507F5F are triadic colors.