COLOR #51424E

HEX: #51424E
RGB: (81,66,78)

Color info

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

RGB color model

#51424E color RGB value is (81,66,78).

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

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 78 of 255 = 31%

81
66
78

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

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 78 = 225 (100%)
R 81 of 225 ~ 36%
G 66 of 225 ~ 29.33%
B 78 of 225 ~ 34.67%

%36
%29.33
%34.67

CMYK color model

#51424E color CMYK value is (0,19,4,68).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(0,19,4,68)
C0M19Y4K68 
(0%,19%,4%,68%)
(0.00/0.19/0.04/0.68)	

CMYK percentages

%0
%18.52
%3.7
%68.24

Codes

Color #51424E in popluar color models

51424E
RGB816678
HSL312°10.20%28.82%
HSB/HSV312°18.52%31.76%
CMYK0.00%18.52%3.70%
68.24%

Color #51424E in popluar number systems.

HEX51424E
Decimal816678
Binary101000110000101001110
Octal121102116

Shades and tints

Shades of #51424E

#51424E
(81,66,78)
#4A3C47
(74,60,71)
#433640
(67,54,64)
#3C3039
(60,48,57)
#352A32
(53,42,50)
#2E242B
(46,36,43)
#271E24
(39,30,36)
#20181D
(32,24,29)
#191216
(25,18,22)
#120C0F
(18,12,15)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #51424E

#51424E
(81,66,78)
#60535E
(96,83,94)
#6F646E
(111,100,110)
#7E757E
(126,117,126)
#8D868E
(141,134,142)
#9C979E
(156,151,158)
#ABA8AE
(171,168,174)
#BAB9BE
(186,185,190)
#C9CACE
(201,202,206)
#D8DBDE
(216,219,222)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51424E; }

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

This text font color is #51424E.


Background Color

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

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

This div background color is #51424E.


Border color

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

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

This div border color is #51424E.


Opacity

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

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

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

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

This text has shadow with #51424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51424E on black background.


Color preview on white background

This text has color #51424E on white background.



Black color preview on #51424E background

This text has black color on #51424E background.


White color preview on #51424E background

This text has white color on #51424E background.