COLOR #50655F

HEX: #50655F RGB: (80,101,95)

Color info

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

RGB color model

#50655F color RGB value is (80,101,95).

RGB: (80,101,95) (31%, 40%, 37%)

RGB channels and saturation

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

80
101
95

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

Portions of RGB colors in percentages

R + G + B = 80 + 101 + 95 = 276 (100%)
R 80 of 276 ~ 28.99%
G 101 of 276 ~ 36.59%
B 95 of 276 ~ 34.42'%

%28.99
%36.59
%34.42

CMYK color model

#50655F color CMYK value is (21,0,6,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 60.39%

CMYK: (21,0,6,60)
C21M0Y6K60 (21%, 0%, 6%, 60%)
(0.21 / 0.00 / 0.06 / 0.60)

CMYK percentages

%20.79
%0
%5.94
%60.39

Codes

Color #50655F in popluar color models

50 65 5F
RGB 80 101 95
HSL 163° 11.60% 35.49%
HSB/HSV 163° 20.79% 39.61%
CMYK 20.79% 0.00% 5.94%
60.39%

Color #50655F in popluar number systems.

HEX 50 65 5F
Decimal 80 101 95
Binary 1010000 1100101 1011111
Octal 120 145 137

Shades and tints

Shades of #50655F

#50655F
(80,101,95)
#495C57
(73,92,87)
#42534F
(66,83,79)
#3B4A47
(59,74,71)
#34413F
(52,65,63)
#2D3837
(45,56,55)
#262F2F
(38,47,47)
#1F2627
(31,38,39)
#181D1F
(24,29,31)
#111417
(17,20,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #50655F

#50655F
(80,101,95)
#5F736D
(95,115,109)
#6E817B
(110,129,123)
#7D8F89
(125,143,137)
#8C9D97
(140,157,151)
#9BABA5
(155,171,165)
#AAB9B3
(170,185,179)
#B9C7C1
(185,199,193)
#C8D5CF
(200,213,207)
#D7E3DD
(215,227,221)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50655F; }

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

This text font color is #50655F.

Background Color

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

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

This div background color is #50655F.

Border color

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

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

This div border color is #50655F.

Opacity

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

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

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

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

This text has shadow with #50655F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50655F.

Preview

Color preview on black background

This text has color #50655F on black background.


Color preview on white background

This text has color #50655F on white background.


Black color preview on #50655F background

This text has black color on #50655F background.


White color preview on #50655F background

This text has white color on #50655F background.


Related colors

Complementary color

Complementary color for #hex is #AF9AA0.


I love getcolorcode.com

Triadic colors

1 #5F5065 and #655F50 with #50655F are triadic colors.

2 #5F6550 and #65505F with #50655F are triadic colors.