COLOR #51375C

HEX: #51375C
RGB: (81,55,92)

Color info

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

RGB color model

#51375C color RGB value is (81,55,92).

  • red value is 81;
  • green value is 55;
  • blue value is 92.
RGB:
(81,55,92)
(32%,22%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 92 of 255 = 36%

81
55
92

R + G + B ~ 30%. #51375C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 92 = 228 (100%)
R 81 of 228 ~ 35.53%
G 55 of 228 ~ 24.12%
B 92 of 228 ~ 40.35%

%35.53
%24.12
%40.35

CMYK color model

#51375C color CMYK value is (12,40,0,64).

  • cyan value is 11.96%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(12,40,0,64)
C12M40Y0K64 
(12%,40%,0%,64%)
(0.12/0.40/0.00/0.64)	

CMYK percentages

%11.96
%40.22
%0
%63.92

Codes

Color #51375C in popluar color models

51375C
RGB815592
HSL282°25.17%28.82%
HSB/HSV282°40.22%36.08%
CMYK11.96%40.22%0.00%
63.92%

Color #51375C in popluar number systems.

HEX51375C
Decimal815592
Binary10100011101111011100
Octal12167134

Shades and tints

Shades of #51375C

#51375C
(81,55,92)
#4A3254
(74,50,84)
#432D4C
(67,45,76)
#3C2844
(60,40,68)
#35233C
(53,35,60)
#2E1E34
(46,30,52)
#27192C
(39,25,44)
#201424
(32,20,36)
#190F1C
(25,15,28)
#120A14
(18,10,20)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #51375C

#51375C
(81,55,92)
#60496A
(96,73,106)
#6F5B78
(111,91,120)
#7E6D86
(126,109,134)
#8D7F94
(141,127,148)
#9C91A2
(156,145,162)
#ABA3B0
(171,163,176)
#BAB5BE
(186,181,190)
#C9C7CC
(201,199,204)
#D8D9DA
(216,217,218)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51375C color. Also use rgb(81,55,92) instead hex code.

Text Font Color

.myTextColor { color: #51375C; }

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

This text font color is #51375C.


Background Color

.myBgColor { background-color: #51375C; }

<div style="background-color:#51375C">Inner text</div>

This div background color is #51375C.


Border color

.myBorderColor { border: 1px solid #51375C; }

<div style="border:3px solid #51375C">Div</div>

This div border color is #51375C.


Opacity

.myOpacity80 { color: #51375C; opacity: 0.8; }

<p style="color:#51375C;opacity:0.8;">80%</p>

Text with #51375C 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 #51375C;}

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

This text has shadow with #51375C color.

.textShadow {text-shadow: 3px 3px 1px #51375C, 3px 3px 1px red;}

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

This text has shadow with #51375C primary color and red secondary color.


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

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

This text has shadow with #51375C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51375C on black background.


Color preview on white background

This text has color #51375C on white background.



Black color preview on #51375C background

This text has black color on #51375C background.


White color preview on #51375C background

This text has white color on #51375C background.