COLOR #506460

HEX: #506460
RGB: (80,100,96)

Color info

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

RGB color model

#506460 color RGB value is (80,100,96).

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

RGB channels and saturation

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

80
100
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 96 = 276 (100%)
R 80 of 276 ~ 28.99%
G 100 of 276 ~ 36.23%
B 96 of 276 ~ 34.78%

%28.99
%36.23
%34.78

CMYK color model

#506460 color CMYK value is (20,0,4,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 60.78%
CMYK:
(20,0,4,61)
C20M0Y4K61 
(20%,0%,4%,61%)
(0.20/0.00/0.04/0.61)	

CMYK percentages

%20
%0
%4
%60.78

Codes

Color #506460 in popluar color models

506460
RGB8010096
HSL168°11.11%35.29%
HSB/HSV168°20.00%39.22%
CMYK20.00%0.00%4.00%
60.78%

Color #506460 in popluar number systems.

HEX506460
Decimal8010096
Binary101000011001001100000
Octal120144140

Shades and tints

Shades of #506460

#506460
(80,100,96)
#495B58
(73,91,88)
#425250
(66,82,80)
#3B4948
(59,73,72)
#344040
(52,64,64)
#2D3738
(45,55,56)
#262E30
(38,46,48)
#1F2528
(31,37,40)
#181C20
(24,28,32)
#111318
(17,19,24)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #506460

#506460
(80,100,96)
#5F726E
(95,114,110)
#6E807C
(110,128,124)
#7D8E8A
(125,142,138)
#8C9C98
(140,156,152)
#9BAAA6
(155,170,166)
#AAB8B4
(170,184,180)
#B9C6C2
(185,198,194)
#C8D4D0
(200,212,208)
#D7E2DE
(215,226,222)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506460; }

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

This text font color is #506460.


Background Color

.myBgColor { background-color: #506460; }

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

This div background color is #506460.


Border color

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

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

This div border color is #506460.


Opacity

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

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

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

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

This text has shadow with #506460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506460 on black background.


Color preview on white background

This text has color #506460 on white background.



Black color preview on #506460 background

This text has black color on #506460 background.


White color preview on #506460 background

This text has white color on #506460 background.