COLOR #51464D

HEX: #51464D
RGB: (81,70,77)

Color info

#51464D contains red, green and blue colors in about the same proportion. Web safe color of #51464D is #663333 (or #633).

RGB color model

#51464D color RGB value is (81,70,77).

  • red value is 81;
  • green value is 70;
  • blue value is 77.
RGB:
(81,70,77)
(32%,27%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 77 of 255 = 30%

81
70
77

R + G + B ~ 30%. #51464D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 77 = 228 (100%)
R 81 of 228 ~ 35.53%
G 70 of 228 ~ 30.7%
B 77 of 228 ~ 33.77%

%35.53
%30.7
%33.77

CMYK color model

#51464D color CMYK value is (0,14,5,68).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,14,5,68)
C0M14Y5K68 
(0%,14%,5%,68%)
(0.00/0.14/0.05/0.68)	

CMYK percentages

%0
%13.58
%4.94
%68.24

Codes

Color #51464D in popluar color models

51464D
RGB817077
HSL322°7.28%29.61%
HSB/HSV322°13.58%31.76%
CMYK0.00%13.58%4.94%
68.24%

Color #51464D in popluar number systems.

HEX51464D
Decimal817077
Binary101000110001101001101
Octal121106115

Shades and tints

Shades of #51464D

#51464D
(81,70,77)
#4A4046
(74,64,70)
#433A3F
(67,58,63)
#3C3438
(60,52,56)
#352E31
(53,46,49)
#2E282A
(46,40,42)
#272223
(39,34,35)
#201C1C
(32,28,28)
#191615
(25,22,21)
#12100E
(18,16,14)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #51464D

#51464D
(81,70,77)
#60565D
(96,86,93)
#6F666D
(111,102,109)
#7E767D
(126,118,125)
#8D868D
(141,134,141)
#9C969D
(156,150,157)
#ABA6AD
(171,166,173)
#BAB6BD
(186,182,189)
#C9C6CD
(201,198,205)
#D8D6DD
(216,214,221)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51464D color. Also use rgb(81,70,77) instead hex code.

Text Font Color

.myTextColor { color: #51464D; }

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

This text font color is #51464D.


Background Color

.myBgColor { background-color: #51464D; }

<div style="background-color:#51464D">Inner text</div>

This div background color is #51464D.


Border color

.myBorderColor { border: 1px solid #51464D; }

<div style="border:3px solid #51464D">Div</div>

This div border color is #51464D.


Opacity

.myOpacity80 { color: #51464D; opacity: 0.8; }

<p style="color:#51464D;opacity:0.8;">80%</p>

Text with #51464D 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 #51464D;}

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

This text has shadow with #51464D color.

.textShadow {text-shadow: 3px 3px 1px #51464D, 3px 3px 1px red;}

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

This text has shadow with #51464D primary color and red secondary color.


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

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

This text has shadow with #51464D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51464D on black background.


Color preview on white background

This text has color #51464D on white background.



Black color preview on #51464D background

This text has black color on #51464D background.


White color preview on #51464D background

This text has white color on #51464D background.