COLOR #51514F

HEX: #51514F RGB: (81,81,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
81
79

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

Portions of RGB colors in percentages

R + G + B = 81 + 81 + 79 = 241 (100%)
R 81 of 241 ~ 33.61%
G 81 of 241 ~ 33.61%
B 79 of 241 ~ 32.78'%

%33.61
%33.61
%32.78

CMYK color model

#51514F color CMYK value is (0,0,2,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 68.24%

CMYK: (0,0,2,68)
C0M0Y2K68 (0%, 0%, 2%, 68%)
(0.00 / 0.00 / 0.02 / 0.68)

CMYK percentages

%0
%0
%2.47
%68.24

Codes

Color #51514F in popluar color models

51 51 4F
RGB 81 81 79
HSL 60° 1.25% 31.37%
HSB/HSV 60° 2.47% 31.76%
CMYK 0.00% 0.00% 2.47%
68.24%

Color #51514F in popluar number systems.

HEX 51 51 4F
Decimal 81 81 79
Binary 1010001 1010001 1001111
Octal 121 121 117

Shades and tints

Shades of #51514F

#51514F
(81,81,79)
#4A4A48
(74,74,72)
#434341
(67,67,65)
#3C3C3A
(60,60,58)
#353533
(53,53,51)
#2E2E2C
(46,46,44)
#272725
(39,39,37)
#20201E
(32,32,30)
#191917
(25,25,23)
#121210
(18,18,16)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #51514F

#51514F
(81,81,79)
#60605F
(96,96,95)
#6F6F6F
(111,111,111)
#7E7E7F
(126,126,127)
#8D8D8F
(141,141,143)
#9C9C9F
(156,156,159)
#ABABAF
(171,171,175)
#BABABF
(186,186,191)
#C9C9CF
(201,201,207)
#D8D8DF
(216,216,223)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51514F; }

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

This text font color is #51514F.

Background Color

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

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

This div background color is #51514F.

Border color

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

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

This div border color is #51514F.

Opacity

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

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

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

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

This text has shadow with #51514F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51514F.

Preview

Color preview on black background

This text has color #51514F on black background.


Color preview on white background

This text has color #51514F on white background.


Black color preview on #51514F background

This text has black color on #51514F background.


White color preview on #51514F background

This text has white color on #51514F background.


Related colors

Complementary color

Complementary color for #hex is #AEAEB0.


I love getcolorcode.com