COLOR #511749

HEX: #511749
RGB: (81,23,73)

Color info

#511749 contains red, green and blue colors in about the same proportion. Web safe color of #511749 is #660033 (or #603).

RGB color model

#511749 color RGB value is (81,23,73).

  • red value is 81;
  • green value is 23;
  • blue value is 73.
RGB:
(81,23,73)
(32%,9%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 23 of 255 = 9%
B 73 of 255 = 29%

81
23
73

R + G + B ~ 23%. #511749 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 23 + 73 = 177 (100%)
R 81 of 177 ~ 45.76%
G 23 of 177 ~ 12.99%
B 73 of 177 ~ 41.24%

%45.76
%12.99
%41.24

CMYK color model

#511749 color CMYK value is (0,72,10,68).

  • cyan value is 0.00%
  • magenta value is 71.60%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK:
(0,72,10,68)
C0M72Y10K68 
(0%,72%,10%,68%)
(0.00/0.72/0.10/0.68)	

CMYK percentages

%0
%71.6
%9.88
%68.24

Codes

Color #511749 in popluar color models

511749
RGB812373
HSL308°55.77%20.39%
HSB/HSV308°71.60%31.76%
CMYK0.00%71.60%9.88%
68.24%

Color #511749 in popluar number systems.

HEX511749
Decimal812373
Binary1010001101111001001
Octal12127111

Shades and tints

Shades of #511749

#511749
(81,23,73)
#4A1543
(74,21,67)
#43133D
(67,19,61)
#3C1137
(60,17,55)
#350F31
(53,15,49)
#2E0D2B
(46,13,43)
#270B25
(39,11,37)
#20091F
(32,9,31)
#190719
(25,7,25)
#120513
(18,5,19)
#0B030D
(11,3,13)
#000000
(0,0,0)

Tints of #511749

#511749
(81,23,73)
#602C59
(96,44,89)
#6F4169
(111,65,105)
#7E5679
(126,86,121)
#8D6B89
(141,107,137)
#9C8099
(156,128,153)
#AB95A9
(171,149,169)
#BAAAB9
(186,170,185)
#C9BFC9
(201,191,201)
#D8D4D9
(216,212,217)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511749 color. Also use rgb(81,23,73) instead hex code.

Text Font Color

.myTextColor { color: #511749; }

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

This text font color is #511749.


Background Color

.myBgColor { background-color: #511749; }

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

This div background color is #511749.


Border color

.myBorderColor { border: 1px solid #511749; }

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

This div border color is #511749.


Opacity

.myOpacity80 { color: #511749; opacity: 0.8; }

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

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

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

This text has shadow with #511749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511749 on black background.


Color preview on white background

This text has color #511749 on white background.



Black color preview on #511749 background

This text has black color on #511749 background.


White color preview on #511749 background

This text has white color on #511749 background.