COLOR #507560

HEX: #507560
RGB: (80,117,96)

Color info

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

RGB color model

#507560 color RGB value is (80,117,96).

  • red value is 80;
  • green value is 117;
  • blue value is 96.
RGB:
(80,117,96)
(31%,46%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 96 of 255 = 38%

80
117
96

R + G + B ~ 38%. #507560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 96 = 293 (100%)
R 80 of 293 ~ 27.3%
G 117 of 293 ~ 39.93%
B 96 of 293 ~ 32.76%

%27.3
%39.93
%32.76

CMYK color model

#507560 color CMYK value is (32,0,18,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(32,0,18,54)
C32M0Y18K54 
(32%,0%,18%,54%)
(0.32/0.00/0.18/0.54)	

CMYK percentages

%31.62
%0
%17.95
%54.12

Codes

Color #507560 in popluar color models

507560
RGB8011796
HSL146°18.78%38.63%
HSB/HSV146°31.62%45.88%
CMYK31.62%0.00%17.95%
54.12%

Color #507560 in popluar number systems.

HEX507560
Decimal8011796
Binary101000011101011100000
Octal120165140

Shades and tints

Shades of #507560

#507560
(80,117,96)
#496B58
(73,107,88)
#426150
(66,97,80)
#3B5748
(59,87,72)
#344D40
(52,77,64)
#2D4338
(45,67,56)
#263930
(38,57,48)
#1F2F28
(31,47,40)
#182520
(24,37,32)
#111B18
(17,27,24)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #507560

#507560
(80,117,96)
#5F816E
(95,129,110)
#6E8D7C
(110,141,124)
#7D998A
(125,153,138)
#8CA598
(140,165,152)
#9BB1A6
(155,177,166)
#AABDB4
(170,189,180)
#B9C9C2
(185,201,194)
#C8D5D0
(200,213,208)
#D7E1DE
(215,225,222)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507560 color. Also use rgb(80,117,96) instead hex code.

Text Font Color

.myTextColor { color: #507560; }

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

This text font color is #507560.


Background Color

.myBgColor { background-color: #507560; }

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

This div background color is #507560.


Border color

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

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

This div border color is #507560.


Opacity

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

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

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

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

This text has shadow with #507560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507560 on black background.


Color preview on white background

This text has color #507560 on white background.



Black color preview on #507560 background

This text has black color on #507560 background.


White color preview on #507560 background

This text has white color on #507560 background.