COLOR #50615B

HEX: #50615B
RGB: (80,97,91)

Color info

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

RGB color model

#50615B color RGB value is (80,97,91).

  • red value is 80;
  • green value is 97;
  • blue value is 91.
RGB:
(80,97,91)
(31%,38%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 91 of 255 = 36%

80
97
91

R + G + B ~ 35%. #50615B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 91 = 268 (100%)
R 80 of 268 ~ 29.85%
G 97 of 268 ~ 36.19%
B 91 of 268 ~ 33.96%

%29.85
%36.19
%33.96

CMYK color model

#50615B color CMYK value is (18,0,6,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(18,0,6,62)
C18M0Y6K62 
(18%,0%,6%,62%)
(0.18/0.00/0.06/0.62)	

CMYK percentages

%17.53
%0
%6.19
%61.96

Codes

Color #50615B in popluar color models

50615B
RGB809791
HSL159°9.60%34.71%
HSB/HSV159°17.53%38.04%
CMYK17.53%0.00%6.19%
61.96%

Color #50615B in popluar number systems.

HEX50615B
Decimal809791
Binary101000011000011011011
Octal120141133

Shades and tints

Shades of #50615B

#50615B
(80,97,91)
#495953
(73,89,83)
#42514B
(66,81,75)
#3B4943
(59,73,67)
#34413B
(52,65,59)
#2D3933
(45,57,51)
#26312B
(38,49,43)
#1F2923
(31,41,35)
#18211B
(24,33,27)
#111913
(17,25,19)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #50615B

#50615B
(80,97,91)
#5F6F69
(95,111,105)
#6E7D77
(110,125,119)
#7D8B85
(125,139,133)
#8C9993
(140,153,147)
#9BA7A1
(155,167,161)
#AAB5AF
(170,181,175)
#B9C3BD
(185,195,189)
#C8D1CB
(200,209,203)
#D7DFD9
(215,223,217)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50615B color. Also use rgb(80,97,91) instead hex code.

Text Font Color

.myTextColor { color: #50615B; }

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

This text font color is #50615B.


Background Color

.myBgColor { background-color: #50615B; }

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

This div background color is #50615B.


Border color

.myBorderColor { border: 1px solid #50615B; }

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

This div border color is #50615B.


Opacity

.myOpacity80 { color: #50615B; opacity: 0.8; }

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

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

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

This text has shadow with #50615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50615B on black background.


Color preview on white background

This text has color #50615B on white background.



Black color preview on #50615B background

This text has black color on #50615B background.


White color preview on #50615B background

This text has white color on #50615B background.