COLOR #511130

HEX: #511130
RGB: (81,17,48)

Color info

#511130 contains mainly red and blue colors. Web safe color of #511130 is #660033 (or #603).

RGB color model

#511130 color RGB value is (81,17,48).

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

RGB channels and saturation

R 81 of 255 = 32%
G 17 of 255 = 7%
B 48 of 255 = 19%

81
17
48

R + G + B ~ 19%. #511130 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 17 + 48 = 146 (100%)
R 81 of 146 ~ 55.48%
G 17 of 146 ~ 11.64%
B 48 of 146 ~ 32.88%

%55.48
%11.64
%32.88

CMYK color model

#511130 color CMYK value is (0,79,41,68).

  • cyan value is 0.00%
  • magenta value is 79.01%
  • yellow value is 40.74%
  • key color value is 68.24%
CMYK:
(0,79,41,68)
C0M79Y41K68 
(0%,79%,41%,68%)
(0.00/0.79/0.41/0.68)	

CMYK percentages

%0
%79.01
%40.74
%68.24

Codes

Color #511130 in popluar color models

511130
RGB811748
HSL331°65.31%19.22%
HSB/HSV331°79.01%31.76%
CMYK0.00%79.01%40.74%
68.24%

Color #511130 in popluar number systems.

HEX511130
Decimal811748
Binary101000110001110000
Octal1212160

Shades and tints

Shades of #511130

#511130
(81,17,48)
#4A102C
(74,16,44)
#430F28
(67,15,40)
#3C0E24
(60,14,36)
#350D20
(53,13,32)
#2E0C1C
(46,12,28)
#270B18
(39,11,24)
#200A14
(32,10,20)
#190910
(25,9,16)
#12080C
(18,8,12)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #511130

#511130
(81,17,48)
#602642
(96,38,66)
#6F3B54
(111,59,84)
#7E5066
(126,80,102)
#8D6578
(141,101,120)
#9C7A8A
(156,122,138)
#AB8F9C
(171,143,156)
#BAA4AE
(186,164,174)
#C9B9C0
(201,185,192)
#D8CED2
(216,206,210)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511130; }

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

This text font color is #511130.


Background Color

.myBgColor { background-color: #511130; }

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

This div background color is #511130.


Border color

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

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

This div border color is #511130.


Opacity

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

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

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

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

This text has shadow with #511130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511130 on black background.


Color preview on white background

This text has color #511130 on white background.



Black color preview on #511130 background

This text has black color on #511130 background.


White color preview on #511130 background

This text has white color on #511130 background.