COLOR #51486F

HEX: #51486F
RGB: (81,72,111)

Color info

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

RGB color model

#51486F color RGB value is (81,72,111).

  • red value is 81;
  • green value is 72;
  • blue value is 111.
RGB:
(81,72,111)
(32%,28%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 111 of 255 = 44%

81
72
111

R + G + B ~ 35%. #51486F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 111 = 264 (100%)
R 81 of 264 ~ 30.68%
G 72 of 264 ~ 27.27%
B 111 of 264 ~ 42.05%

%30.68
%27.27
%42.05

CMYK color model

#51486F color CMYK value is (27,35,0,56).

  • cyan value is 27.03%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(27,35,0,56)
C27M35Y0K56 
(27%,35%,0%,56%)
(0.27/0.35/0.00/0.56)	

CMYK percentages

%27.03
%35.14
%0
%56.47

Codes

Color #51486F in popluar color models

51486F
RGB8172111
HSL254°21.31%35.88%
HSB/HSV254°35.14%43.53%
CMYK27.03%35.14%0.00%
56.47%

Color #51486F in popluar number systems.

HEX51486F
Decimal8172111
Binary101000110010001101111
Octal121110157

Shades and tints

Shades of #51486F

#51486F
(81,72,111)
#4A4265
(74,66,101)
#433C5B
(67,60,91)
#3C3651
(60,54,81)
#353047
(53,48,71)
#2E2A3D
(46,42,61)
#272433
(39,36,51)
#201E29
(32,30,41)
#19181F
(25,24,31)
#121215
(18,18,21)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #51486F

#51486F
(81,72,111)
#60587C
(96,88,124)
#6F6889
(111,104,137)
#7E7896
(126,120,150)
#8D88A3
(141,136,163)
#9C98B0
(156,152,176)
#ABA8BD
(171,168,189)
#BAB8CA
(186,184,202)
#C9C8D7
(201,200,215)
#D8D8E4
(216,216,228)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51486F color. Also use rgb(81,72,111) instead hex code.

Text Font Color

.myTextColor { color: #51486F; }

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

This text font color is #51486F.


Background Color

.myBgColor { background-color: #51486F; }

<div style="background-color:#51486F">Inner text</div>

This div background color is #51486F.


Border color

.myBorderColor { border: 1px solid #51486F; }

<div style="border:3px solid #51486F">Div</div>

This div border color is #51486F.


Opacity

.myOpacity80 { color: #51486F; opacity: 0.8; }

<p style="color:#51486F;opacity:0.8;">80%</p>

Text with #51486F 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 #51486F;}

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

This text has shadow with #51486F color.

.textShadow {text-shadow: 3px 3px 1px #51486F, 3px 3px 1px red;}

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

This text has shadow with #51486F primary color and red secondary color.


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

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

This text has shadow with #51486F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51486F on black background.


Color preview on white background

This text has color #51486F on white background.



Black color preview on #51486F background

This text has black color on #51486F background.


White color preview on #51486F background

This text has white color on #51486F background.