COLOR #50605C

HEX: #50605C
RGB: (80,96,92)

Color info

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

RGB color model

#50605C color RGB value is (80,96,92).

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

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 92 of 255 = 36%

80
96
92

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

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 92 = 268 (100%)
R 80 of 268 ~ 29.85%
G 96 of 268 ~ 35.82%
B 92 of 268 ~ 34.33%

%29.85
%35.82
%34.33

CMYK color model

#50605C color CMYK value is (17,0,4,62).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 62.35%
CMYK:
(17,0,4,62)
C17M0Y4K62 
(17%,0%,4%,62%)
(0.17/0.00/0.04/0.62)	

CMYK percentages

%16.67
%0
%4.17
%62.35

Codes

Color #50605C in popluar color models

50605C
RGB809692
HSL165°9.09%34.51%
HSB/HSV165°16.67%37.65%
CMYK16.67%0.00%4.17%
62.35%

Color #50605C in popluar number systems.

HEX50605C
Decimal809692
Binary101000011000001011100
Octal120140134

Shades and tints

Shades of #50605C

#50605C
(80,96,92)
#495854
(73,88,84)
#42504C
(66,80,76)
#3B4844
(59,72,68)
#34403C
(52,64,60)
#2D3834
(45,56,52)
#26302C
(38,48,44)
#1F2824
(31,40,36)
#18201C
(24,32,28)
#111814
(17,24,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #50605C

#50605C
(80,96,92)
#5F6E6A
(95,110,106)
#6E7C78
(110,124,120)
#7D8A86
(125,138,134)
#8C9894
(140,152,148)
#9BA6A2
(155,166,162)
#AAB4B0
(170,180,176)
#B9C2BE
(185,194,190)
#C8D0CC
(200,208,204)
#D7DEDA
(215,222,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50605C color. Also use rgb(80,96,92) instead hex code.

Text Font Color

.myTextColor { color: #50605C; }

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

This text font color is #50605C.


Background Color

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

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

This div background color is #50605C.


Border color

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

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

This div border color is #50605C.


Opacity

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

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

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

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

This text has shadow with #50605C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50605C on black background.


Color preview on white background

This text has color #50605C on white background.



Black color preview on #50605C background

This text has black color on #50605C background.


White color preview on #50605C background

This text has white color on #50605C background.