COLOR #505752

HEX: #505752
RGB: (80,87,82)

Color info

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

RGB color model

#505752 color RGB value is (80,87,82).

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

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 82 of 255 = 32%

80
87
82

R + G + B ~ 32%. #505752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 82 = 249 (100%)
R 80 of 249 ~ 32.13%
G 87 of 249 ~ 34.94%
B 82 of 249 ~ 32.93%

%32.13
%34.94
%32.93

CMYK color model

#505752 color CMYK value is (8,0,6,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(8,0,6,66)
C8M0Y6K66 
(8%,0%,6%,66%)
(0.08/0.00/0.06/0.66)	

CMYK percentages

%8.05
%0
%5.75
%65.88

Codes

Color #505752 in popluar color models

505752
RGB808782
HSL137°4.19%32.75%
HSB/HSV137°8.05%34.12%
CMYK8.05%0.00%5.75%
65.88%

Color #505752 in popluar number systems.

HEX505752
Decimal808782
Binary101000010101111010010
Octal120127122

Shades and tints

Shades of #505752

#505752
(80,87,82)
#49504B
(73,80,75)
#424944
(66,73,68)
#3B423D
(59,66,61)
#343B36
(52,59,54)
#2D342F
(45,52,47)
#262D28
(38,45,40)
#1F2621
(31,38,33)
#181F1A
(24,31,26)
#111813
(17,24,19)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #505752

#505752
(80,87,82)
#5F6661
(95,102,97)
#6E7570
(110,117,112)
#7D847F
(125,132,127)
#8C938E
(140,147,142)
#9BA29D
(155,162,157)
#AAB1AC
(170,177,172)
#B9C0BB
(185,192,187)
#C8CFCA
(200,207,202)
#D7DED9
(215,222,217)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505752; }

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

This text font color is #505752.


Background Color

.myBgColor { background-color: #505752; }

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

This div background color is #505752.


Border color

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

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

This div border color is #505752.


Opacity

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

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

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

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

This text has shadow with #505752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505752 on black background.


Color preview on white background

This text has color #505752 on white background.



Black color preview on #505752 background

This text has black color on #505752 background.


White color preview on #505752 background

This text has white color on #505752 background.