COLOR #50644C

HEX: #50644C RGB: (80,100,76)

Color info

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

RGB color model

#50644C color RGB value is (80,100,76).

RGB: (80,100,76) (31%, 39%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 76 of 255 = 30%

80
100
76

R + G + B ~ 33%. #50644C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 100 + 76 = 256 (100%)
R 80 of 256 ~ 31.25%
G 100 of 256 ~ 39.06%
B 76 of 256 ~ 29.69'%

%31.25
%39.06
%29.69

CMYK color model

#50644C color CMYK value is (20,0,24,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 60.78%

CMYK: (20,0,24,61)
C20M0Y24K61 (20%, 0%, 24%, 61%)
(0.20 / 0.00 / 0.24 / 0.61)

CMYK percentages

%20
%0
%24
%60.78

Codes

Color #50644C in popluar color models

50 64 4C
RGB 80 100 76
HSL 110° 13.64% 34.51%
HSB/HSV 110° 24.00% 39.22%
CMYK 20.00% 0.00% 24.00%
60.78%

Color #50644C in popluar number systems.

HEX 50 64 4C
Decimal 80 100 76
Binary 1010000 1100100 1001100
Octal 120 144 114

Shades and tints

Shades of #50644C

#50644C
(80,100,76)
#495B46
(73,91,70)
#425240
(66,82,64)
#3B493A
(59,73,58)
#344034
(52,64,52)
#2D372E
(45,55,46)
#262E28
(38,46,40)
#1F2522
(31,37,34)
#181C1C
(24,28,28)
#111316
(17,19,22)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #50644C

#50644C
(80,100,76)
#5F725C
(95,114,92)
#6E806C
(110,128,108)
#7D8E7C
(125,142,124)
#8C9C8C
(140,156,140)
#9BAA9C
(155,170,156)
#AAB8AC
(170,184,172)
#B9C6BC
(185,198,188)
#C8D4CC
(200,212,204)
#D7E2DC
(215,226,220)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50644C; }

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

This text font color is #50644C.

Background Color

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

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

This div background color is #50644C.

Border color

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

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

This div border color is #50644C.

Opacity

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

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

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

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

This text has shadow with #50644C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50644C.

Preview

Color preview on black background

This text has color #50644C on black background.


Color preview on white background

This text has color #50644C on white background.


Black color preview on #50644C background

This text has black color on #50644C background.


White color preview on #50644C background

This text has white color on #50644C background.


Related colors

Complementary color

Complementary color for #hex is #AF9BB3.


I love getcolorcode.com

Triadic colors

1 #4C5064 and #644C50 with #50644C are triadic colors.

2 #4C6450 and #64504C with #50644C are triadic colors.