COLOR #506568

HEX: #506568
RGB: (80,101,104)

Color info

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

RGB color model

#506568 color RGB value is (80,101,104).

  • red value is 80;
  • green value is 101;
  • blue value is 104.
RGB:
(80,101,104)
(31%,40%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 104 of 255 = 41%

80
101
104

R + G + B ~ 37%. #506568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 104 = 285 (100%)
R 80 of 285 ~ 28.07%
G 101 of 285 ~ 35.44%
B 104 of 285 ~ 36.49%

%28.07
%35.44
%36.49

CMYK color model

#506568 color CMYK value is (23,3,0,59).

  • cyan value is 23.08%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(23,3,0,59)
C23M3Y0K59 
(23%,3%,0%,59%)
(0.23/0.03/0.00/0.59)	

CMYK percentages

%23.08
%2.88
%0
%59.22

Codes

Color #506568 in popluar color models

506568
RGB80101104
HSL188°13.04%36.08%
HSB/HSV188°23.08%40.78%
CMYK23.08%2.88%0.00%
59.22%

Color #506568 in popluar number systems.

HEX506568
Decimal80101104
Binary101000011001011101000
Octal120145150

Shades and tints

Shades of #506568

#506568
(80,101,104)
#495C5F
(73,92,95)
#425356
(66,83,86)
#3B4A4D
(59,74,77)
#344144
(52,65,68)
#2D383B
(45,56,59)
#262F32
(38,47,50)
#1F2629
(31,38,41)
#181D20
(24,29,32)
#111417
(17,20,23)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #506568

#506568
(80,101,104)
#5F7375
(95,115,117)
#6E8182
(110,129,130)
#7D8F8F
(125,143,143)
#8C9D9C
(140,157,156)
#9BABA9
(155,171,169)
#AAB9B6
(170,185,182)
#B9C7C3
(185,199,195)
#C8D5D0
(200,213,208)
#D7E3DD
(215,227,221)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506568; }

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

This text font color is #506568.


Background Color

.myBgColor { background-color: #506568; }

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

This div background color is #506568.


Border color

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

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

This div border color is #506568.


Opacity

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

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

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

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

This text has shadow with #506568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506568 on black background.


Color preview on white background

This text has color #506568 on white background.



Black color preview on #506568 background

This text has black color on #506568 background.


White color preview on #506568 background

This text has white color on #506568 background.