COLOR #515640

HEX: #515640
RGB: (81,86,64)

Color info

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

RGB color model

#515640 color RGB value is (81,86,64).

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

RGB channels and saturation

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

81
86
64

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

Portions of RGB colors in percentages

R + G + B =
81 + 86 + 64 = 231 (100%)
R 81 of 231 ~ 35.06%
G 86 of 231 ~ 37.23%
B 64 of 231 ~ 27.71%

%35.06
%37.23
%27.71

CMYK color model

#515640 color CMYK value is (6,0,26,66).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 66.27%
CMYK:
(6,0,26,66)
C6M0Y26K66 
(6%,0%,26%,66%)
(0.06/0.00/0.26/0.66)	

CMYK percentages

%5.81
%0
%25.58
%66.27

Codes

Color #515640 in popluar color models

515640
RGB818664
HSL74°14.67%29.41%
HSB/HSV74°25.58%33.73%
CMYK5.81%0.00%25.58%
66.27%

Color #515640 in popluar number systems.

HEX515640
Decimal818664
Binary101000110101101000000
Octal121126100

Shades and tints

Shades of #515640

#515640
(81,86,64)
#4A4F3B
(74,79,59)
#434836
(67,72,54)
#3C4131
(60,65,49)
#353A2C
(53,58,44)
#2E3327
(46,51,39)
#272C22
(39,44,34)
#20251D
(32,37,29)
#191E18
(25,30,24)
#121713
(18,23,19)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #515640

#515640
(81,86,64)
#606551
(96,101,81)
#6F7462
(111,116,98)
#7E8373
(126,131,115)
#8D9284
(141,146,132)
#9CA195
(156,161,149)
#ABB0A6
(171,176,166)
#BABFB7
(186,191,183)
#C9CEC8
(201,206,200)
#D8DDD9
(216,221,217)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515640; }

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

This text font color is #515640.


Background Color

.myBgColor { background-color: #515640; }

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

This div background color is #515640.


Border color

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

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

This div border color is #515640.


Opacity

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

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

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

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

This text has shadow with #515640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515640 on black background.


Color preview on white background

This text has color #515640 on white background.



Black color preview on #515640 background

This text has black color on #515640 background.


White color preview on #515640 background

This text has white color on #515640 background.