COLOR #505764

HEX: #505764
RGB: (80,87,100)

Color info

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

RGB color model

#505764 color RGB value is (80,87,100).

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

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 100 of 255 = 39%

80
87
100

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

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 100 = 267 (100%)
R 80 of 267 ~ 29.96%
G 87 of 267 ~ 32.58%
B 100 of 267 ~ 37.45%

%29.96
%32.58
%37.45

CMYK color model

#505764 color CMYK value is (20,13,0,61).

  • cyan value is 20.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(20,13,0,61)
C20M13Y0K61 
(20%,13%,0%,61%)
(0.20/0.13/0.00/0.61)	

CMYK percentages

%20
%13
%0
%60.78

Codes

Color #505764 in popluar color models

505764
RGB8087100
HSL219°11.11%35.29%
HSB/HSV219°20.00%39.22%
CMYK20.00%13.00%0.00%
60.78%

Color #505764 in popluar number systems.

HEX505764
Decimal8087100
Binary101000010101111100100
Octal120127144

Shades and tints

Shades of #505764

#505764
(80,87,100)
#49505B
(73,80,91)
#424952
(66,73,82)
#3B4249
(59,66,73)
#343B40
(52,59,64)
#2D3437
(45,52,55)
#262D2E
(38,45,46)
#1F2625
(31,38,37)
#181F1C
(24,31,28)
#111813
(17,24,19)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #505764

#505764
(80,87,100)
#5F6672
(95,102,114)
#6E7580
(110,117,128)
#7D848E
(125,132,142)
#8C939C
(140,147,156)
#9BA2AA
(155,162,170)
#AAB1B8
(170,177,184)
#B9C0C6
(185,192,198)
#C8CFD4
(200,207,212)
#D7DEE2
(215,222,226)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505764; }

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

This text font color is #505764.


Background Color

.myBgColor { background-color: #505764; }

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

This div background color is #505764.


Border color

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

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

This div border color is #505764.


Opacity

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

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

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

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

This text has shadow with #505764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505764 on black background.


Color preview on white background

This text has color #505764 on white background.



Black color preview on #505764 background

This text has black color on #505764 background.


White color preview on #505764 background

This text has white color on #505764 background.