COLOR #51365A

HEX: #51365A
RGB: (81,54,90)

Color info

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

RGB color model

#51365A color RGB value is (81,54,90).

  • red value is 81;
  • green value is 54;
  • blue value is 90.
RGB:
(81,54,90)
(32%,21%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 54 of 255 = 21%
B 90 of 255 = 35%

81
54
90

R + G + B ~ 29%. #51365A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 90 = 225 (100%)
R 81 of 225 ~ 36%
G 54 of 225 ~ 24%
B 90 of 225 ~ 40%

%36
%24
%40

CMYK color model

#51365A color CMYK value is (10,40,0,65).

  • cyan value is 10.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(10,40,0,65)
C10M40Y0K65 
(10%,40%,0%,65%)
(0.10/0.40/0.00/0.65)	

CMYK percentages

%10
%40
%0
%64.71

Codes

Color #51365A in popluar color models

51365A
RGB815490
HSL285°25.00%28.24%
HSB/HSV285°40.00%35.29%
CMYK10.00%40.00%0.00%
64.71%

Color #51365A in popluar number systems.

HEX51365A
Decimal815490
Binary10100011101101011010
Octal12166132

Shades and tints

Shades of #51365A

#51365A
(81,54,90)
#4A3252
(74,50,82)
#432E4A
(67,46,74)
#3C2A42
(60,42,66)
#35263A
(53,38,58)
#2E2232
(46,34,50)
#271E2A
(39,30,42)
#201A22
(32,26,34)
#19161A
(25,22,26)
#121212
(18,18,18)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #51365A

#51365A
(81,54,90)
#604869
(96,72,105)
#6F5A78
(111,90,120)
#7E6C87
(126,108,135)
#8D7E96
(141,126,150)
#9C90A5
(156,144,165)
#ABA2B4
(171,162,180)
#BAB4C3
(186,180,195)
#C9C6D2
(201,198,210)
#D8D8E1
(216,216,225)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51365A color. Also use rgb(81,54,90) instead hex code.

Text Font Color

.myTextColor { color: #51365A; }

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

This text font color is #51365A.


Background Color

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

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

This div background color is #51365A.


Border color

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

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

This div border color is #51365A.


Opacity

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

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

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

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

This text has shadow with #51365A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51365A on black background.


Color preview on white background

This text has color #51365A on white background.



Black color preview on #51365A background

This text has black color on #51365A background.


White color preview on #51365A background

This text has white color on #51365A background.