COLOR #505649

HEX: #505649
RGB: (80,86,73)

Color info

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

RGB color model

#505649 color RGB value is (80,86,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 73 of 255 = 29%

80
86
73

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 73 = 239 (100%)
R 80 of 239 ~ 33.47%
G 86 of 239 ~ 35.98%
B 73 of 239 ~ 30.54%

%33.47
%35.98
%30.54

CMYK color model

#505649 color CMYK value is (7,0,15,66).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 66.27%
CMYK:
(7,0,15,66)
C7M0Y15K66 
(7%,0%,15%,66%)
(0.07/0.00/0.15/0.66)	

CMYK percentages

%6.98
%0
%15.12
%66.27

Codes

Color #505649 in popluar color models

505649
RGB808673
HSL88°8.18%31.18%
HSB/HSV88°15.12%33.73%
CMYK6.98%0.00%15.12%
66.27%

Color #505649 in popluar number systems.

HEX505649
Decimal808673
Binary101000010101101001001
Octal120126111

Shades and tints

Shades of #505649

#505649
(80,86,73)
#494F43
(73,79,67)
#42483D
(66,72,61)
#3B4137
(59,65,55)
#343A31
(52,58,49)
#2D332B
(45,51,43)
#262C25
(38,44,37)
#1F251F
(31,37,31)
#181E19
(24,30,25)
#111713
(17,23,19)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #505649

#505649
(80,86,73)
#5F6559
(95,101,89)
#6E7469
(110,116,105)
#7D8379
(125,131,121)
#8C9289
(140,146,137)
#9BA199
(155,161,153)
#AAB0A9
(170,176,169)
#B9BFB9
(185,191,185)
#C8CEC9
(200,206,201)
#D7DDD9
(215,221,217)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505649; }

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

This text font color is #505649.


Background Color

.myBgColor { background-color: #505649; }

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

This div background color is #505649.


Border color

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

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

This div border color is #505649.


Opacity

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

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

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

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

This text has shadow with #505649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505649 on black background.


Color preview on white background

This text has color #505649 on white background.



Black color preview on #505649 background

This text has black color on #505649 background.


White color preview on #505649 background

This text has white color on #505649 background.