COLOR #51525F

HEX: #51525F
RGB: (81,82,95)

Color info

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

RGB color model

#51525F color RGB value is (81,82,95).

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

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 95 of 255 = 37%

81
82
95

R + G + B ~ 34%. #51525F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 82 + 95 = 258 (100%)
R 81 of 258 ~ 31.4%
G 82 of 258 ~ 31.78%
B 95 of 258 ~ 36.82%

%31.4
%31.78
%36.82

CMYK color model

#51525F color CMYK value is (15,14,0,63).

  • cyan value is 14.74%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(15,14,0,63)
C15M14Y0K63 
(15%,14%,0%,63%)
(0.15/0.14/0.00/0.63)	

CMYK percentages

%14.74
%13.68
%0
%62.75

Codes

Color #51525F in popluar color models

51525F
RGB818295
HSL236°7.95%34.51%
HSB/HSV236°14.74%37.25%
CMYK14.74%13.68%0.00%
62.75%

Color #51525F in popluar number systems.

HEX51525F
Decimal818295
Binary101000110100101011111
Octal121122137

Shades and tints

Shades of #51525F

#51525F
(81,82,95)
#4A4B57
(74,75,87)
#43444F
(67,68,79)
#3C3D47
(60,61,71)
#35363F
(53,54,63)
#2E2F37
(46,47,55)
#27282F
(39,40,47)
#202127
(32,33,39)
#191A1F
(25,26,31)
#121317
(18,19,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #51525F

#51525F
(81,82,95)
#60616D
(96,97,109)
#6F707B
(111,112,123)
#7E7F89
(126,127,137)
#8D8E97
(141,142,151)
#9C9DA5
(156,157,165)
#ABACB3
(171,172,179)
#BABBC1
(186,187,193)
#C9CACF
(201,202,207)
#D8D9DD
(216,217,221)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51525F color. Also use rgb(81,82,95) instead hex code.

Text Font Color

.myTextColor { color: #51525F; }

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

This text font color is #51525F.


Background Color

.myBgColor { background-color: #51525F; }

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

This div background color is #51525F.


Border color

.myBorderColor { border: 1px solid #51525F; }

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

This div border color is #51525F.


Opacity

.myOpacity80 { color: #51525F; opacity: 0.8; }

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

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

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

This text has shadow with #51525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51525F on black background.


Color preview on white background

This text has color #51525F on white background.



Black color preview on #51525F background

This text has black color on #51525F background.


White color preview on #51525F background

This text has white color on #51525F background.