COLOR #50655E

HEX: #50655E
RGB: (80,101,94)

Color info

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

RGB color model

#50655E color RGB value is (80,101,94).

  • red value is 80;
  • green value is 101;
  • blue value is 94.
RGB:
(80,101,94)
(31%,40%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 94 of 255 = 37%

80
101
94

R + G + B ~ 36%. #50655E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 94 = 275 (100%)
R 80 of 275 ~ 29.09%
G 101 of 275 ~ 36.73%
B 94 of 275 ~ 34.18%

%29.09
%36.73
%34.18

CMYK color model

#50655E color CMYK value is (21,0,7,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 60.39%
CMYK:
(21,0,7,60)
C21M0Y7K60 
(21%,0%,7%,60%)
(0.21/0.00/0.07/0.60)	

CMYK percentages

%20.79
%0
%6.93
%60.39

Codes

Color #50655E in popluar color models

50655E
RGB8010194
HSL160°11.60%35.49%
HSB/HSV160°20.79%39.61%
CMYK20.79%0.00%6.93%
60.39%

Color #50655E in popluar number systems.

HEX50655E
Decimal8010194
Binary101000011001011011110
Octal120145136

Shades and tints

Shades of #50655E

#50655E
(80,101,94)
#495C56
(73,92,86)
#42534E
(66,83,78)
#3B4A46
(59,74,70)
#34413E
(52,65,62)
#2D3836
(45,56,54)
#262F2E
(38,47,46)
#1F2626
(31,38,38)
#181D1E
(24,29,30)
#111416
(17,20,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #50655E

#50655E
(80,101,94)
#5F736C
(95,115,108)
#6E817A
(110,129,122)
#7D8F88
(125,143,136)
#8C9D96
(140,157,150)
#9BABA4
(155,171,164)
#AAB9B2
(170,185,178)
#B9C7C0
(185,199,192)
#C8D5CE
(200,213,206)
#D7E3DC
(215,227,220)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50655E color. Also use rgb(80,101,94) instead hex code.

Text Font Color

.myTextColor { color: #50655E; }

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

This text font color is #50655E.


Background Color

.myBgColor { background-color: #50655E; }

<div style="background-color:#50655E">Inner text</div>

This div background color is #50655E.


Border color

.myBorderColor { border: 1px solid #50655E; }

<div style="border:3px solid #50655E">Div</div>

This div border color is #50655E.


Opacity

.myOpacity80 { color: #50655E; opacity: 0.8; }

<p style="color:#50655E;opacity:0.8;">80%</p>

Text with #50655E 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 #50655E;}

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

This text has shadow with #50655E color.

.textShadow {text-shadow: 3px 3px 1px #50655E, 3px 3px 1px red;}

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

This text has shadow with #50655E primary color and red secondary color.


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

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

This text has shadow with #50655E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50655E on black background.


Color preview on white background

This text has color #50655E on white background.



Black color preview on #50655E background

This text has black color on #50655E background.


White color preview on #50655E background

This text has white color on #50655E background.