COLOR #506060

HEX: #506060
RGB: (80,96,96)

Color info

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

RGB color model

#506060 color RGB value is (80,96,96).

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

RGB channels and saturation

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

80
96
96

R + G + B ~ 36%. #506060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 96 = 272 (100%)
R 80 of 272 ~ 29.41%
G 96 of 272 ~ 35.29%
B 96 of 272 ~ 35.29%

%29.41
%35.29
%35.29

CMYK color model

#506060 color CMYK value is (17,0,0,62).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,0,0,62)
C17M0Y0K62 
(17%,0%,0%,62%)
(0.17/0.00/0.00/0.62)	

CMYK percentages

%16.67
%0
%0
%62.35

Codes

Color #506060 in popluar color models

506060
RGB809696
HSL180°9.09%34.51%
HSB/HSV180°16.67%37.65%
CMYK16.67%0.00%0.00%
62.35%

Color #506060 in popluar number systems.

HEX506060
Decimal809696
Binary101000011000001100000
Octal120140140

Shades and tints

Shades of #506060

#506060
(80,96,96)
#495858
(73,88,88)
#425050
(66,80,80)
#3B4848
(59,72,72)
#344040
(52,64,64)
#2D3838
(45,56,56)
#263030
(38,48,48)
#1F2828
(31,40,40)
#182020
(24,32,32)
#111818
(17,24,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #506060

#506060
(80,96,96)
#5F6E6E
(95,110,110)
#6E7C7C
(110,124,124)
#7D8A8A
(125,138,138)
#8C9898
(140,152,152)
#9BA6A6
(155,166,166)
#AAB4B4
(170,180,180)
#B9C2C2
(185,194,194)
#C8D0D0
(200,208,208)
#D7DEDE
(215,222,222)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506060; }

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

This text font color is #506060.


Background Color

.myBgColor { background-color: #506060; }

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

This div background color is #506060.


Border color

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

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

This div border color is #506060.


Opacity

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

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

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

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

This text has shadow with #506060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506060 on black background.


Color preview on white background

This text has color #506060 on white background.



Black color preview on #506060 background

This text has black color on #506060 background.


White color preview on #506060 background

This text has white color on #506060 background.