COLOR #515140

HEX: #515140 RGB: (81,81,64)

Color info

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

RGB color model

#515140 color RGB value is (81,81,64).

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

RGB channels and saturation

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

81
81
64

R + G + B ~ 30%. #515140 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 81 + 64 = 226 (100%)
R 81 of 226 ~ 35.84%
G 81 of 226 ~ 35.84%
B 64 of 226 ~ 28.32'%

%35.84
%35.84
%28.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 68.24%

CMYK: (0,0,21,68)
C0M0Y21K68 (0%, 0%, 21%, 68%)
(0.00 / 0.00 / 0.21 / 0.68)

CMYK percentages

%0
%0
%20.99
%68.24

Codes

Color #515140 in popluar color models

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

Color #515140 in popluar number systems.

HEX 51 51 40
Decimal 81 81 64
Binary 1010001 1010001 1000000
Octal 121 121 100

Shades and tints

Shades of #515140

#515140
(81,81,64)
#4A4A3B
(74,74,59)
#434336
(67,67,54)
#3C3C31
(60,60,49)
#35352C
(53,53,44)
#2E2E27
(46,46,39)
#272722
(39,39,34)
#20201D
(32,32,29)
#191918
(25,25,24)
#121213
(18,18,19)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #515140

#515140
(81,81,64)
#606051
(96,96,81)
#6F6F62
(111,111,98)
#7E7E73
(126,126,115)
#8D8D84
(141,141,132)
#9C9C95
(156,156,149)
#ABABA6
(171,171,166)
#BABAB7
(186,186,183)
#C9C9C8
(201,201,200)
#D8D8D9
(216,216,217)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515140; }

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

This text font color is #515140.

Background Color

.myBgColor { background-color: #515140; }

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

This div background color is #515140.

Border color

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

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

This div border color is #515140.

Opacity

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

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

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

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

This text has shadow with #515140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515140.

Preview

Color preview on black background

This text has color #515140 on black background.


Color preview on white background

This text has color #515140 on white background.


Black color preview on #515140 background

This text has black color on #515140 background.


White color preview on #515140 background

This text has white color on #515140 background.


Related colors

Complementary color

Complementary color for #hex is #AEAEBF.


I love getcolorcode.com