COLOR #50594F

HEX: #50594F
RGB: (80,89,79)

Color info

#50594F contains red, green and blue colors in about the same proportion. Web safe color of #50594F is #666666 (or #666).

RGB color model

#50594F color RGB value is (80,89,79).

  • red value is 80;
  • green value is 89;
  • blue value is 79.
RGB:
(80,89,79)
(31%,35%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 79 of 255 = 31%

80
89
79

R + G + B ~ 32%. #50594F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 79 = 248 (100%)
R 80 of 248 ~ 32.26%
G 89 of 248 ~ 35.89%
B 79 of 248 ~ 31.85%

%32.26
%35.89
%31.85

CMYK color model

#50594F color CMYK value is (10,0,11,65).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(10,0,11,65)
C10M0Y11K65 
(10%,0%,11%,65%)
(0.10/0.00/0.11/0.65)	

CMYK percentages

%10.11
%0
%11.24
%65.1

Codes

Color #50594F in popluar color models

50594F
RGB808979
HSL114°5.95%32.94%
HSB/HSV114°11.24%34.90%
CMYK10.11%0.00%11.24%
65.10%

Color #50594F in popluar number systems.

HEX50594F
Decimal808979
Binary101000010110011001111
Octal120131117

Shades and tints

Shades of #50594F

#50594F
(80,89,79)
#495148
(73,81,72)
#424941
(66,73,65)
#3B413A
(59,65,58)
#343933
(52,57,51)
#2D312C
(45,49,44)
#262925
(38,41,37)
#1F211E
(31,33,30)
#181917
(24,25,23)
#111110
(17,17,16)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #50594F

#50594F
(80,89,79)
#5F685F
(95,104,95)
#6E776F
(110,119,111)
#7D867F
(125,134,127)
#8C958F
(140,149,143)
#9BA49F
(155,164,159)
#AAB3AF
(170,179,175)
#B9C2BF
(185,194,191)
#C8D1CF
(200,209,207)
#D7E0DF
(215,224,223)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50594F color. Also use rgb(80,89,79) instead hex code.

Text Font Color

.myTextColor { color: #50594F; }

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

This text font color is #50594F.


Background Color

.myBgColor { background-color: #50594F; }

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

This div background color is #50594F.


Border color

.myBorderColor { border: 1px solid #50594F; }

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

This div border color is #50594F.


Opacity

.myOpacity80 { color: #50594F; opacity: 0.8; }

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

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

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

This text has shadow with #50594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50594F on black background.


Color preview on white background

This text has color #50594F on white background.



Black color preview on #50594F background

This text has black color on #50594F background.


White color preview on #50594F background

This text has white color on #50594F background.