COLOR #515450

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
84
80

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

Portions of RGB colors in percentages

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

%33.06
%34.29
%32.65

CMYK color model

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

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

CMYK percentages

%3.57
%0
%4.76
%67.06

Codes

Color #515450 in popluar color models

515450
RGB818480
HSL105°2.44%32.16%
HSB/HSV105°4.76%32.94%
CMYK3.57%0.00%4.76%
67.06%

Color #515450 in popluar number systems.

HEX515450
Decimal818480
Binary101000110101001010000
Octal121124120

Shades and tints

Shades of #515450

#515450
(81,84,80)
#4A4D49
(74,77,73)
#434642
(67,70,66)
#3C3F3B
(60,63,59)
#353834
(53,56,52)
#2E312D
(46,49,45)
#272A26
(39,42,38)
#20231F
(32,35,31)
#191C18
(25,28,24)
#121511
(18,21,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #515450

#515450
(81,84,80)
#60635F
(96,99,95)
#6F726E
(111,114,110)
#7E817D
(126,129,125)
#8D908C
(141,144,140)
#9C9F9B
(156,159,155)
#ABAEAA
(171,174,170)
#BABDB9
(186,189,185)
#C9CCC8
(201,204,200)
#D8DBD7
(216,219,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515450; }

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

This text font color is #515450.


Background Color

.myBgColor { background-color: #515450; }

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

This div background color is #515450.


Border color

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

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

This div border color is #515450.


Opacity

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

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

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

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

This text has shadow with #515450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515450 on black background.


Color preview on white background

This text has color #515450 on white background.



Black color preview on #515450 background

This text has black color on #515450 background.


White color preview on #515450 background

This text has white color on #515450 background.