COLOR #515740

HEX: #515740
RGB: (81,87,64)

Color info

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

RGB color model

#515740 color RGB value is (81,87,64).

  • red value is 81;
  • green value is 87;
  • blue value is 64.
RGB:
(81,87,64)
(32%,34%,25%)

RGB channels and saturation

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

81
87
64

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 64 = 232 (100%)
R 81 of 232 ~ 34.91%
G 87 of 232 ~ 37.5%
B 64 of 232 ~ 27.59%

%34.91
%37.5
%27.59

CMYK color model

#515740 color CMYK value is (7,0,26,66).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(7,0,26,66)
C7M0Y26K66 
(7%,0%,26%,66%)
(0.07/0.00/0.26/0.66)	

CMYK percentages

%6.9
%0
%26.44
%65.88

Codes

Color #515740 in popluar color models

515740
RGB818764
HSL76°15.23%29.61%
HSB/HSV76°26.44%34.12%
CMYK6.90%0.00%26.44%
65.88%

Color #515740 in popluar number systems.

HEX515740
Decimal818764
Binary101000110101111000000
Octal121127100

Shades and tints

Shades of #515740

#515740
(81,87,64)
#4A503B
(74,80,59)
#434936
(67,73,54)
#3C4231
(60,66,49)
#353B2C
(53,59,44)
#2E3427
(46,52,39)
#272D22
(39,45,34)
#20261D
(32,38,29)
#191F18
(25,31,24)
#121813
(18,24,19)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #515740

#515740
(81,87,64)
#606651
(96,102,81)
#6F7562
(111,117,98)
#7E8473
(126,132,115)
#8D9384
(141,147,132)
#9CA295
(156,162,149)
#ABB1A6
(171,177,166)
#BAC0B7
(186,192,183)
#C9CFC8
(201,207,200)
#D8DED9
(216,222,217)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515740; }

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

This text font color is #515740.


Background Color

.myBgColor { background-color: #515740; }

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

This div background color is #515740.


Border color

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

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

This div border color is #515740.


Opacity

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

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

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

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

This text has shadow with #515740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515740 on black background.


Color preview on white background

This text has color #515740 on white background.



Black color preview on #515740 background

This text has black color on #515740 background.


White color preview on #515740 background

This text has white color on #515740 background.