COLOR #515848

HEX: #515848
RGB: (81,88,72)

Color info

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

RGB color model

#515848 color RGB value is (81,88,72).

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

RGB channels and saturation

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

81
88
72

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

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 72 = 241 (100%)
R 81 of 241 ~ 33.61%
G 88 of 241 ~ 36.51%
B 72 of 241 ~ 29.88%

%33.61
%36.51
%29.88

CMYK color model

#515848 color CMYK value is (8,0,18,65).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(8,0,18,65)
C8M0Y18K65 
(8%,0%,18%,65%)
(0.08/0.00/0.18/0.65)	

CMYK percentages

%7.95
%0
%18.18
%65.49

Codes

Color #515848 in popluar color models

515848
RGB818872
HSL86°10.00%31.37%
HSB/HSV86°18.18%34.51%
CMYK7.95%0.00%18.18%
65.49%

Color #515848 in popluar number systems.

HEX515848
Decimal818872
Binary101000110110001001000
Octal121130110

Shades and tints

Shades of #515848

#515848
(81,88,72)
#4A5042
(74,80,66)
#43483C
(67,72,60)
#3C4036
(60,64,54)
#353830
(53,56,48)
#2E302A
(46,48,42)
#272824
(39,40,36)
#20201E
(32,32,30)
#191818
(25,24,24)
#121012
(18,16,18)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #515848

#515848
(81,88,72)
#606758
(96,103,88)
#6F7668
(111,118,104)
#7E8578
(126,133,120)
#8D9488
(141,148,136)
#9CA398
(156,163,152)
#ABB2A8
(171,178,168)
#BAC1B8
(186,193,184)
#C9D0C8
(201,208,200)
#D8DFD8
(216,223,216)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515848; }

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

This text font color is #515848.


Background Color

.myBgColor { background-color: #515848; }

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

This div background color is #515848.


Border color

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

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

This div border color is #515848.


Opacity

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

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

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

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

This text has shadow with #515848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515848 on black background.


Color preview on white background

This text has color #515848 on white background.



Black color preview on #515848 background

This text has black color on #515848 background.


White color preview on #515848 background

This text has white color on #515848 background.