COLOR #50676C

HEX: #50676C
RGB: (80,103,108)

Color info

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

RGB color model

#50676C color RGB value is (80,103,108).

  • red value is 80;
  • green value is 103;
  • blue value is 108.
RGB:
(80,103,108)
(31%,40%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 108 of 255 = 42%

80
103
108

R + G + B ~ 38%. #50676C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 108 = 291 (100%)
R 80 of 291 ~ 27.49%
G 103 of 291 ~ 35.4%
B 108 of 291 ~ 37.11%

%27.49
%35.4
%37.11

CMYK color model

#50676C color CMYK value is (26,5,0,58).

  • cyan value is 25.93%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,5,0,58)
C26M5Y0K58 
(26%,5%,0%,58%)
(0.26/0.05/0.00/0.58)	

CMYK percentages

%25.93
%4.63
%0
%57.65

Codes

Color #50676C in popluar color models

50676C
RGB80103108
HSL191°14.89%36.86%
HSB/HSV191°25.93%42.35%
CMYK25.93%4.63%0.00%
57.65%

Color #50676C in popluar number systems.

HEX50676C
Decimal80103108
Binary101000011001111101100
Octal120147154

Shades and tints

Shades of #50676C

#50676C
(80,103,108)
#495E63
(73,94,99)
#42555A
(66,85,90)
#3B4C51
(59,76,81)
#344348
(52,67,72)
#2D3A3F
(45,58,63)
#263136
(38,49,54)
#1F282D
(31,40,45)
#181F24
(24,31,36)
#11161B
(17,22,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #50676C

#50676C
(80,103,108)
#5F7479
(95,116,121)
#6E8186
(110,129,134)
#7D8E93
(125,142,147)
#8C9BA0
(140,155,160)
#9BA8AD
(155,168,173)
#AAB5BA
(170,181,186)
#B9C2C7
(185,194,199)
#C8CFD4
(200,207,212)
#D7DCE1
(215,220,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50676C color. Also use rgb(80,103,108) instead hex code.

Text Font Color

.myTextColor { color: #50676C; }

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

This text font color is #50676C.


Background Color

.myBgColor { background-color: #50676C; }

<div style="background-color:#50676C">Inner text</div>

This div background color is #50676C.


Border color

.myBorderColor { border: 1px solid #50676C; }

<div style="border:3px solid #50676C">Div</div>

This div border color is #50676C.


Opacity

.myOpacity80 { color: #50676C; opacity: 0.8; }

<p style="color:#50676C;opacity:0.8;">80%</p>

Text with #50676C 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 #50676C;}

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

This text has shadow with #50676C color.

.textShadow {text-shadow: 3px 3px 1px #50676C, 3px 3px 1px red;}

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

This text has shadow with #50676C primary color and red secondary color.


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

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

This text has shadow with #50676C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50676C on black background.


Color preview on white background

This text has color #50676C on white background.



Black color preview on #50676C background

This text has black color on #50676C background.


White color preview on #50676C background

This text has white color on #50676C background.