COLOR #50474A

HEX: #50474A
RGB: (80,71,74)

Color info

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

RGB color model

#50474A color RGB value is (80,71,74).

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

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 74 of 255 = 29%

80
71
74

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

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 74 = 225 (100%)
R 80 of 225 ~ 35.56%
G 71 of 225 ~ 31.56%
B 74 of 225 ~ 32.89%

%35.56
%31.56
%32.89

CMYK color model

#50474A color CMYK value is (0,11,7,69).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 7.50%
  • key color value is 68.63%
CMYK:
(0,11,7,69)
C0M11Y7K69 
(0%,11%,7%,69%)
(0.00/0.11/0.07/0.69)	

CMYK percentages

%0
%11.25
%7.5
%68.63

Codes

Color #50474A in popluar color models

50474A
RGB807174
HSL340°5.96%29.61%
HSB/HSV340°11.25%31.37%
CMYK0.00%11.25%7.50%
68.63%

Color #50474A in popluar number systems.

HEX50474A
Decimal807174
Binary101000010001111001010
Octal120107112

Shades and tints

Shades of #50474A

#50474A
(80,71,74)
#494144
(73,65,68)
#423B3E
(66,59,62)
#3B3538
(59,53,56)
#342F32
(52,47,50)
#2D292C
(45,41,44)
#262326
(38,35,38)
#1F1D20
(31,29,32)
#18171A
(24,23,26)
#111114
(17,17,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #50474A

#50474A
(80,71,74)
#5F575A
(95,87,90)
#6E676A
(110,103,106)
#7D777A
(125,119,122)
#8C878A
(140,135,138)
#9B979A
(155,151,154)
#AAA7AA
(170,167,170)
#B9B7BA
(185,183,186)
#C8C7CA
(200,199,202)
#D7D7DA
(215,215,218)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50474A; }

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

This text font color is #50474A.


Background Color

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

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

This div background color is #50474A.


Border color

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

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

This div border color is #50474A.


Opacity

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

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

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

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

This text has shadow with #50474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50474A on black background.


Color preview on white background

This text has color #50474A on white background.



Black color preview on #50474A background

This text has black color on #50474A background.


White color preview on #50474A background

This text has white color on #50474A background.