COLOR #505447

HEX: #505447
RGB: (80,84,71)

Color info

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

RGB color model

#505447 color RGB value is (80,84,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 71 of 255 = 28%

80
84
71

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 71 = 235 (100%)
R 80 of 235 ~ 34.04%
G 84 of 235 ~ 35.74%
B 71 of 235 ~ 30.21%

%34.04
%35.74
%30.21

CMYK color model

#505447 color CMYK value is (5,0,15,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 67.06%
CMYK:
(5,0,15,67)
C5M0Y15K67 
(5%,0%,15%,67%)
(0.05/0.00/0.15/0.67)	

CMYK percentages

%4.76
%0
%15.48
%67.06

Codes

Color #505447 in popluar color models

505447
RGB808471
HSL78°8.39%30.39%
HSB/HSV78°15.48%32.94%
CMYK4.76%0.00%15.48%
67.06%

Color #505447 in popluar number systems.

HEX505447
Decimal808471
Binary101000010101001000111
Octal120124107

Shades and tints

Shades of #505447

#505447
(80,84,71)
#494D41
(73,77,65)
#42463B
(66,70,59)
#3B3F35
(59,63,53)
#34382F
(52,56,47)
#2D3129
(45,49,41)
#262A23
(38,42,35)
#1F231D
(31,35,29)
#181C17
(24,28,23)
#111511
(17,21,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #505447

#505447
(80,84,71)
#5F6357
(95,99,87)
#6E7267
(110,114,103)
#7D8177
(125,129,119)
#8C9087
(140,144,135)
#9B9F97
(155,159,151)
#AAAEA7
(170,174,167)
#B9BDB7
(185,189,183)
#C8CCC7
(200,204,199)
#D7DBD7
(215,219,215)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505447; }

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

This text font color is #505447.


Background Color

.myBgColor { background-color: #505447; }

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

This div background color is #505447.


Border color

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

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

This div border color is #505447.


Opacity

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

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

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

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

This text has shadow with #505447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505447 on black background.


Color preview on white background

This text has color #505447 on white background.



Black color preview on #505447 background

This text has black color on #505447 background.


White color preview on #505447 background

This text has white color on #505447 background.