COLOR #51564D

HEX: #51564D RGB: (81,86,77)

Color info

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

RGB color model

#51564D color RGB value is (81,86,77).

RGB: (81,86,77) (32%, 34%, 30%)

RGB channels and saturation

R 81 of 255 = 32%
G 86 of 255 = 34%
B 77 of 255 = 30%

81
86
77

R + G + B ~ 32%. #51564D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 86 + 77 = 244 (100%)
R 81 of 244 ~ 33.2%
G 86 of 244 ~ 35.25%
B 77 of 244 ~ 31.56'%

%33.2
%35.25
%31.56

CMYK color model

#51564D color CMYK value is (6,0,10,66).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 66.27%

CMYK: (6,0,10,66)
C6M0Y10K66 (6%, 0%, 10%, 66%)
(0.06 / 0.00 / 0.10 / 0.66)

CMYK percentages

%5.81
%0
%10.47
%66.27

Codes

Color #51564D in popluar color models

51 56 4D
RGB 81 86 77
HSL 93° 5.52% 31.96%
HSB/HSV 93° 10.47% 33.73%
CMYK 5.81% 0.00% 10.47%
66.27%

Color #51564D in popluar number systems.

HEX 51 56 4D
Decimal 81 86 77
Binary 1010001 1010110 1001101
Octal 121 126 115

Shades and tints

Shades of #51564D

#51564D
(81,86,77)
#4A4F46
(74,79,70)
#43483F
(67,72,63)
#3C4138
(60,65,56)
#353A31
(53,58,49)
#2E332A
(46,51,42)
#272C23
(39,44,35)
#20251C
(32,37,28)
#191E15
(25,30,21)
#12170E
(18,23,14)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #51564D

#51564D
(81,86,77)
#60655D
(96,101,93)
#6F746D
(111,116,109)
#7E837D
(126,131,125)
#8D928D
(141,146,141)
#9CA19D
(156,161,157)
#ABB0AD
(171,176,173)
#BABFBD
(186,191,189)
#C9CECD
(201,206,205)
#D8DDDD
(216,221,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51564D color. Also use rgb(81,86,77) instead hex code.

Text Font Color

.myTextColor { color: #51564D; }

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

This text font color is #51564D.

Background Color

.myBgColor { background-color: #51564D; }

<div style="background-color:#51564D">Inner text</div>

This div background color is #51564D.

Border color

.myBorderColor { border: 1px solid #51564D; }

<div style="border:3px solid #51564D">Div</div>

This div border color is #51564D.

Opacity

.myOpacity80 { color: #51564D; opacity: 0.8; }

<p style="color:#51564D;opacity:0.8;">80%</p>

Text with #51564D 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 #51564D;}

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

This text has shadow with #51564D color.


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

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

This text has shadow with #51564D primary color and red secondary color.


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

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

This text has shadow with #51564D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51564D.

Preview

Color preview on black background

This text has color #51564D on black background.


Color preview on white background

This text has color #51564D on white background.


Black color preview on #51564D background

This text has black color on #51564D background.


White color preview on #51564D background

This text has white color on #51564D background.


Related colors

Complementary color

Complementary color for #hex is #AEA9B2.


I love getcolorcode.com

Triadic colors

1 #4D5156 and #564D51 with #51564D are triadic colors.

2 #4D5651 and #56514D with #51564D are triadic colors.