COLOR #51384A

HEX: #51384A
RGB: (81,56,74)

Color info

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

RGB color model

#51384A color RGB value is (81,56,74).

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

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 74 of 255 = 29%

81
56
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 74 = 211 (100%)
R 81 of 211 ~ 38.39%
G 56 of 211 ~ 26.54%
B 74 of 211 ~ 35.07%

%38.39
%26.54
%35.07

CMYK color model

#51384A color CMYK value is (0,31,9,68).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(0,31,9,68)
C0M31Y9K68 
(0%,31%,9%,68%)
(0.00/0.31/0.09/0.68)	

CMYK percentages

%0
%30.86
%8.64
%68.24

Codes

Color #51384A in popluar color models

51384A
RGB815674
HSL317°18.25%26.86%
HSB/HSV317°30.86%31.76%
CMYK0.00%30.86%8.64%
68.24%

Color #51384A in popluar number systems.

HEX51384A
Decimal815674
Binary10100011110001001010
Octal12170112

Shades and tints

Shades of #51384A

#51384A
(81,56,74)
#4A3344
(74,51,68)
#432E3E
(67,46,62)
#3C2938
(60,41,56)
#352432
(53,36,50)
#2E1F2C
(46,31,44)
#271A26
(39,26,38)
#201520
(32,21,32)
#19101A
(25,16,26)
#120B14
(18,11,20)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #51384A

#51384A
(81,56,74)
#604A5A
(96,74,90)
#6F5C6A
(111,92,106)
#7E6E7A
(126,110,122)
#8D808A
(141,128,138)
#9C929A
(156,146,154)
#ABA4AA
(171,164,170)
#BAB6BA
(186,182,186)
#C9C8CA
(201,200,202)
#D8DADA
(216,218,218)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51384A; }

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

This text font color is #51384A.


Background Color

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

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

This div background color is #51384A.


Border color

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

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

This div border color is #51384A.


Opacity

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

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

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

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

This text has shadow with #51384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51384A on black background.


Color preview on white background

This text has color #51384A on white background.



Black color preview on #51384A background

This text has black color on #51384A background.


White color preview on #51384A background

This text has white color on #51384A background.