COLOR #51504B

HEX: #51504B
RGB: (81,80,75)

Color info

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

RGB color model

#51504B color RGB value is (81,80,75).

  • red value is 81;
  • green value is 80;
  • blue value is 75.
RGB:
(81,80,75)
(32%,31%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 75 of 255 = 29%

81
80
75

R + G + B ~ 31%. #51504B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 75 = 236 (100%)
R 81 of 236 ~ 34.32%
G 80 of 236 ~ 33.9%
B 75 of 236 ~ 31.78%

%34.32
%33.9
%31.78

CMYK color model

#51504B color CMYK value is (0,1,7,68).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(0,1,7,68)
C0M1Y7K68 
(0%,1%,7%,68%)
(0.00/0.01/0.07/0.68)	

CMYK percentages

%0
%1.23
%7.41
%68.24

Codes

Color #51504B in popluar color models

51504B
RGB818075
HSL50°3.85%30.59%
HSB/HSV50°7.41%31.76%
CMYK0.00%1.23%7.41%
68.24%

Color #51504B in popluar number systems.

HEX51504B
Decimal818075
Binary101000110100001001011
Octal121120113

Shades and tints

Shades of #51504B

#51504B
(81,80,75)
#4A4945
(74,73,69)
#43423F
(67,66,63)
#3C3B39
(60,59,57)
#353433
(53,52,51)
#2E2D2D
(46,45,45)
#272627
(39,38,39)
#201F21
(32,31,33)
#19181B
(25,24,27)
#121115
(18,17,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #51504B

#51504B
(81,80,75)
#605F5B
(96,95,91)
#6F6E6B
(111,110,107)
#7E7D7B
(126,125,123)
#8D8C8B
(141,140,139)
#9C9B9B
(156,155,155)
#ABAAAB
(171,170,171)
#BAB9BB
(186,185,187)
#C9C8CB
(201,200,203)
#D8D7DB
(216,215,219)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51504B color. Also use rgb(81,80,75) instead hex code.

Text Font Color

.myTextColor { color: #51504B; }

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

This text font color is #51504B.


Background Color

.myBgColor { background-color: #51504B; }

<div style="background-color:#51504B">Inner text</div>

This div background color is #51504B.


Border color

.myBorderColor { border: 1px solid #51504B; }

<div style="border:3px solid #51504B">Div</div>

This div border color is #51504B.


Opacity

.myOpacity80 { color: #51504B; opacity: 0.8; }

<p style="color:#51504B;opacity:0.8;">80%</p>

Text with #51504B 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 #51504B;}

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

This text has shadow with #51504B color.

.textShadow {text-shadow: 3px 3px 1px #51504B, 3px 3px 1px red;}

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

This text has shadow with #51504B primary color and red secondary color.


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

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

This text has shadow with #51504B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51504B;
-webkit-box-shadow: 1px 1px 3px 2px #51504B;
box-shadow:1px 1px 3px 2px #51504B;">
Div content here</div>
This div box has shadow with color #51504B.

Preview

Color preview on black background

This text has color #51504B on black background.


Color preview on white background

This text has color #51504B on white background.



Black color preview on #51504B background

This text has black color on #51504B background.


White color preview on #51504B background

This text has white color on #51504B background.