COLOR #515641

HEX: #515641
RGB: (81,86,65)

Color info

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

RGB color model

#515641 color RGB value is (81,86,65).

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

RGB channels and saturation

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

81
86
65

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

Portions of RGB colors in percentages

R + G + B =
81 + 86 + 65 = 232 (100%)
R 81 of 232 ~ 34.91%
G 86 of 232 ~ 37.07%
B 65 of 232 ~ 28.02%

%34.91
%37.07
%28.02

CMYK color model

#515641 color CMYK value is (6,0,24,66).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 24.42%
  • key color value is 66.27%
CMYK:
(6,0,24,66)
C6M0Y24K66 
(6%,0%,24%,66%)
(0.06/0.00/0.24/0.66)	

CMYK percentages

%5.81
%0
%24.42
%66.27

Codes

Color #515641 in popluar color models

515641
RGB818665
HSL74°13.91%29.61%
HSB/HSV74°24.42%33.73%
CMYK5.81%0.00%24.42%
66.27%

Color #515641 in popluar number systems.

HEX515641
Decimal818665
Binary101000110101101000001
Octal121126101

Shades and tints

Shades of #515641

#515641
(81,86,65)
#4A4F3C
(74,79,60)
#434837
(67,72,55)
#3C4132
(60,65,50)
#353A2D
(53,58,45)
#2E3328
(46,51,40)
#272C23
(39,44,35)
#20251E
(32,37,30)
#191E19
(25,30,25)
#121714
(18,23,20)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #515641

#515641
(81,86,65)
#606552
(96,101,82)
#6F7463
(111,116,99)
#7E8374
(126,131,116)
#8D9285
(141,146,133)
#9CA196
(156,161,150)
#ABB0A7
(171,176,167)
#BABFB8
(186,191,184)
#C9CEC9
(201,206,201)
#D8DDDA
(216,221,218)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515641; }

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

This text font color is #515641.


Background Color

.myBgColor { background-color: #515641; }

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

This div background color is #515641.


Border color

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

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

This div border color is #515641.


Opacity

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

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

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

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

This text has shadow with #515641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515641 on black background.


Color preview on white background

This text has color #515641 on white background.



Black color preview on #515641 background

This text has black color on #515641 background.


White color preview on #515641 background

This text has white color on #515641 background.