COLOR #507B5F

HEX: #507B5F
RGB: (80,123,95)

Color info

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

RGB color model

#507B5F color RGB value is (80,123,95).

  • red value is 80;
  • green value is 123;
  • blue value is 95.
RGB:
(80,123,95)
(31%,48%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 123 of 255 = 48%
B 95 of 255 = 37%

80
123
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 123 + 95 = 298 (100%)
R 80 of 298 ~ 26.85%
G 123 of 298 ~ 41.28%
B 95 of 298 ~ 31.88%

%26.85
%41.28
%31.88

CMYK color model

#507B5F color CMYK value is (35,0,23,52).

  • cyan value is 34.96%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(35,0,23,52)
C35M0Y23K52 
(35%,0%,23%,52%)
(0.35/0.00/0.23/0.52)	

CMYK percentages

%34.96
%0
%22.76
%51.76

Codes

Color #507B5F in popluar color models

507B5F
RGB8012395
HSL141°21.18%39.80%
HSB/HSV141°34.96%48.24%
CMYK34.96%0.00%22.76%
51.76%

Color #507B5F in popluar number systems.

HEX507B5F
Decimal8012395
Binary101000011110111011111
Octal120173137

Shades and tints

Shades of #507B5F

#507B5F
(80,123,95)
#497057
(73,112,87)
#42654F
(66,101,79)
#3B5A47
(59,90,71)
#344F3F
(52,79,63)
#2D4437
(45,68,55)
#26392F
(38,57,47)
#1F2E27
(31,46,39)
#18231F
(24,35,31)
#111817
(17,24,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #507B5F

#507B5F
(80,123,95)
#5F876D
(95,135,109)
#6E937B
(110,147,123)
#7D9F89
(125,159,137)
#8CAB97
(140,171,151)
#9BB7A5
(155,183,165)
#AAC3B3
(170,195,179)
#B9CFC1
(185,207,193)
#C8DBCF
(200,219,207)
#D7E7DD
(215,231,221)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507B5F; }

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

This text font color is #507B5F.


Background Color

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

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

This div background color is #507B5F.


Border color

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

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

This div border color is #507B5F.


Opacity

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

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

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

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

This text has shadow with #507B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507B5F on black background.


Color preview on white background

This text has color #507B5F on white background.



Black color preview on #507B5F background

This text has black color on #507B5F background.


White color preview on #507B5F background

This text has white color on #507B5F background.