COLOR #51256D

HEX: #51256D
RGB: (81,37,109)

Color info

#51256D contains mainly red and blue colors. Web safe color of #51256D is #663366 (or #636).

RGB color model

#51256D color RGB value is (81,37,109).

  • red value is 81;
  • green value is 37;
  • blue value is 109.
RGB:
(81,37,109)
(32%,15%,43%)

RGB channels and saturation

R 81 of 255 = 32%
G 37 of 255 = 15%
B 109 of 255 = 43%

81
37
109

R + G + B ~ 30%. #51256D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 37 + 109 = 227 (100%)
R 81 of 227 ~ 35.68%
G 37 of 227 ~ 16.3%
B 109 of 227 ~ 48.02%

%35.68
%16.3
%48.02

CMYK color model

#51256D color CMYK value is (26,66,0,57).

  • cyan value is 25.69%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(26,66,0,57)
C26M66Y0K57 
(26%,66%,0%,57%)
(0.26/0.66/0.00/0.57)	

CMYK percentages

%25.69
%66.06
%0
%57.25

Codes

Color #51256D in popluar color models

51256D
RGB8137109
HSL277°49.32%28.63%
HSB/HSV277°66.06%42.75%
CMYK25.69%66.06%0.00%
57.25%

Color #51256D in popluar number systems.

HEX51256D
Decimal8137109
Binary10100011001011101101
Octal12145155

Shades and tints

Shades of #51256D

#51256D
(81,37,109)
#4A2264
(74,34,100)
#431F5B
(67,31,91)
#3C1C52
(60,28,82)
#351949
(53,25,73)
#2E1640
(46,22,64)
#271337
(39,19,55)
#20102E
(32,16,46)
#190D25
(25,13,37)
#120A1C
(18,10,28)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #51256D

#51256D
(81,37,109)
#60387A
(96,56,122)
#6F4B87
(111,75,135)
#7E5E94
(126,94,148)
#8D71A1
(141,113,161)
#9C84AE
(156,132,174)
#AB97BB
(171,151,187)
#BAAAC8
(186,170,200)
#C9BDD5
(201,189,213)
#D8D0E2
(216,208,226)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51256D color. Also use rgb(81,37,109) instead hex code.

Text Font Color

.myTextColor { color: #51256D; }

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

This text font color is #51256D.


Background Color

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

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

This div background color is #51256D.


Border color

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

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

This div border color is #51256D.


Opacity

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

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

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

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

This text has shadow with #51256D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51256D on black background.


Color preview on white background

This text has color #51256D on white background.



Black color preview on #51256D background

This text has black color on #51256D background.


White color preview on #51256D background

This text has white color on #51256D background.