COLOR #505652

HEX: #505652
RGB: (80,86,82)

Color info

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

RGB color model

#505652 color RGB value is (80,86,82).

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

RGB channels and saturation

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

80
86
82

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 82 = 248 (100%)
R 80 of 248 ~ 32.26%
G 86 of 248 ~ 34.68%
B 82 of 248 ~ 33.06%

%32.26
%34.68
%33.06

CMYK color model

#505652 color CMYK value is (7,0,5,66).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 66.27%
CMYK:
(7,0,5,66)
C7M0Y5K66 
(7%,0%,5%,66%)
(0.07/0.00/0.05/0.66)	

CMYK percentages

%6.98
%0
%4.65
%66.27

Codes

Color #505652 in popluar color models

505652
RGB808682
HSL140°3.61%32.55%
HSB/HSV140°6.98%33.73%
CMYK6.98%0.00%4.65%
66.27%

Color #505652 in popluar number systems.

HEX505652
Decimal808682
Binary101000010101101010010
Octal120126122

Shades and tints

Shades of #505652

#505652
(80,86,82)
#494F4B
(73,79,75)
#424844
(66,72,68)
#3B413D
(59,65,61)
#343A36
(52,58,54)
#2D332F
(45,51,47)
#262C28
(38,44,40)
#1F2521
(31,37,33)
#181E1A
(24,30,26)
#111713
(17,23,19)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #505652

#505652
(80,86,82)
#5F6561
(95,101,97)
#6E7470
(110,116,112)
#7D837F
(125,131,127)
#8C928E
(140,146,142)
#9BA19D
(155,161,157)
#AAB0AC
(170,176,172)
#B9BFBB
(185,191,187)
#C8CECA
(200,206,202)
#D7DDD9
(215,221,217)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505652; }

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

This text font color is #505652.


Background Color

.myBgColor { background-color: #505652; }

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

This div background color is #505652.


Border color

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

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

This div border color is #505652.


Opacity

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

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

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

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

This text has shadow with #505652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505652 on black background.


Color preview on white background

This text has color #505652 on white background.



Black color preview on #505652 background

This text has black color on #505652 background.


White color preview on #505652 background

This text has white color on #505652 background.