COLOR #51304D

HEX: #51304D
RGB: (81,48,77)

Color info

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

RGB color model

#51304D color RGB value is (81,48,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 77 of 255 = 30%

81
48
77

R + G + B ~ 27%. #51304D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 77 = 206 (100%)
R 81 of 206 ~ 39.32%
G 48 of 206 ~ 23.3%
B 77 of 206 ~ 37.38%

%39.32
%23.3
%37.38

CMYK color model

#51304D color CMYK value is (0,41,5,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,41,5,68)
C0M41Y5K68 
(0%,41%,5%,68%)
(0.00/0.41/0.05/0.68)	

CMYK percentages

%0
%40.74
%4.94
%68.24

Codes

Color #51304D in popluar color models

51304D
RGB814877
HSL307°25.58%25.29%
HSB/HSV307°40.74%31.76%
CMYK0.00%40.74%4.94%
68.24%

Color #51304D in popluar number systems.

HEX51304D
Decimal814877
Binary10100011100001001101
Octal12160115

Shades and tints

Shades of #51304D

#51304D
(81,48,77)
#4A2C46
(74,44,70)
#43283F
(67,40,63)
#3C2438
(60,36,56)
#352031
(53,32,49)
#2E1C2A
(46,28,42)
#271823
(39,24,35)
#20141C
(32,20,28)
#191015
(25,16,21)
#120C0E
(18,12,14)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #51304D

#51304D
(81,48,77)
#60425D
(96,66,93)
#6F546D
(111,84,109)
#7E667D
(126,102,125)
#8D788D
(141,120,141)
#9C8A9D
(156,138,157)
#AB9CAD
(171,156,173)
#BAAEBD
(186,174,189)
#C9C0CD
(201,192,205)
#D8D2DD
(216,210,221)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51304D; }

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

This text font color is #51304D.


Background Color

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

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

This div background color is #51304D.


Border color

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

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

This div border color is #51304D.


Opacity

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

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

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

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

This text has shadow with #51304D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51304D on black background.


Color preview on white background

This text has color #51304D on white background.



Black color preview on #51304D background

This text has black color on #51304D background.


White color preview on #51304D background

This text has white color on #51304D background.