COLOR #50615F

HEX: #50615F
RGB: (80,97,95)

Color info

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

RGB color model

#50615F color RGB value is (80,97,95).

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

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 95 of 255 = 37%

80
97
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 95 = 272 (100%)
R 80 of 272 ~ 29.41%
G 97 of 272 ~ 35.66%
B 95 of 272 ~ 34.93%

%29.41
%35.66
%34.93

CMYK color model

#50615F color CMYK value is (18,0,2,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK: (18,0,2,62) C18M0Y2K62 (18%,0%,2%,62%) (0.18/0.00/0.02/0.62)

CMYK percentages

%17.53
%0
%2.06
%61.96

Codes

Color #50615F in popluar color models

50615F
RGB809795
HSL173°9.60%34.71%
HSB/HSV173°17.53%38.04%
CMYK17.53%0.00%2.06%
61.96%

Color #50615F in popluar number systems.

HEX50615F
Decimal809795
Binary101000011000011011111
Octal120141137

Shades and tints

Shades of #50615F

#50615F
(80,97,95)
#495957
(73,89,87)
#42514F
(66,81,79)
#3B4947
(59,73,71)
#34413F
(52,65,63)
#2D3937
(45,57,55)
#26312F
(38,49,47)
#1F2927
(31,41,39)
#18211F
(24,33,31)
#111917
(17,25,23)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #50615F

#50615F
(80,97,95)
#5F6F6D
(95,111,109)
#6E7D7B
(110,125,123)
#7D8B89
(125,139,137)
#8C9997
(140,153,151)
#9BA7A5
(155,167,165)
#AAB5B3
(170,181,179)
#B9C3C1
(185,195,193)
#C8D1CF
(200,209,207)
#D7DFDD
(215,223,221)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50615F; }

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

This text font color is #50615F.


Background Color

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

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

This div background color is #50615F.


Border color

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

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

This div border color is #50615F.


Opacity

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

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

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

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

This text has shadow with #50615F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #50615F on black background.


Color preview on white background

This text has color #50615F on white background.



Black color preview on #50615F background

This text has black color on #50615F background.


White color preview on #50615F background

This text has white color on #50615F background.