COLOR #51455C

HEX: #51455C
RGB: (81,69,92)

Color info

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

RGB color model

#51455C color RGB value is (81,69,92).

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

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 92 of 255 = 36%

81
69
92

R + G + B ~ 32%. #51455C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 92 = 242 (100%)
R 81 of 242 ~ 33.47%
G 69 of 242 ~ 28.51%
B 92 of 242 ~ 38.02%

%33.47
%28.51
%38.02

CMYK color model

#51455C color CMYK value is (12,25,0,64).

  • cyan value is 11.96%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(12,25,0,64)
C12M25Y0K64 
(12%,25%,0%,64%)
(0.12/0.25/0.00/0.64)	

CMYK percentages

%11.96
%25
%0
%63.92

Codes

Color #51455C in popluar color models

51455C
RGB816992
HSL271°14.29%31.57%
HSB/HSV271°25.00%36.08%
CMYK11.96%25.00%0.00%
63.92%

Color #51455C in popluar number systems.

HEX51455C
Decimal816992
Binary101000110001011011100
Octal121105134

Shades and tints

Shades of #51455C

#51455C
(81,69,92)
#4A3F54
(74,63,84)
#43394C
(67,57,76)
#3C3344
(60,51,68)
#352D3C
(53,45,60)
#2E2734
(46,39,52)
#27212C
(39,33,44)
#201B24
(32,27,36)
#19151C
(25,21,28)
#120F14
(18,15,20)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #51455C

#51455C
(81,69,92)
#60556A
(96,85,106)
#6F6578
(111,101,120)
#7E7586
(126,117,134)
#8D8594
(141,133,148)
#9C95A2
(156,149,162)
#ABA5B0
(171,165,176)
#BAB5BE
(186,181,190)
#C9C5CC
(201,197,204)
#D8D5DA
(216,213,218)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51455C; }

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

This text font color is #51455C.


Background Color

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

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

This div background color is #51455C.


Border color

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

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

This div border color is #51455C.


Opacity

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

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

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

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

This text has shadow with #51455C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51455C on black background.


Color preview on white background

This text has color #51455C on white background.



Black color preview on #51455C background

This text has black color on #51455C background.


White color preview on #51455C background

This text has white color on #51455C background.