COLOR #505F68

HEX: #505F68
RGB: (80,95,104)

Color info

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

RGB color model

#505F68 color RGB value is (80,95,104).

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

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 104 of 255 = 41%

80
95
104

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

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 104 = 279 (100%)
R 80 of 279 ~ 28.67%
G 95 of 279 ~ 34.05%
B 104 of 279 ~ 37.28%

%28.67
%34.05
%37.28

CMYK color model

#505F68 color CMYK value is (23,9,0,59).

  • cyan value is 23.08%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(23,9,0,59)
C23M9Y0K59 
(23%,9%,0%,59%)
(0.23/0.09/0.00/0.59)	

CMYK percentages

%23.08
%8.65
%0
%59.22

Codes

Color #505F68 in popluar color models

505F68
RGB8095104
HSL203°13.04%36.08%
HSB/HSV203°23.08%40.78%
CMYK23.08%8.65%0.00%
59.22%

Color #505F68 in popluar number systems.

HEX505F68
Decimal8095104
Binary101000010111111101000
Octal120137150

Shades and tints

Shades of #505F68

#505F68
(80,95,104)
#49575F
(73,87,95)
#424F56
(66,79,86)
#3B474D
(59,71,77)
#343F44
(52,63,68)
#2D373B
(45,55,59)
#262F32
(38,47,50)
#1F2729
(31,39,41)
#181F20
(24,31,32)
#111717
(17,23,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #505F68

#505F68
(80,95,104)
#5F6D75
(95,109,117)
#6E7B82
(110,123,130)
#7D898F
(125,137,143)
#8C979C
(140,151,156)
#9BA5A9
(155,165,169)
#AAB3B6
(170,179,182)
#B9C1C3
(185,193,195)
#C8CFD0
(200,207,208)
#D7DDDD
(215,221,221)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F68; }

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

This text font color is #505F68.


Background Color

.myBgColor { background-color: #505F68; }

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

This div background color is #505F68.


Border color

.myBorderColor { border: 1px solid #505F68; }

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

This div border color is #505F68.


Opacity

.myOpacity80 { color: #505F68; opacity: 0.8; }

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

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

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

This text has shadow with #505F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F68 on black background.


Color preview on white background

This text has color #505F68 on white background.



Black color preview on #505F68 background

This text has black color on #505F68 background.


White color preview on #505F68 background

This text has white color on #505F68 background.