COLOR #51274D

HEX: #51274D
RGB: (81,39,77)

Color info

#51274D contains red, green and blue colors in about the same proportion. Web safe color of #51274D is #663333 (or #633).

RGB color model

#51274D color RGB value is (81,39,77).

  • red value is 81;
  • green value is 39;
  • blue value is 77.
RGB:
(81,39,77)
(32%,15%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 39 of 255 = 15%
B 77 of 255 = 30%

81
39
77

R + G + B ~ 26%. #51274D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 39 + 77 = 197 (100%)
R 81 of 197 ~ 41.12%
G 39 of 197 ~ 19.8%
B 77 of 197 ~ 39.09%

%41.12
%19.8
%39.09

CMYK color model

#51274D color CMYK value is (0,52,5,68).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,52,5,68)
C0M52Y5K68 
(0%,52%,5%,68%)
(0.00/0.52/0.05/0.68)	

CMYK percentages

%0
%51.85
%4.94
%68.24

Codes

Color #51274D in popluar color models

51274D
RGB813977
HSL306°35.00%23.53%
HSB/HSV306°51.85%31.76%
CMYK0.00%51.85%4.94%
68.24%

Color #51274D in popluar number systems.

HEX51274D
Decimal813977
Binary10100011001111001101
Octal12147115

Shades and tints

Shades of #51274D

#51274D
(81,39,77)
#4A2446
(74,36,70)
#43213F
(67,33,63)
#3C1E38
(60,30,56)
#351B31
(53,27,49)
#2E182A
(46,24,42)
#271523
(39,21,35)
#20121C
(32,18,28)
#190F15
(25,15,21)
#120C0E
(18,12,14)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #51274D

#51274D
(81,39,77)
#603A5D
(96,58,93)
#6F4D6D
(111,77,109)
#7E607D
(126,96,125)
#8D738D
(141,115,141)
#9C869D
(156,134,157)
#AB99AD
(171,153,173)
#BAACBD
(186,172,189)
#C9BFCD
(201,191,205)
#D8D2DD
(216,210,221)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51274D color. Also use rgb(81,39,77) instead hex code.

Text Font Color

.myTextColor { color: #51274D; }

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

This text font color is #51274D.


Background Color

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

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

This div background color is #51274D.


Border color

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

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

This div border color is #51274D.


Opacity

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

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

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

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

This text has shadow with #51274D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51274D on black background.


Color preview on white background

This text has color #51274D on white background.



Black color preview on #51274D background

This text has black color on #51274D background.


White color preview on #51274D background

This text has white color on #51274D background.