COLOR #51554F

HEX: #51554F RGB: (81,85,79)

Color info

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

RGB color model

#51554F color RGB value is (81,85,79).

RGB: (81,85,79) (32%, 33%, 31%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 79 of 255 = 31%

81
85
79

R + G + B ~ 32%. #51554F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 85 + 79 = 245 (100%)
R 81 of 245 ~ 33.06%
G 85 of 245 ~ 34.69%
B 79 of 245 ~ 32.24'%

%33.06
%34.69
%32.24

CMYK color model

#51554F color CMYK value is (5,0,7,67).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK: (5,0,7,67) C5M0Y7K67 (5%,0%,7%,67%) (0.05/0.00/0.07/0.67) 

CMYK percentages

%4.71
%0
%7.06
%66.67

Codes

Color #51554F in popluar color models

51 55 4F
RGB 81 85 79
HSL 100° 3.66% 32.16%
HSB/HSV 100° 7.06% 33.33%
CMYK 4.71% 0.00% 7.06%
66.67%

Color #51554F in popluar number systems.

HEX 51 55 4F
Decimal 81 85 79
Binary 1010001 1010101 1001111
Octal 121 125 117

Shades and tints

Shades of #51554F

#51554F
(81,85,79)
#4A4E48
(74,78,72)
#434741
(67,71,65)
#3C403A
(60,64,58)
#353933
(53,57,51)
#2E322C
(46,50,44)
#272B25
(39,43,37)
#20241E
(32,36,30)
#191D17
(25,29,23)
#121610
(18,22,16)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #51554F

#51554F
(81,85,79)
#60645F
(96,100,95)
#6F736F
(111,115,111)
#7E827F
(126,130,127)
#8D918F
(141,145,143)
#9CA09F
(156,160,159)
#ABAFAF
(171,175,175)
#BABEBF
(186,190,191)
#C9CDCF
(201,205,207)
#D8DCDF
(216,220,223)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51554F color. Also use rgb(81,85,79) instead hex code.

Text Font Color

.myTextColor { color: #51554F; }

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

This text font color is #51554F.

Background Color

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

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

This div background color is #51554F.

Border color

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

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

This div border color is #51554F.

Opacity

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

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

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

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

This text has shadow with #51554F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51554F.

Preview

Color preview on black background

This text has color #51554F on black background.


Color preview on white background

This text has color #51554F on white background.


Black color preview on #51554F background

This text has black color on #51554F background.


White color preview on #51554F background

This text has white color on #51554F background.


Related colors

Complementary color

Complementary color for #hex is #AEAAB0.


I love getcolorcode.com

Triadic colors

1 #4F5155 and #554F51 with #51554F are triadic colors.

2 #4F5551 and #55514F with #51554F are triadic colors.