COLOR #505648

HEX: #505648
RGB: (80,86,72)

Color info

#505648 contains red, green and blue colors in about the same proportion. Web safe color of #505648 is #666633 (or #663).

RGB color model

#505648 color RGB value is (80,86,72).

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

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 72 of 255 = 28%

80
86
72

R + G + B ~ 31%. #505648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 72 = 238 (100%)
R 80 of 238 ~ 33.61%
G 86 of 238 ~ 36.13%
B 72 of 238 ~ 30.25%

%33.61
%36.13
%30.25

CMYK color model

#505648 color CMYK value is (7,0,16,66).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 66.27%
CMYK:
(7,0,16,66)
C7M0Y16K66 
(7%,0%,16%,66%)
(0.07/0.00/0.16/0.66)	

CMYK percentages

%6.98
%0
%16.28
%66.27

Codes

Color #505648 in popluar color models

505648
RGB808672
HSL86°8.86%30.98%
HSB/HSV86°16.28%33.73%
CMYK6.98%0.00%16.28%
66.27%

Color #505648 in popluar number systems.

HEX505648
Decimal808672
Binary101000010101101001000
Octal120126110

Shades and tints

Shades of #505648

#505648
(80,86,72)
#494F42
(73,79,66)
#42483C
(66,72,60)
#3B4136
(59,65,54)
#343A30
(52,58,48)
#2D332A
(45,51,42)
#262C24
(38,44,36)
#1F251E
(31,37,30)
#181E18
(24,30,24)
#111712
(17,23,18)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #505648

#505648
(80,86,72)
#5F6558
(95,101,88)
#6E7468
(110,116,104)
#7D8378
(125,131,120)
#8C9288
(140,146,136)
#9BA198
(155,161,152)
#AAB0A8
(170,176,168)
#B9BFB8
(185,191,184)
#C8CEC8
(200,206,200)
#D7DDD8
(215,221,216)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505648; }

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

This text font color is #505648.


Background Color

.myBgColor { background-color: #505648; }

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

This div background color is #505648.


Border color

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

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

This div border color is #505648.


Opacity

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

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

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

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

This text has shadow with #505648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505648 on black background.


Color preview on white background

This text has color #505648 on white background.



Black color preview on #505648 background

This text has black color on #505648 background.


White color preview on #505648 background

This text has white color on #505648 background.