COLOR #51465D

HEX: #51465D
RGB: (81,70,93)

Color info

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

RGB color model

#51465D color RGB value is (81,70,93).

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

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 93 of 255 = 36%

81
70
93

R + G + B ~ 32%. #51465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 93 = 244 (100%)
R 81 of 244 ~ 33.2%
G 70 of 244 ~ 28.69%
B 93 of 244 ~ 38.11%

%33.2
%28.69
%38.11

CMYK color model

#51465D color CMYK value is (13,25,0,64).

  • cyan value is 12.90%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(13,25,0,64)
C13M25Y0K64 
(13%,25%,0%,64%)
(0.13/0.25/0.00/0.64)	

CMYK percentages

%12.9
%24.73
%0
%63.53

Codes

Color #51465D in popluar color models

51465D
RGB817093
HSL269°14.11%31.96%
HSB/HSV269°24.73%36.47%
CMYK12.90%24.73%0.00%
63.53%

Color #51465D in popluar number systems.

HEX51465D
Decimal817093
Binary101000110001101011101
Octal121106135

Shades and tints

Shades of #51465D

#51465D
(81,70,93)
#4A4055
(74,64,85)
#433A4D
(67,58,77)
#3C3445
(60,52,69)
#352E3D
(53,46,61)
#2E2835
(46,40,53)
#27222D
(39,34,45)
#201C25
(32,28,37)
#19161D
(25,22,29)
#121015
(18,16,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #51465D

#51465D
(81,70,93)
#60566B
(96,86,107)
#6F6679
(111,102,121)
#7E7687
(126,118,135)
#8D8695
(141,134,149)
#9C96A3
(156,150,163)
#ABA6B1
(171,166,177)
#BAB6BF
(186,182,191)
#C9C6CD
(201,198,205)
#D8D6DB
(216,214,219)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51465D color. Also use rgb(81,70,93) instead hex code.

Text Font Color

.myTextColor { color: #51465D; }

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

This text font color is #51465D.


Background Color

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

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

This div background color is #51465D.


Border color

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

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

This div border color is #51465D.


Opacity

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

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

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

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

This text has shadow with #51465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51465D on black background.


Color preview on white background

This text has color #51465D on white background.



Black color preview on #51465D background

This text has black color on #51465D background.


White color preview on #51465D background

This text has white color on #51465D background.