COLOR #515454

HEX: #515454
RGB: (81,84,84)

Color info

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

RGB color model

#515454 color RGB value is (81,84,84).

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

RGB channels and saturation

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

81
84
84

R + G + B ~ 33%. #515454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 84 = 249 (100%)
R 81 of 249 ~ 32.53%
G 84 of 249 ~ 33.73%
B 84 of 249 ~ 33.73%

%32.53
%33.73
%33.73

CMYK color model

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

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

CMYK percentages

%3.57
%0
%0
%67.06

Codes

Color #515454 in popluar color models

515454
RGB818484
HSL180°1.82%32.35%
HSB/HSV180°3.57%32.94%
CMYK3.57%0.00%0.00%
67.06%

Color #515454 in popluar number systems.

HEX515454
Decimal818484
Binary101000110101001010100
Octal121124124

Shades and tints

Shades of #515454

#515454
(81,84,84)
#4A4D4D
(74,77,77)
#434646
(67,70,70)
#3C3F3F
(60,63,63)
#353838
(53,56,56)
#2E3131
(46,49,49)
#272A2A
(39,42,42)
#202323
(32,35,35)
#191C1C
(25,28,28)
#121515
(18,21,21)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #515454

#515454
(81,84,84)
#606363
(96,99,99)
#6F7272
(111,114,114)
#7E8181
(126,129,129)
#8D9090
(141,144,144)
#9C9F9F
(156,159,159)
#ABAEAE
(171,174,174)
#BABDBD
(186,189,189)
#C9CCCC
(201,204,204)
#D8DBDB
(216,219,219)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515454; }

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

This text font color is #515454.


Background Color

.myBgColor { background-color: #515454; }

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

This div background color is #515454.


Border color

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

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

This div border color is #515454.


Opacity

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

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

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

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

This text has shadow with #515454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515454 on black background.


Color preview on white background

This text has color #515454 on white background.



Black color preview on #515454 background

This text has black color on #515454 background.


White color preview on #515454 background

This text has white color on #515454 background.