COLOR #504E68

HEX: #504E68
RGB: (80,78,104)

Color info

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

RGB color model

#504E68 color RGB value is (80,78,104).

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

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 104 of 255 = 41%

80
78
104

R + G + B ~ 34%. #504E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 104 = 262 (100%)
R 80 of 262 ~ 30.53%
G 78 of 262 ~ 29.77%
B 104 of 262 ~ 39.69%

%30.53
%29.77
%39.69

CMYK color model

#504E68 color CMYK value is (23,25,0,59).

  • cyan value is 23.08%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(23,25,0,59)
C23M25Y0K59 
(23%,25%,0%,59%)
(0.23/0.25/0.00/0.59)	

CMYK percentages

%23.08
%25
%0
%59.22

Codes

Color #504E68 in popluar color models

504E68
RGB8078104
HSL245°14.29%35.69%
HSB/HSV245°25.00%40.78%
CMYK23.08%25.00%0.00%
59.22%

Color #504E68 in popluar number systems.

HEX504E68
Decimal8078104
Binary101000010011101101000
Octal120116150

Shades and tints

Shades of #504E68

#504E68
(80,78,104)
#49475F
(73,71,95)
#424056
(66,64,86)
#3B394D
(59,57,77)
#343244
(52,50,68)
#2D2B3B
(45,43,59)
#262432
(38,36,50)
#1F1D29
(31,29,41)
#181620
(24,22,32)
#110F17
(17,15,23)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #504E68

#504E68
(80,78,104)
#5F5E75
(95,94,117)
#6E6E82
(110,110,130)
#7D7E8F
(125,126,143)
#8C8E9C
(140,142,156)
#9B9EA9
(155,158,169)
#AAAEB6
(170,174,182)
#B9BEC3
(185,190,195)
#C8CED0
(200,206,208)
#D7DEDD
(215,222,221)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E68; }

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

This text font color is #504E68.


Background Color

.myBgColor { background-color: #504E68; }

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

This div background color is #504E68.


Border color

.myBorderColor { border: 1px solid #504E68; }

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

This div border color is #504E68.


Opacity

.myOpacity80 { color: #504E68; opacity: 0.8; }

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

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

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

This text has shadow with #504E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E68 on black background.


Color preview on white background

This text has color #504E68 on white background.



Black color preview on #504E68 background

This text has black color on #504E68 background.


White color preview on #504E68 background

This text has white color on #504E68 background.