COLOR #51386E

HEX: #51386E
RGB: (81,56,110)

Color info

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

RGB color model

#51386E color RGB value is (81,56,110).

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

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 110 of 255 = 43%

81
56
110

R + G + B ~ 32%. #51386E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 110 = 247 (100%)
R 81 of 247 ~ 32.79%
G 56 of 247 ~ 22.67%
B 110 of 247 ~ 44.53%

%32.79
%22.67
%44.53

CMYK color model

#51386E color CMYK value is (26,49,0,57).

  • cyan value is 26.36%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(26,49,0,57)
C26M49Y0K57 
(26%,49%,0%,57%)
(0.26/0.49/0.00/0.57)	

CMYK percentages

%26.36
%49.09
%0
%56.86

Codes

Color #51386E in popluar color models

51386E
RGB8156110
HSL268°32.53%32.55%
HSB/HSV268°49.09%43.14%
CMYK26.36%49.09%0.00%
56.86%

Color #51386E in popluar number systems.

HEX51386E
Decimal8156110
Binary10100011110001101110
Octal12170156

Shades and tints

Shades of #51386E

#51386E
(81,56,110)
#4A3364
(74,51,100)
#432E5A
(67,46,90)
#3C2950
(60,41,80)
#352446
(53,36,70)
#2E1F3C
(46,31,60)
#271A32
(39,26,50)
#201528
(32,21,40)
#19101E
(25,16,30)
#120B14
(18,11,20)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #51386E

#51386E
(81,56,110)
#604A7B
(96,74,123)
#6F5C88
(111,92,136)
#7E6E95
(126,110,149)
#8D80A2
(141,128,162)
#9C92AF
(156,146,175)
#ABA4BC
(171,164,188)
#BAB6C9
(186,182,201)
#C9C8D6
(201,200,214)
#D8DAE3
(216,218,227)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51386E; }

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

This text font color is #51386E.


Background Color

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

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

This div background color is #51386E.


Border color

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

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

This div border color is #51386E.


Opacity

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

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

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

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

This text has shadow with #51386E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51386E on black background.


Color preview on white background

This text has color #51386E on white background.



Black color preview on #51386E background

This text has black color on #51386E background.


White color preview on #51386E background

This text has white color on #51386E background.