COLOR #515048

HEX: #515048
RGB: (81,80,72)

Color info

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

RGB color model

#515048 color RGB value is (81,80,72).

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

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 72 of 255 = 28%

81
80
72

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

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 72 = 233 (100%)
R 81 of 233 ~ 34.76%
G 80 of 233 ~ 34.33%
B 72 of 233 ~ 30.9%

%34.76
%34.33
%30.9

CMYK color model

#515048 color CMYK value is (0,1,11,68).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 11.11%
  • key color value is 68.24%
CMYK:
(0,1,11,68)
C0M1Y11K68 
(0%,1%,11%,68%)
(0.00/0.01/0.11/0.68)	

CMYK percentages

%0
%1.23
%11.11
%68.24

Codes

Color #515048 in popluar color models

515048
RGB818072
HSL53°5.88%30.00%
HSB/HSV53°11.11%31.76%
CMYK0.00%1.23%11.11%
68.24%

Color #515048 in popluar number systems.

HEX515048
Decimal818072
Binary101000110100001001000
Octal121120110

Shades and tints

Shades of #515048

#515048
(81,80,72)
#4A4942
(74,73,66)
#43423C
(67,66,60)
#3C3B36
(60,59,54)
#353430
(53,52,48)
#2E2D2A
(46,45,42)
#272624
(39,38,36)
#201F1E
(32,31,30)
#191818
(25,24,24)
#121112
(18,17,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #515048

#515048
(81,80,72)
#605F58
(96,95,88)
#6F6E68
(111,110,104)
#7E7D78
(126,125,120)
#8D8C88
(141,140,136)
#9C9B98
(156,155,152)
#ABAAA8
(171,170,168)
#BAB9B8
(186,185,184)
#C9C8C8
(201,200,200)
#D8D7D8
(216,215,216)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515048; }

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

This text font color is #515048.


Background Color

.myBgColor { background-color: #515048; }

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

This div background color is #515048.


Border color

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

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

This div border color is #515048.


Opacity

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

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

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

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

This text has shadow with #515048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515048 on black background.


Color preview on white background

This text has color #515048 on white background.



Black color preview on #515048 background

This text has black color on #515048 background.


White color preview on #515048 background

This text has white color on #515048 background.