COLOR #515847

HEX: #515847
RGB: (81,88,71)

Color info

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

RGB color model

#515847 color RGB value is (81,88,71).

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

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 71 of 255 = 28%

81
88
71

R + G + B ~ 32%. #515847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 71 = 240 (100%)
R 81 of 240 ~ 33.75%
G 88 of 240 ~ 36.67%
B 71 of 240 ~ 29.58%

%33.75
%36.67
%29.58

CMYK color model

#515847 color CMYK value is (8,0,19,65).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 65.49%
CMYK:
(8,0,19,65)
C8M0Y19K65 
(8%,0%,19%,65%)
(0.08/0.00/0.19/0.65)	

CMYK percentages

%7.95
%0
%19.32
%65.49

Codes

Color #515847 in popluar color models

515847
RGB818871
HSL85°10.69%31.18%
HSB/HSV85°19.32%34.51%
CMYK7.95%0.00%19.32%
65.49%

Color #515847 in popluar number systems.

HEX515847
Decimal818871
Binary101000110110001000111
Octal121130107

Shades and tints

Shades of #515847

#515847
(81,88,71)
#4A5041
(74,80,65)
#43483B
(67,72,59)
#3C4035
(60,64,53)
#35382F
(53,56,47)
#2E3029
(46,48,41)
#272823
(39,40,35)
#20201D
(32,32,29)
#191817
(25,24,23)
#121011
(18,16,17)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #515847

#515847
(81,88,71)
#606757
(96,103,87)
#6F7667
(111,118,103)
#7E8577
(126,133,119)
#8D9487
(141,148,135)
#9CA397
(156,163,151)
#ABB2A7
(171,178,167)
#BAC1B7
(186,193,183)
#C9D0C7
(201,208,199)
#D8DFD7
(216,223,215)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515847; }

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

This text font color is #515847.


Background Color

.myBgColor { background-color: #515847; }

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

This div background color is #515847.


Border color

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

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

This div border color is #515847.


Opacity

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

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

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

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

This text has shadow with #515847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515847 on black background.


Color preview on white background

This text has color #515847 on white background.



Black color preview on #515847 background

This text has black color on #515847 background.


White color preview on #515847 background

This text has white color on #515847 background.