COLOR #51456E

HEX: #51456E
RGB: (81,69,110)

Color info

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

RGB color model

#51456E color RGB value is (81,69,110).

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

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 110 of 255 = 43%

81
69
110

R + G + B ~ 34%. #51456E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 110 = 260 (100%)
R 81 of 260 ~ 31.15%
G 69 of 260 ~ 26.54%
B 110 of 260 ~ 42.31%

%31.15
%26.54
%42.31

CMYK color model

#51456E color CMYK value is (26,37,0,57).

  • cyan value is 26.36%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(26,37,0,57)
C26M37Y0K57 
(26%,37%,0%,57%)
(0.26/0.37/0.00/0.57)	

CMYK percentages

%26.36
%37.27
%0
%56.86

Codes

Color #51456E in popluar color models

51456E
RGB8169110
HSL258°22.91%35.10%
HSB/HSV258°37.27%43.14%
CMYK26.36%37.27%0.00%
56.86%

Color #51456E in popluar number systems.

HEX51456E
Decimal8169110
Binary101000110001011101110
Octal121105156

Shades and tints

Shades of #51456E

#51456E
(81,69,110)
#4A3F64
(74,63,100)
#43395A
(67,57,90)
#3C3350
(60,51,80)
#352D46
(53,45,70)
#2E273C
(46,39,60)
#272132
(39,33,50)
#201B28
(32,27,40)
#19151E
(25,21,30)
#120F14
(18,15,20)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #51456E

#51456E
(81,69,110)
#60557B
(96,85,123)
#6F6588
(111,101,136)
#7E7595
(126,117,149)
#8D85A2
(141,133,162)
#9C95AF
(156,149,175)
#ABA5BC
(171,165,188)
#BAB5C9
(186,181,201)
#C9C5D6
(201,197,214)
#D8D5E3
(216,213,227)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51456E color. Also use rgb(81,69,110) instead hex code.

Text Font Color

.myTextColor { color: #51456E; }

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

This text font color is #51456E.


Background Color

.myBgColor { background-color: #51456E; }

<div style="background-color:#51456E">Inner text</div>

This div background color is #51456E.


Border color

.myBorderColor { border: 1px solid #51456E; }

<div style="border:3px solid #51456E">Div</div>

This div border color is #51456E.


Opacity

.myOpacity80 { color: #51456E; opacity: 0.8; }

<p style="color:#51456E;opacity:0.8;">80%</p>

Text with #51456E 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 #51456E;}

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

This text has shadow with #51456E color.

.textShadow {text-shadow: 3px 3px 1px #51456E, 3px 3px 1px red;}

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

This text has shadow with #51456E primary color and red secondary color.


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

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

This text has shadow with #51456E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51456E on black background.


Color preview on white background

This text has color #51456E on white background.



Black color preview on #51456E background

This text has black color on #51456E background.


White color preview on #51456E background

This text has white color on #51456E background.