COLOR #51574C

HEX: #51574C RGB: (81,87,76)

Color info

#51574C contains red, green and blue colors in about the same proportion. Web safe color of #51574C is #666633 (or #663).

RGB color model

#51574C color RGB value is (81,87,76).

RGB: (81,87,76) (32%, 34%, 30%)

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 76 of 255 = 30%

81
87
76

R + G + B ~ 32%. #51574C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 87 + 76 = 244 (100%)
R 81 of 244 ~ 33.2%
G 87 of 244 ~ 35.66%
B 76 of 244 ~ 31.15'%

%33.2
%35.66
%31.15

CMYK color model

#51574C color CMYK value is (7,0,13,66).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 65.88%

CMYK: (7,0,13,66)
C7M0Y13K66 (7%, 0%, 13%, 66%)
(0.07 / 0.00 / 0.13 / 0.66)

CMYK percentages

%6.9
%0
%12.64
%65.88

Codes

Color #51574C in popluar color models

51 57 4C
RGB 81 87 76
HSL 93° 6.75% 31.96%
HSB/HSV 93° 12.64% 34.12%
CMYK 6.90% 0.00% 12.64%
65.88%

Color #51574C in popluar number systems.

HEX 51 57 4C
Decimal 81 87 76
Binary 1010001 1010111 1001100
Octal 121 127 114

Shades and tints

Shades of #51574C

#51574C
(81,87,76)
#4A5046
(74,80,70)
#434940
(67,73,64)
#3C423A
(60,66,58)
#353B34
(53,59,52)
#2E342E
(46,52,46)
#272D28
(39,45,40)
#202622
(32,38,34)
#191F1C
(25,31,28)
#121816
(18,24,22)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #51574C

#51574C
(81,87,76)
#60665C
(96,102,92)
#6F756C
(111,117,108)
#7E847C
(126,132,124)
#8D938C
(141,147,140)
#9CA29C
(156,162,156)
#ABB1AC
(171,177,172)
#BAC0BC
(186,192,188)
#C9CFCC
(201,207,204)
#D8DEDC
(216,222,220)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51574C color. Also use rgb(81,87,76) instead hex code.

Text Font Color

.myTextColor { color: #51574C; }

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

This text font color is #51574C.

Background Color

.myBgColor { background-color: #51574C; }

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

This div background color is #51574C.

Border color

.myBorderColor { border: 1px solid #51574C; }

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

This div border color is #51574C.

Opacity

.myOpacity80 { color: #51574C; opacity: 0.8; }

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

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

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

This text has shadow with #51574C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51574C.

Preview

Color preview on black background

This text has color #51574C on black background.


Color preview on white background

This text has color #51574C on white background.


Black color preview on #51574C background

This text has black color on #51574C background.


White color preview on #51574C background

This text has white color on #51574C background.


Related colors

Complementary color

Complementary color for #hex is #AEA8B3.


I love getcolorcode.com

Triadic colors

1 #4C5157 and #574C51 with #51574C are triadic colors.

2 #4C5751 and #57514C with #51574C are triadic colors.