COLOR #507876

HEX: #507876
RGB: (80,120,118)

Color info

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

RGB color model

#507876 color RGB value is (80,120,118).

  • red value is 80;
  • green value is 120;
  • blue value is 118.
RGB:
(80,120,118)
(31%,47%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 118 of 255 = 46%

80
120
118

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

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 118 = 318 (100%)
R 80 of 318 ~ 25.16%
G 120 of 318 ~ 37.74%
B 118 of 318 ~ 37.11%

%25.16
%37.74
%37.11

CMYK color model

#507876 color CMYK value is (33,0,2,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(33,0,2,53)
C33M0Y2K53 
(33%,0%,2%,53%)
(0.33/0.00/0.02/0.53)	

CMYK percentages

%33.33
%0
%1.67
%52.94

Codes

Color #507876 in popluar color models

507876
RGB80120118
HSL177°20.00%39.22%
HSB/HSV177°33.33%47.06%
CMYK33.33%0.00%1.67%
52.94%

Color #507876 in popluar number systems.

HEX507876
Decimal80120118
Binary101000011110001110110
Octal120170166

Shades and tints

Shades of #507876

#507876
(80,120,118)
#496E6C
(73,110,108)
#426462
(66,100,98)
#3B5A58
(59,90,88)
#34504E
(52,80,78)
#2D4644
(45,70,68)
#263C3A
(38,60,58)
#1F3230
(31,50,48)
#182826
(24,40,38)
#111E1C
(17,30,28)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #507876

#507876
(80,120,118)
#5F8482
(95,132,130)
#6E908E
(110,144,142)
#7D9C9A
(125,156,154)
#8CA8A6
(140,168,166)
#9BB4B2
(155,180,178)
#AAC0BE
(170,192,190)
#B9CCCA
(185,204,202)
#C8D8D6
(200,216,214)
#D7E4E2
(215,228,226)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507876 color. Also use rgb(80,120,118) instead hex code.

Text Font Color

.myTextColor { color: #507876; }

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

This text font color is #507876.


Background Color

.myBgColor { background-color: #507876; }

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

This div background color is #507876.


Border color

.myBorderColor { border: 1px solid #507876; }

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

This div border color is #507876.


Opacity

.myOpacity80 { color: #507876; opacity: 0.8; }

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

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

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

This text has shadow with #507876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507876 on black background.


Color preview on white background

This text has color #507876 on white background.



Black color preview on #507876 background

This text has black color on #507876 background.


White color preview on #507876 background

This text has white color on #507876 background.