COLOR #51534F

HEX: #51534F
RGB: (81,83,79)

Color info

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

RGB color model

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

  • red value is 81;
  • green value is 83;
  • blue value is 79.
RGB:
(81,83,79)
(32%,33%,31%)

RGB channels and saturation

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

81
83
79

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

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 79 = 243 (100%)
R 81 of 243 ~ 33.33%
G 83 of 243 ~ 34.16%
B 79 of 243 ~ 32.51%

%33.33
%34.16
%32.51

CMYK color model

#51534F color CMYK value is (2,0,5,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK:
(2,0,5,67)
C2M0Y5K67 
(2%,0%,5%,67%)
(0.02/0.00/0.05/0.67)	

CMYK percentages

%2.41
%0
%4.82
%67.45

Codes

Color #51534F in popluar color models

51534F
RGB818379
HSL90°2.47%31.76%
HSB/HSV90°4.82%32.55%
CMYK2.41%0.00%4.82%
67.45%

Color #51534F in popluar number systems.

HEX51534F
Decimal818379
Binary101000110100111001111
Octal121123117

Shades and tints

Shades of #51534F

#51534F
(81,83,79)
#4A4C48
(74,76,72)
#434541
(67,69,65)
#3C3E3A
(60,62,58)
#353733
(53,55,51)
#2E302C
(46,48,44)
#272925
(39,41,37)
#20221E
(32,34,30)
#191B17
(25,27,23)
#121410
(18,20,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #51534F

#51534F
(81,83,79)
#60625F
(96,98,95)
#6F716F
(111,113,111)
#7E807F
(126,128,127)
#8D8F8F
(141,143,143)
#9C9E9F
(156,158,159)
#ABADAF
(171,173,175)
#BABCBF
(186,188,191)
#C9CBCF
(201,203,207)
#D8DADF
(216,218,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51534F; }

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

This text font color is #51534F.


Background Color

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

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

This div background color is #51534F.


Border color

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

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

This div border color is #51534F.


Opacity

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

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

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

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

This text has shadow with #51534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51534F on black background.


Color preview on white background

This text has color #51534F on white background.



Black color preview on #51534F background

This text has black color on #51534F background.


White color preview on #51534F background

This text has white color on #51534F background.