COLOR #51494F

HEX: #51494F
RGB: (81,73,79)

Color info

#51494F contains red, green and blue colors in about the same proportion. Web safe color of #51494F is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

81
73
79

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

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 79 = 233 (100%)
R 81 of 233 ~ 34.76%
G 73 of 233 ~ 31.33%
B 79 of 233 ~ 33.91%

%34.76
%31.33
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(0,10,2,68)
C0M10Y2K68 
(0%,10%,2%,68%)
(0.00/0.10/0.02/0.68)	

CMYK percentages

%0
%9.88
%2.47
%68.24

Codes

Color #51494F in popluar color models

51494F
RGB817379
HSL315°5.19%30.20%
HSB/HSV315°9.88%31.76%
CMYK0.00%9.88%2.47%
68.24%

Color #51494F in popluar number systems.

HEX51494F
Decimal817379
Binary101000110010011001111
Octal121111117

Shades and tints

Shades of #51494F

#51494F
(81,73,79)
#4A4348
(74,67,72)
#433D41
(67,61,65)
#3C373A
(60,55,58)
#353133
(53,49,51)
#2E2B2C
(46,43,44)
#272525
(39,37,37)
#201F1E
(32,31,30)
#191917
(25,25,23)
#121310
(18,19,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #51494F

#51494F
(81,73,79)
#60595F
(96,89,95)
#6F696F
(111,105,111)
#7E797F
(126,121,127)
#8D898F
(141,137,143)
#9C999F
(156,153,159)
#ABA9AF
(171,169,175)
#BAB9BF
(186,185,191)
#C9C9CF
(201,201,207)
#D8D9DF
(216,217,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51494F; }

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

This text font color is #51494F.


Background Color

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

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

This div background color is #51494F.


Border color

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

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

This div border color is #51494F.


Opacity

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

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

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

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

This text has shadow with #51494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51494F on black background.


Color preview on white background

This text has color #51494F on white background.



Black color preview on #51494F background

This text has black color on #51494F background.


White color preview on #51494F background

This text has white color on #51494F background.