COLOR #51524E

HEX: #51524E
RGB: (81,82,78)

Color info

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

RGB color model

#51524E color RGB value is (81,82,78).

  • red value is 81;
  • green value is 82;
  • blue value is 78.
RGB:
(81,82,78)
(32%,32%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 78 of 255 = 31%

81
82
78

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

Portions of RGB colors in percentages

R + G + B =
81 + 82 + 78 = 241 (100%)
R 81 of 241 ~ 33.61%
G 82 of 241 ~ 34.02%
B 78 of 241 ~ 32.37%

%33.61
%34.02
%32.37

CMYK color model

#51524E color CMYK value is (1,0,5,68).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(1,0,5,68)
C1M0Y5K68 
(1%,0%,5%,68%)
(0.01/0.00/0.05/0.68)	

CMYK percentages

%1.22
%0
%4.88
%67.84

Codes

Color #51524E in popluar color models

51524E
RGB818278
HSL75°2.50%31.37%
HSB/HSV75°4.88%32.16%
CMYK1.22%0.00%4.88%
67.84%

Color #51524E in popluar number systems.

HEX51524E
Decimal818278
Binary101000110100101001110
Octal121122116

Shades and tints

Shades of #51524E

#51524E
(81,82,78)
#4A4B47
(74,75,71)
#434440
(67,68,64)
#3C3D39
(60,61,57)
#353632
(53,54,50)
#2E2F2B
(46,47,43)
#272824
(39,40,36)
#20211D
(32,33,29)
#191A16
(25,26,22)
#12130F
(18,19,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #51524E

#51524E
(81,82,78)
#60615E
(96,97,94)
#6F706E
(111,112,110)
#7E7F7E
(126,127,126)
#8D8E8E
(141,142,142)
#9C9D9E
(156,157,158)
#ABACAE
(171,172,174)
#BABBBE
(186,187,190)
#C9CACE
(201,202,206)
#D8D9DE
(216,217,222)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51524E color. Also use rgb(81,82,78) instead hex code.

Text Font Color

.myTextColor { color: #51524E; }

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

This text font color is #51524E.


Background Color

.myBgColor { background-color: #51524E; }

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

This div background color is #51524E.


Border color

.myBorderColor { border: 1px solid #51524E; }

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

This div border color is #51524E.


Opacity

.myOpacity80 { color: #51524E; opacity: 0.8; }

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

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

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

This text has shadow with #51524E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51524E on black background.


Color preview on white background

This text has color #51524E on white background.



Black color preview on #51524E background

This text has black color on #51524E background.


White color preview on #51524E background

This text has white color on #51524E background.