COLOR #50604D

HEX: #50604D
RGB: (80,96,77)

Color info

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

RGB color model

#50604D color RGB value is (80,96,77).

  • red value is 80;
  • green value is 96;
  • blue value is 77.
RGB: (80,96,77) (31%,38%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 77 of 255 = 30%

80
96
77

R + G + B ~ 33%. #50604D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 77 = 253 (100%)
R 80 of 253 ~ 31.62%
G 96 of 253 ~ 37.94%
B 77 of 253 ~ 30.43%

%31.62
%37.94
%30.43

CMYK color model

#50604D color CMYK value is (17,0,20,62).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK: (17,0,20,62) C17M0Y20K62 (17%,0%,20%,62%) (0.17/0.00/0.20/0.62)

CMYK percentages

%16.67
%0
%19.79
%62.35

Codes

Color #50604D in popluar color models

50604D
RGB809677
HSL111°10.98%33.92%
HSB/HSV111°19.79%37.65%
CMYK16.67%0.00%19.79%
62.35%

Color #50604D in popluar number systems.

HEX50604D
Decimal809677
Binary101000011000001001101
Octal120140115

Shades and tints

Shades of #50604D

#50604D
(80,96,77)
#495846
(73,88,70)
#42503F
(66,80,63)
#3B4838
(59,72,56)
#344031
(52,64,49)
#2D382A
(45,56,42)
#263023
(38,48,35)
#1F281C
(31,40,28)
#182015
(24,32,21)
#11180E
(17,24,14)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #50604D

#50604D
(80,96,77)
#5F6E5D
(95,110,93)
#6E7C6D
(110,124,109)
#7D8A7D
(125,138,125)
#8C988D
(140,152,141)
#9BA69D
(155,166,157)
#AAB4AD
(170,180,173)
#B9C2BD
(185,194,189)
#C8D0CD
(200,208,205)
#D7DEDD
(215,222,221)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50604D color. Also use rgb(80,96,77) instead hex code.

Text Font Color

.myTextColor { color: #50604D; }

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

This text font color is #50604D.


Background Color

.myBgColor { background-color: #50604D; }

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

This div background color is #50604D.


Border color

.myBorderColor { border: 1px solid #50604D; }

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

This div border color is #50604D.


Opacity

.myOpacity80 { color: #50604D; opacity: 0.8; }

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

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

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

This text has shadow with #50604D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #50604D on black background.


Color preview on white background

This text has color #50604D on white background.



Black color preview on #50604D background

This text has black color on #50604D background.


White color preview on #50604D background

This text has white color on #50604D background.