COLOR #51525E

HEX: #51525E RGB: (81,82,94)

Color info

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

RGB color model

#51525E color RGB value is (81,82,94).

RGB: (81,82,94) (32%, 32%, 37%)

RGB channels and saturation

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

81
82
94

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

Portions of RGB colors in percentages

R + G + B = 81 + 82 + 94 = 257 (100%)
R 81 of 257 ~ 31.52%
G 82 of 257 ~ 31.91%
B 94 of 257 ~ 36.58'%

%31.52
%31.91
%36.58

CMYK color model

#51525E color CMYK value is (14,13,0,63).

  • cyan value is 13.83%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (14,13,0,63)
C14M13Y0K63 (14%, 13%, 0%, 63%)
(0.14 / 0.13 / 0.00 / 0.63)

CMYK percentages

%13.83
%12.77
%0
%63.14

Codes

Color #51525E in popluar color models

51 52 5E
RGB 81 82 94
HSL 235° 7.43% 34.31%
HSB/HSV 235° 13.83% 36.86%
CMYK 13.83% 12.77% 0.00%
63.14%

Color #51525E in popluar number systems.

HEX 51 52 5E
Decimal 81 82 94
Binary 1010001 1010010 1011110
Octal 121 122 136

Shades and tints

Shades of #51525E

#51525E
(81,82,94)
#4A4B56
(74,75,86)
#43444E
(67,68,78)
#3C3D46
(60,61,70)
#35363E
(53,54,62)
#2E2F36
(46,47,54)
#27282E
(39,40,46)
#202126
(32,33,38)
#191A1E
(25,26,30)
#121316
(18,19,22)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #51525E

#51525E
(81,82,94)
#60616C
(96,97,108)
#6F707A
(111,112,122)
#7E7F88
(126,127,136)
#8D8E96
(141,142,150)
#9C9DA4
(156,157,164)
#ABACB2
(171,172,178)
#BABBC0
(186,187,192)
#C9CACE
(201,202,206)
#D8D9DC
(216,217,220)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51525E; }

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

This text font color is #51525E.

Background Color

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

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

This div background color is #51525E.

Border color

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

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

This div border color is #51525E.

Opacity

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

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

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

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

This text has shadow with #51525E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51525E.

Preview

Color preview on black background

This text has color #51525E on black background.


Color preview on white background

This text has color #51525E on white background.


Black color preview on #51525E background

This text has black color on #51525E background.


White color preview on #51525E background

This text has white color on #51525E background.


Related colors

Complementary color

Complementary color for #hex is #AEADA1.


I love getcolorcode.com

Triadic colors

1 #5E5152 and #525E51 with #51525E are triadic colors.

2 #5E5251 and #52515E with #51525E are triadic colors.