COLOR #505140

HEX: #505140 RGB: (80,81,64)

Color info

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

RGB color model

#505140 color RGB value is (80,81,64).

RGB: (80,81,64) (31%, 32%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 64 of 255 = 25%

80
81
64

R + G + B ~ 29%. #505140 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 81 + 64 = 225 (100%)
R 80 of 225 ~ 35.56%
G 81 of 225 ~ 36%
B 64 of 225 ~ 28.44'%

%35.56
%36
%28.44

CMYK color model

#505140 color CMYK value is (1,0,21,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK: (1,0,21,68) C1M0Y21K68 (1%,0%,21%,68%) (0.01/0.00/0.21/0.68) 

CMYK percentages

%1.23
%0
%20.99
%68.24

Codes

Color #505140 in popluar color models

50 51 40
RGB 80 81 64
HSL 64° 11.72% 28.43%
HSB/HSV 64° 20.99% 31.76%
CMYK 1.23% 0.00% 20.99%
68.24%

Color #505140 in popluar number systems.

HEX 50 51 40
Decimal 80 81 64
Binary 1010000 1010001 1000000
Octal 120 121 100

Shades and tints

Shades of #505140

#505140
(80,81,64)
#494A3B
(73,74,59)
#424336
(66,67,54)
#3B3C31
(59,60,49)
#34352C
(52,53,44)
#2D2E27
(45,46,39)
#262722
(38,39,34)
#1F201D
(31,32,29)
#181918
(24,25,24)
#111213
(17,18,19)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #505140

#505140
(80,81,64)
#5F6051
(95,96,81)
#6E6F62
(110,111,98)
#7D7E73
(125,126,115)
#8C8D84
(140,141,132)
#9B9C95
(155,156,149)
#AAABA6
(170,171,166)
#B9BAB7
(185,186,183)
#C8C9C8
(200,201,200)
#D7D8D9
(215,216,217)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505140 color. Also use rgb(80,81,64) instead hex code.

Text Font Color

.myTextColor { color: #505140; }

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

This text font color is #505140.

Background Color

.myBgColor { background-color: #505140; }

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

This div background color is #505140.

Border color

.myBorderColor { border: 1px solid #505140; }

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

This div border color is #505140.

Opacity

.myOpacity80 { color: #505140; opacity: 0.8; }

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

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

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

This text has shadow with #505140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505140.

Preview

Color preview on black background

This text has color #505140 on black background.


Color preview on white background

This text has color #505140 on white background.


Black color preview on #505140 background

This text has black color on #505140 background.


White color preview on #505140 background

This text has white color on #505140 background.


Related colors

Complementary color

Complementary color for #hex is #AFAEBF.


I love getcolorcode.com

Triadic colors

1 #405051 and #514050 with #505140 are triadic colors.

2 #405150 and #515040 with #505140 are triadic colors.