COLOR #505168

HEX: #505168
RGB: (80,81,104)

Color info

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

RGB color model

#505168 color RGB value is (80,81,104).

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

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 104 of 255 = 41%

80
81
104

R + G + B ~ 35%. #505168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 104 = 265 (100%)
R 80 of 265 ~ 30.19%
G 81 of 265 ~ 30.57%
B 104 of 265 ~ 39.25%

%30.19
%30.57
%39.25

CMYK color model

#505168 color CMYK value is (23,22,0,59).

  • cyan value is 23.08%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(23,22,0,59)
C23M22Y0K59 
(23%,22%,0%,59%)
(0.23/0.22/0.00/0.59)	

CMYK percentages

%23.08
%22.12
%0
%59.22

Codes

Color #505168 in popluar color models

505168
RGB8081104
HSL238°13.04%36.08%
HSB/HSV238°23.08%40.78%
CMYK23.08%22.12%0.00%
59.22%

Color #505168 in popluar number systems.

HEX505168
Decimal8081104
Binary101000010100011101000
Octal120121150

Shades and tints

Shades of #505168

#505168
(80,81,104)
#494A5F
(73,74,95)
#424356
(66,67,86)
#3B3C4D
(59,60,77)
#343544
(52,53,68)
#2D2E3B
(45,46,59)
#262732
(38,39,50)
#1F2029
(31,32,41)
#181920
(24,25,32)
#111217
(17,18,23)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #505168

#505168
(80,81,104)
#5F6075
(95,96,117)
#6E6F82
(110,111,130)
#7D7E8F
(125,126,143)
#8C8D9C
(140,141,156)
#9B9CA9
(155,156,169)
#AAABB6
(170,171,182)
#B9BAC3
(185,186,195)
#C8C9D0
(200,201,208)
#D7D8DD
(215,216,221)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505168; }

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

This text font color is #505168.


Background Color

.myBgColor { background-color: #505168; }

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

This div background color is #505168.


Border color

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

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

This div border color is #505168.


Opacity

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

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

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

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

This text has shadow with #505168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505168 on black background.


Color preview on white background

This text has color #505168 on white background.



Black color preview on #505168 background

This text has black color on #505168 background.


White color preview on #505168 background

This text has white color on #505168 background.