COLOR #51575A

HEX: #51575A RGB: (81,87,90)

Color info

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

RGB color model

#51575A color RGB value is (81,87,90).

RGB: (81,87,90) (32%, 34%, 35%)

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 90 of 255 = 35%

81
87
90

R + G + B ~ 34%. #51575A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 87 + 90 = 258 (100%)
R 81 of 258 ~ 31.4%
G 87 of 258 ~ 33.72%
B 90 of 258 ~ 34.88'%

%31.4
%33.72
%34.88

CMYK color model

#51575A color CMYK value is (10,3,0,65).

  • cyan value is 10.00%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (10,3,0,65) C10M3Y0K65 (10%,3%,0%,65%) (0.10/0.03/0.00/0.65) 

CMYK percentages

%10
%3.33
%0
%64.71

Codes

Color #51575A in popluar color models

51 57 5A
RGB 81 87 90
HSL 200° 5.26% 33.53%
HSB/HSV 200° 10.00% 35.29%
CMYK 10.00% 3.33% 0.00%
64.71%

Color #51575A in popluar number systems.

HEX 51 57 5A
Decimal 81 87 90
Binary 1010001 1010111 1011010
Octal 121 127 132

Shades and tints

Shades of #51575A

#51575A
(81,87,90)
#4A5052
(74,80,82)
#43494A
(67,73,74)
#3C4242
(60,66,66)
#353B3A
(53,59,58)
#2E3432
(46,52,50)
#272D2A
(39,45,42)
#202622
(32,38,34)
#191F1A
(25,31,26)
#121812
(18,24,18)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #51575A

#51575A
(81,87,90)
#606669
(96,102,105)
#6F7578
(111,117,120)
#7E8487
(126,132,135)
#8D9396
(141,147,150)
#9CA2A5
(156,162,165)
#ABB1B4
(171,177,180)
#BAC0C3
(186,192,195)
#C9CFD2
(201,207,210)
#D8DEE1
(216,222,225)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51575A color. Also use rgb(81,87,90) instead hex code.

Text Font Color

.myTextColor { color: #51575A; }

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

This text font color is #51575A.

Background Color

.myBgColor { background-color: #51575A; }

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

This div background color is #51575A.

Border color

.myBorderColor { border: 1px solid #51575A; }

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

This div border color is #51575A.

Opacity

.myOpacity80 { color: #51575A; opacity: 0.8; }

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

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

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

This text has shadow with #51575A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51575A.

Preview

Color preview on black background

This text has color #51575A on black background.


Color preview on white background

This text has color #51575A on white background.


Black color preview on #51575A background

This text has black color on #51575A background.


White color preview on #51575A background

This text has white color on #51575A background.


Related colors

Complementary color

Complementary color for #hex is #AEA8A5.


I love getcolorcode.com

Triadic colors

1 #5A5157 and #575A51 with #51575A are triadic colors.

2 #5A5751 and #57515A with #51575A are triadic colors.