COLOR #506260

HEX: #506260
RGB: (80,98,96)

Color info

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

RGB color model

#506260 color RGB value is (80,98,96).

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

RGB channels and saturation

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

80
98
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 96 = 274 (100%)
R 80 of 274 ~ 29.2%
G 98 of 274 ~ 35.77%
B 96 of 274 ~ 35.04%

%29.2
%35.77
%35.04

CMYK color model

#506260 color CMYK value is (18,0,2,62).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 61.57%
CMYK:
(18,0,2,62)
C18M0Y2K62 
(18%,0%,2%,62%)
(0.18/0.00/0.02/0.62)	

CMYK percentages

%18.37
%0
%2.04
%61.57

Codes

Color #506260 in popluar color models

506260
RGB809896
HSL173°10.11%34.90%
HSB/HSV173°18.37%38.43%
CMYK18.37%0.00%2.04%
61.57%

Color #506260 in popluar number systems.

HEX506260
Decimal809896
Binary101000011000101100000
Octal120142140

Shades and tints

Shades of #506260

#506260
(80,98,96)
#495A58
(73,90,88)
#425250
(66,82,80)
#3B4A48
(59,74,72)
#344240
(52,66,64)
#2D3A38
(45,58,56)
#263230
(38,50,48)
#1F2A28
(31,42,40)
#182220
(24,34,32)
#111A18
(17,26,24)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #506260

#506260
(80,98,96)
#5F706E
(95,112,110)
#6E7E7C
(110,126,124)
#7D8C8A
(125,140,138)
#8C9A98
(140,154,152)
#9BA8A6
(155,168,166)
#AAB6B4
(170,182,180)
#B9C4C2
(185,196,194)
#C8D2D0
(200,210,208)
#D7E0DE
(215,224,222)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506260; }

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

This text font color is #506260.


Background Color

.myBgColor { background-color: #506260; }

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

This div background color is #506260.


Border color

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

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

This div border color is #506260.


Opacity

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

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

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

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

This text has shadow with #506260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506260 on black background.


Color preview on white background

This text has color #506260 on white background.



Black color preview on #506260 background

This text has black color on #506260 background.


White color preview on #506260 background

This text has white color on #506260 background.