COLOR #51394F

HEX: #51394F
RGB: (81,57,79)

Color info

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

RGB color model

#51394F color RGB value is (81,57,79).

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

RGB channels and saturation

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

81
57
79

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

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 79 = 217 (100%)
R 81 of 217 ~ 37.33%
G 57 of 217 ~ 26.27%
B 79 of 217 ~ 36.41%

%37.33
%26.27
%36.41

CMYK color model

#51394F color CMYK value is (0,30,2,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(0,30,2,68)
C0M30Y2K68 
(0%,30%,2%,68%)
(0.00/0.30/0.02/0.68)	

CMYK percentages

%0
%29.63
%2.47
%68.24

Codes

Color #51394F in popluar color models

51394F
RGB815779
HSL305°17.39%27.06%
HSB/HSV305°29.63%31.76%
CMYK0.00%29.63%2.47%
68.24%

Color #51394F in popluar number systems.

HEX51394F
Decimal815779
Binary10100011110011001111
Octal12171117

Shades and tints

Shades of #51394F

#51394F
(81,57,79)
#4A3448
(74,52,72)
#432F41
(67,47,65)
#3C2A3A
(60,42,58)
#352533
(53,37,51)
#2E202C
(46,32,44)
#271B25
(39,27,37)
#20161E
(32,22,30)
#191117
(25,17,23)
#120C10
(18,12,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #51394F

#51394F
(81,57,79)
#604B5F
(96,75,95)
#6F5D6F
(111,93,111)
#7E6F7F
(126,111,127)
#8D818F
(141,129,143)
#9C939F
(156,147,159)
#ABA5AF
(171,165,175)
#BAB7BF
(186,183,191)
#C9C9CF
(201,201,207)
#D8DBDF
(216,219,223)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51394F; }

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

This text font color is #51394F.


Background Color

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

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

This div background color is #51394F.


Border color

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

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

This div border color is #51394F.


Opacity

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

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

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

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

This text has shadow with #51394F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51394F on black background.


Color preview on white background

This text has color #51394F on white background.



Black color preview on #51394F background

This text has black color on #51394F background.


White color preview on #51394F background

This text has white color on #51394F background.