COLOR #51384D

HEX: #51384D
RGB: (81,56,77)

Color info

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

RGB color model

#51384D color RGB value is (81,56,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 77 of 255 = 30%

81
56
77

R + G + B ~ 28%. #51384D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 77 = 214 (100%)
R 81 of 214 ~ 37.85%
G 56 of 214 ~ 26.17%
B 77 of 214 ~ 35.98%

%37.85
%26.17
%35.98

CMYK color model

#51384D color CMYK value is (0,31,5,68).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,31,5,68)
C0M31Y5K68 
(0%,31%,5%,68%)
(0.00/0.31/0.05/0.68)	

CMYK percentages

%0
%30.86
%4.94
%68.24

Codes

Color #51384D in popluar color models

51384D
RGB815677
HSL310°18.25%26.86%
HSB/HSV310°30.86%31.76%
CMYK0.00%30.86%4.94%
68.24%

Color #51384D in popluar number systems.

HEX51384D
Decimal815677
Binary10100011110001001101
Octal12170115

Shades and tints

Shades of #51384D

#51384D
(81,56,77)
#4A3346
(74,51,70)
#432E3F
(67,46,63)
#3C2938
(60,41,56)
#352431
(53,36,49)
#2E1F2A
(46,31,42)
#271A23
(39,26,35)
#20151C
(32,21,28)
#191015
(25,16,21)
#120B0E
(18,11,14)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #51384D

#51384D
(81,56,77)
#604A5D
(96,74,93)
#6F5C6D
(111,92,109)
#7E6E7D
(126,110,125)
#8D808D
(141,128,141)
#9C929D
(156,146,157)
#ABA4AD
(171,164,173)
#BAB6BD
(186,182,189)
#C9C8CD
(201,200,205)
#D8DADD
(216,218,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51384D; }

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

This text font color is #51384D.


Background Color

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

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

This div background color is #51384D.


Border color

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

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

This div border color is #51384D.


Opacity

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

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

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

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

This text has shadow with #51384D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51384D on black background.


Color preview on white background

This text has color #51384D on white background.



Black color preview on #51384D background

This text has black color on #51384D background.


White color preview on #51384D background

This text has white color on #51384D background.