COLOR #515054

HEX: #515054
RGB: (81,80,84)

Color info

#515054 contains red, green and blue colors in about the same proportion. Web safe color of #515054 is #666666 (or #666).

RGB color model

#515054 color RGB value is (81,80,84).

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

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 84 of 255 = 33%

81
80
84

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

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 84 = 245 (100%)
R 81 of 245 ~ 33.06%
G 80 of 245 ~ 32.65%
B 84 of 245 ~ 34.29%

%33.06
%32.65
%34.29

CMYK color model

#515054 color CMYK value is (4,5,0,67).

  • cyan value is 3.57%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(4,5,0,67)
C4M5Y0K67 
(4%,5%,0%,67%)
(0.04/0.05/0.00/0.67)	

CMYK percentages

%3.57
%4.76
%0
%67.06

Codes

Color #515054 in popluar color models

515054
RGB818084
HSL255°2.44%32.16%
HSB/HSV255°4.76%32.94%
CMYK3.57%4.76%0.00%
67.06%

Color #515054 in popluar number systems.

HEX515054
Decimal818084
Binary101000110100001010100
Octal121120124

Shades and tints

Shades of #515054

#515054
(81,80,84)
#4A494D
(74,73,77)
#434246
(67,66,70)
#3C3B3F
(60,59,63)
#353438
(53,52,56)
#2E2D31
(46,45,49)
#27262A
(39,38,42)
#201F23
(32,31,35)
#19181C
(25,24,28)
#121115
(18,17,21)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #515054

#515054
(81,80,84)
#605F63
(96,95,99)
#6F6E72
(111,110,114)
#7E7D81
(126,125,129)
#8D8C90
(141,140,144)
#9C9B9F
(156,155,159)
#ABAAAE
(171,170,174)
#BAB9BD
(186,185,189)
#C9C8CC
(201,200,204)
#D8D7DB
(216,215,219)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515054; }

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

This text font color is #515054.


Background Color

.myBgColor { background-color: #515054; }

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

This div background color is #515054.


Border color

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

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

This div border color is #515054.


Opacity

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

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

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

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

This text has shadow with #515054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515054 on black background.


Color preview on white background

This text has color #515054 on white background.



Black color preview on #515054 background

This text has black color on #515054 background.


White color preview on #515054 background

This text has white color on #515054 background.