COLOR #505446

HEX: #505446
RGB: (80,84,70)

Color info

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

RGB color model

#505446 color RGB value is (80,84,70).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 70 of 255 = 27%

80
84
70

R + G + B ~ 30%. #505446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 70 = 234 (100%)
R 80 of 234 ~ 34.19%
G 84 of 234 ~ 35.9%
B 70 of 234 ~ 29.91%

%34.19
%35.9
%29.91

CMYK color model

#505446 color CMYK value is (5,0,17,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 67.06%
CMYK:
(5,0,17,67)
C5M0Y17K67 
(5%,0%,17%,67%)
(0.05/0.00/0.17/0.67)	

CMYK percentages

%4.76
%0
%16.67
%67.06

Codes

Color #505446 in popluar color models

505446
RGB808470
HSL77°9.09%30.20%
HSB/HSV77°16.67%32.94%
CMYK4.76%0.00%16.67%
67.06%

Color #505446 in popluar number systems.

HEX505446
Decimal808470
Binary101000010101001000110
Octal120124106

Shades and tints

Shades of #505446

#505446
(80,84,70)
#494D40
(73,77,64)
#42463A
(66,70,58)
#3B3F34
(59,63,52)
#34382E
(52,56,46)
#2D3128
(45,49,40)
#262A22
(38,42,34)
#1F231C
(31,35,28)
#181C16
(24,28,22)
#111510
(17,21,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #505446

#505446
(80,84,70)
#5F6356
(95,99,86)
#6E7266
(110,114,102)
#7D8176
(125,129,118)
#8C9086
(140,144,134)
#9B9F96
(155,159,150)
#AAAEA6
(170,174,166)
#B9BDB6
(185,189,182)
#C8CCC6
(200,204,198)
#D7DBD6
(215,219,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505446; }

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

This text font color is #505446.


Background Color

.myBgColor { background-color: #505446; }

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

This div background color is #505446.


Border color

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

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

This div border color is #505446.


Opacity

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

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

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

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

This text has shadow with #505446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505446 on black background.


Color preview on white background

This text has color #505446 on white background.



Black color preview on #505446 background

This text has black color on #505446 background.


White color preview on #505446 background

This text has white color on #505446 background.