COLOR #50464A

HEX: #50464A
RGB: (80,70,74)

Color info

#50464A contains red, green and blue colors in about the same proportion. Web safe color of #50464A is #663333 (or #633).

RGB color model

#50464A color RGB value is (80,70,74).

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

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 74 of 255 = 29%

80
70
74

R + G + B ~ 29%. #50464A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 74 = 224 (100%)
R 80 of 224 ~ 35.71%
G 70 of 224 ~ 31.25%
B 74 of 224 ~ 33.04%

%35.71
%31.25
%33.04

CMYK color model

#50464A color CMYK value is (0,13,7,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 7.50%
  • key color value is 68.63%
CMYK:
(0,13,7,69)
C0M13Y7K69 
(0%,13%,7%,69%)
(0.00/0.13/0.07/0.69)	

CMYK percentages

%0
%12.5
%7.5
%68.63

Codes

Color #50464A in popluar color models

50464A
RGB807074
HSL336°6.67%29.41%
HSB/HSV336°12.50%31.37%
CMYK0.00%12.50%7.50%
68.63%

Color #50464A in popluar number systems.

HEX50464A
Decimal807074
Binary101000010001101001010
Octal120106112

Shades and tints

Shades of #50464A

#50464A
(80,70,74)
#494044
(73,64,68)
#423A3E
(66,58,62)
#3B3438
(59,52,56)
#342E32
(52,46,50)
#2D282C
(45,40,44)
#262226
(38,34,38)
#1F1C20
(31,28,32)
#18161A
(24,22,26)
#111014
(17,16,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #50464A

#50464A
(80,70,74)
#5F565A
(95,86,90)
#6E666A
(110,102,106)
#7D767A
(125,118,122)
#8C868A
(140,134,138)
#9B969A
(155,150,154)
#AAA6AA
(170,166,170)
#B9B6BA
(185,182,186)
#C8C6CA
(200,198,202)
#D7D6DA
(215,214,218)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50464A; }

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

This text font color is #50464A.


Background Color

.myBgColor { background-color: #50464A; }

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

This div background color is #50464A.


Border color

.myBorderColor { border: 1px solid #50464A; }

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

This div border color is #50464A.


Opacity

.myOpacity80 { color: #50464A; opacity: 0.8; }

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

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

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

This text has shadow with #50464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50464A on black background.


Color preview on white background

This text has color #50464A on white background.



Black color preview on #50464A background

This text has black color on #50464A background.


White color preview on #50464A background

This text has white color on #50464A background.