COLOR #50654D

HEX: #50654D RGB: (80,101,77)

Color info

#50654D contains red, green and blue colors in about the same proportion. Web safe color of #50654D is #666633 (or #663).

RGB color model

#50654D color RGB value is (80,101,77).

RGB: (80,101,77) (31%, 40%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 77 of 255 = 30%

80
101
77

R + G + B ~ 34%. #50654D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 101 + 77 = 258 (100%)
R 80 of 258 ~ 31.01%
G 101 of 258 ~ 39.15%
B 77 of 258 ~ 29.84'%

%31.01
%39.15
%29.84

CMYK color model

#50654D color CMYK value is (21,0,24,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 60.39%
CMYK: (21,0,24,60) C21M0Y24K60 (21%,0%,24%,60%) (0.21/0.00/0.24/0.60) 

CMYK percentages

%20.79
%0
%23.76
%60.39

Codes

Color #50654D in popluar color models

50 65 4D
RGB 80 101 77
HSL 113° 13.48% 34.90%
HSB/HSV 113° 23.76% 39.61%
CMYK 20.79% 0.00% 23.76%
60.39%

Color #50654D in popluar number systems.

HEX 50 65 4D
Decimal 80 101 77
Binary 1010000 1100101 1001101
Octal 120 145 115

Shades and tints

Shades of #50654D

#50654D
(80,101,77)
#495C46
(73,92,70)
#42533F
(66,83,63)
#3B4A38
(59,74,56)
#344131
(52,65,49)
#2D382A
(45,56,42)
#262F23
(38,47,35)
#1F261C
(31,38,28)
#181D15
(24,29,21)
#11140E
(17,20,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #50654D

#50654D
(80,101,77)
#5F735D
(95,115,93)
#6E816D
(110,129,109)
#7D8F7D
(125,143,125)
#8C9D8D
(140,157,141)
#9BAB9D
(155,171,157)
#AAB9AD
(170,185,173)
#B9C7BD
(185,199,189)
#C8D5CD
(200,213,205)
#D7E3DD
(215,227,221)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50654D color. Also use rgb(80,101,77) instead hex code.

Text Font Color

.myTextColor { color: #50654D; }

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

This text font color is #50654D.

Background Color

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

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

This div background color is #50654D.

Border color

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

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

This div border color is #50654D.

Opacity

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

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

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

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

This text has shadow with #50654D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50654D.

Preview

Color preview on black background

This text has color #50654D on black background.


Color preview on white background

This text has color #50654D on white background.


Black color preview on #50654D background

This text has black color on #50654D background.


White color preview on #50654D background

This text has white color on #50654D background.


Related colors

Complementary color

Complementary color for #hex is #AF9AB2.


I love getcolorcode.com

Triadic colors

1 #4D5065 and #654D50 with #50654D are triadic colors.

2 #4D6550 and #65504D with #50654D are triadic colors.