COLOR #51394E

HEX: #51394E
RGB: (81,57,78)

Color info

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

RGB color model

#51394E color RGB value is (81,57,78).

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

RGB channels and saturation

R 81 of 255 = 32%
G 57 of 255 = 22%
B 78 of 255 = 31%

81
57
78

R + G + B ~ 28%. #51394E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 78 = 216 (100%)
R 81 of 216 ~ 37.5%
G 57 of 216 ~ 26.39%
B 78 of 216 ~ 36.11%

%37.5
%26.39
%36.11

CMYK color model

#51394E color CMYK value is (0,30,4,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(0,30,4,68)
C0M30Y4K68 
(0%,30%,4%,68%)
(0.00/0.30/0.04/0.68)	

CMYK percentages

%0
%29.63
%3.7
%68.24

Codes

Color #51394E in popluar color models

51394E
RGB815778
HSL308°17.39%27.06%
HSB/HSV308°29.63%31.76%
CMYK0.00%29.63%3.70%
68.24%

Color #51394E in popluar number systems.

HEX51394E
Decimal815778
Binary10100011110011001110
Octal12171116

Shades and tints

Shades of #51394E

#51394E
(81,57,78)
#4A3447
(74,52,71)
#432F40
(67,47,64)
#3C2A39
(60,42,57)
#352532
(53,37,50)
#2E202B
(46,32,43)
#271B24
(39,27,36)
#20161D
(32,22,29)
#191116
(25,17,22)
#120C0F
(18,12,15)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #51394E

#51394E
(81,57,78)
#604B5E
(96,75,94)
#6F5D6E
(111,93,110)
#7E6F7E
(126,111,126)
#8D818E
(141,129,142)
#9C939E
(156,147,158)
#ABA5AE
(171,165,174)
#BAB7BE
(186,183,190)
#C9C9CE
(201,201,206)
#D8DBDE
(216,219,222)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51394E; }

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

This text font color is #51394E.


Background Color

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

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

This div background color is #51394E.


Border color

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

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

This div border color is #51394E.


Opacity

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

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

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

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

This text has shadow with #51394E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51394E on black background.


Color preview on white background

This text has color #51394E on white background.



Black color preview on #51394E background

This text has black color on #51394E background.


White color preview on #51394E background

This text has white color on #51394E background.