COLOR #51464E

HEX: #51464E
RGB: (81,70,78)

Color info

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

RGB color model

#51464E color RGB value is (81,70,78).

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

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 78 of 255 = 31%

81
70
78

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

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 78 = 229 (100%)
R 81 of 229 ~ 35.37%
G 70 of 229 ~ 30.57%
B 78 of 229 ~ 34.06%

%35.37
%30.57
%34.06

CMYK color model

#51464E color CMYK value is (0,14,4,68).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(0,14,4,68)
C0M14Y4K68 
(0%,14%,4%,68%)
(0.00/0.14/0.04/0.68)	

CMYK percentages

%0
%13.58
%3.7
%68.24

Codes

Color #51464E in popluar color models

51464E
RGB817078
HSL316°7.28%29.61%
HSB/HSV316°13.58%31.76%
CMYK0.00%13.58%3.70%
68.24%

Color #51464E in popluar number systems.

HEX51464E
Decimal817078
Binary101000110001101001110
Octal121106116

Shades and tints

Shades of #51464E

#51464E
(81,70,78)
#4A4047
(74,64,71)
#433A40
(67,58,64)
#3C3439
(60,52,57)
#352E32
(53,46,50)
#2E282B
(46,40,43)
#272224
(39,34,36)
#201C1D
(32,28,29)
#191616
(25,22,22)
#12100F
(18,16,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #51464E

#51464E
(81,70,78)
#60565E
(96,86,94)
#6F666E
(111,102,110)
#7E767E
(126,118,126)
#8D868E
(141,134,142)
#9C969E
(156,150,158)
#ABA6AE
(171,166,174)
#BAB6BE
(186,182,190)
#C9C6CE
(201,198,206)
#D8D6DE
(216,214,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51464E; }

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

This text font color is #51464E.


Background Color

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

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

This div background color is #51464E.


Border color

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

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

This div border color is #51464E.


Opacity

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

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

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

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

This text has shadow with #51464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51464E on black background.


Color preview on white background

This text has color #51464E on white background.



Black color preview on #51464E background

This text has black color on #51464E background.


White color preview on #51464E background

This text has white color on #51464E background.