COLOR #50675D

HEX: #50675D
RGB: (80,103,93)

Color info

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

RGB color model

#50675D color RGB value is (80,103,93).

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

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 93 of 255 = 36%

80
103
93

R + G + B ~ 36%. #50675D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 93 = 276 (100%)
R 80 of 276 ~ 28.99%
G 103 of 276 ~ 37.32%
B 93 of 276 ~ 33.7%

%28.99
%37.32
%33.7

CMYK color model

#50675D color CMYK value is (22,0,10,60).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK:
(22,0,10,60)
C22M0Y10K60 
(22%,0%,10%,60%)
(0.22/0.00/0.10/0.60)	

CMYK percentages

%22.33
%0
%9.71
%59.61

Codes

Color #50675D in popluar color models

50675D
RGB8010393
HSL154°12.57%35.88%
HSB/HSV154°22.33%40.39%
CMYK22.33%0.00%9.71%
59.61%

Color #50675D in popluar number systems.

HEX50675D
Decimal8010393
Binary101000011001111011101
Octal120147135

Shades and tints

Shades of #50675D

#50675D
(80,103,93)
#495E55
(73,94,85)
#42554D
(66,85,77)
#3B4C45
(59,76,69)
#34433D
(52,67,61)
#2D3A35
(45,58,53)
#26312D
(38,49,45)
#1F2825
(31,40,37)
#181F1D
(24,31,29)
#111615
(17,22,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50675D

#50675D
(80,103,93)
#5F746B
(95,116,107)
#6E8179
(110,129,121)
#7D8E87
(125,142,135)
#8C9B95
(140,155,149)
#9BA8A3
(155,168,163)
#AAB5B1
(170,181,177)
#B9C2BF
(185,194,191)
#C8CFCD
(200,207,205)
#D7DCDB
(215,220,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50675D color. Also use rgb(80,103,93) instead hex code.

Text Font Color

.myTextColor { color: #50675D; }

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

This text font color is #50675D.


Background Color

.myBgColor { background-color: #50675D; }

<div style="background-color:#50675D">Inner text</div>

This div background color is #50675D.


Border color

.myBorderColor { border: 1px solid #50675D; }

<div style="border:3px solid #50675D">Div</div>

This div border color is #50675D.


Opacity

.myOpacity80 { color: #50675D; opacity: 0.8; }

<p style="color:#50675D;opacity:0.8;">80%</p>

Text with #50675D 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 #50675D;}

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

This text has shadow with #50675D color.

.textShadow {text-shadow: 3px 3px 1px #50675D, 3px 3px 1px red;}

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

This text has shadow with #50675D primary color and red secondary color.


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

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

This text has shadow with #50675D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50675D on black background.


Color preview on white background

This text has color #50675D on white background.



Black color preview on #50675D background

This text has black color on #50675D background.


White color preview on #50675D background

This text has white color on #50675D background.