COLOR #505449

HEX: #505449
RGB: (80,84,73)

Color info

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

RGB color model

#505449 color RGB value is (80,84,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 73 of 255 = 29%

80
84
73

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 73 = 237 (100%)
R 80 of 237 ~ 33.76%
G 84 of 237 ~ 35.44%
B 73 of 237 ~ 30.8%

%33.76
%35.44
%30.8

CMYK color model

#505449 color CMYK value is (5,0,13,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(5,0,13,67)
C5M0Y13K67 
(5%,0%,13%,67%)
(0.05/0.00/0.13/0.67)	

CMYK percentages

%4.76
%0
%13.1
%67.06

Codes

Color #505449 in popluar color models

505449
RGB808473
HSL82°7.01%30.78%
HSB/HSV82°13.10%32.94%
CMYK4.76%0.00%13.10%
67.06%

Color #505449 in popluar number systems.

HEX505449
Decimal808473
Binary101000010101001001001
Octal120124111

Shades and tints

Shades of #505449

#505449
(80,84,73)
#494D43
(73,77,67)
#42463D
(66,70,61)
#3B3F37
(59,63,55)
#343831
(52,56,49)
#2D312B
(45,49,43)
#262A25
(38,42,37)
#1F231F
(31,35,31)
#181C19
(24,28,25)
#111513
(17,21,19)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #505449

#505449
(80,84,73)
#5F6359
(95,99,89)
#6E7269
(110,114,105)
#7D8179
(125,129,121)
#8C9089
(140,144,137)
#9B9F99
(155,159,153)
#AAAEA9
(170,174,169)
#B9BDB9
(185,189,185)
#C8CCC9
(200,204,201)
#D7DBD9
(215,219,217)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505449; }

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

This text font color is #505449.


Background Color

.myBgColor { background-color: #505449; }

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

This div background color is #505449.


Border color

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

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

This div border color is #505449.


Opacity

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

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

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

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

This text has shadow with #505449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505449 on black background.


Color preview on white background

This text has color #505449 on white background.



Black color preview on #505449 background

This text has black color on #505449 background.


White color preview on #505449 background

This text has white color on #505449 background.