COLOR #515841

HEX: #515841
RGB: (81,88,65)

Color info

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

RGB color model

#515841 color RGB value is (81,88,65).

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

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 65 of 255 = 25%

81
88
65

R + G + B ~ 31%. #515841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 65 = 234 (100%)
R 81 of 234 ~ 34.62%
G 88 of 234 ~ 37.61%
B 65 of 234 ~ 27.78%

%34.62
%37.61
%27.78

CMYK color model

#515841 color CMYK value is (8,0,26,65).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(8,0,26,65)
C8M0Y26K65 
(8%,0%,26%,65%)
(0.08/0.00/0.26/0.65)	

CMYK percentages

%7.95
%0
%26.14
%65.49

Codes

Color #515841 in popluar color models

515841
RGB818865
HSL78°15.03%30.00%
HSB/HSV78°26.14%34.51%
CMYK7.95%0.00%26.14%
65.49%

Color #515841 in popluar number systems.

HEX515841
Decimal818865
Binary101000110110001000001
Octal121130101

Shades and tints

Shades of #515841

#515841
(81,88,65)
#4A503C
(74,80,60)
#434837
(67,72,55)
#3C4032
(60,64,50)
#35382D
(53,56,45)
#2E3028
(46,48,40)
#272823
(39,40,35)
#20201E
(32,32,30)
#191819
(25,24,25)
#121014
(18,16,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #515841

#515841
(81,88,65)
#606752
(96,103,82)
#6F7663
(111,118,99)
#7E8574
(126,133,116)
#8D9485
(141,148,133)
#9CA396
(156,163,150)
#ABB2A7
(171,178,167)
#BAC1B8
(186,193,184)
#C9D0C9
(201,208,201)
#D8DFDA
(216,223,218)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515841; }

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

This text font color is #515841.


Background Color

.myBgColor { background-color: #515841; }

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

This div background color is #515841.


Border color

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

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

This div border color is #515841.


Opacity

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

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

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

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

This text has shadow with #515841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515841 on black background.


Color preview on white background

This text has color #515841 on white background.



Black color preview on #515841 background

This text has black color on #515841 background.


White color preview on #515841 background

This text has white color on #515841 background.