COLOR #50645C

HEX: #50645C
RGB: (80,100,92)

Color info

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

RGB color model

#50645C color RGB value is (80,100,92).

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

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 92 of 255 = 36%

80
100
92

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

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 92 = 272 (100%)
R 80 of 272 ~ 29.41%
G 100 of 272 ~ 36.76%
B 92 of 272 ~ 33.82%

%29.41
%36.76
%33.82

CMYK color model

#50645C color CMYK value is (20,0,8,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 60.78%
CMYK:
(20,0,8,61)
C20M0Y8K61 
(20%,0%,8%,61%)
(0.20/0.00/0.08/0.61)	

CMYK percentages

%20
%0
%8
%60.78

Codes

Color #50645C in popluar color models

50645C
RGB8010092
HSL156°11.11%35.29%
HSB/HSV156°20.00%39.22%
CMYK20.00%0.00%8.00%
60.78%

Color #50645C in popluar number systems.

HEX50645C
Decimal8010092
Binary101000011001001011100
Octal120144134

Shades and tints

Shades of #50645C

#50645C
(80,100,92)
#495B54
(73,91,84)
#42524C
(66,82,76)
#3B4944
(59,73,68)
#34403C
(52,64,60)
#2D3734
(45,55,52)
#262E2C
(38,46,44)
#1F2524
(31,37,36)
#181C1C
(24,28,28)
#111314
(17,19,20)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #50645C

#50645C
(80,100,92)
#5F726A
(95,114,106)
#6E8078
(110,128,120)
#7D8E86
(125,142,134)
#8C9C94
(140,156,148)
#9BAAA2
(155,170,162)
#AAB8B0
(170,184,176)
#B9C6BE
(185,198,190)
#C8D4CC
(200,212,204)
#D7E2DA
(215,226,218)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50645C; }

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

This text font color is #50645C.


Background Color

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

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

This div background color is #50645C.


Border color

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

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

This div border color is #50645C.


Opacity

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

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

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

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

This text has shadow with #50645C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50645C on black background.


Color preview on white background

This text has color #50645C on white background.



Black color preview on #50645C background

This text has black color on #50645C background.


White color preview on #50645C background

This text has white color on #50645C background.