COLOR #511429

HEX: #511429
RGB: (81,20,41)

Color info

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

RGB color model

#511429 color RGB value is (81,20,41).

  • red value is 81;
  • green value is 20;
  • blue value is 41.
RGB:
(81,20,41)
(32%,8%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 20 of 255 = 8%
B 41 of 255 = 16%

81
20
41

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

Portions of RGB colors in percentages

R + G + B =
81 + 20 + 41 = 142 (100%)
R 81 of 142 ~ 57.04%
G 20 of 142 ~ 14.08%
B 41 of 142 ~ 28.87%

%57.04
%14.08
%28.87

CMYK color model

#511429 color CMYK value is (0,75,49,68).

  • cyan value is 0.00%
  • magenta value is 75.31%
  • yellow value is 49.38%
  • key color value is 68.24%
CMYK:
(0,75,49,68)
C0M75Y49K68 
(0%,75%,49%,68%)
(0.00/0.75/0.49/0.68)	

CMYK percentages

%0
%75.31
%49.38
%68.24

Codes

Color #511429 in popluar color models

511429
RGB812041
HSL339°60.40%19.80%
HSB/HSV339°75.31%31.76%
CMYK0.00%75.31%49.38%
68.24%

Color #511429 in popluar number systems.

HEX511429
Decimal812041
Binary101000110100101001
Octal1212451

Shades and tints

Shades of #511429

#511429
(81,20,41)
#4A1326
(74,19,38)
#431223
(67,18,35)
#3C1120
(60,17,32)
#35101D
(53,16,29)
#2E0F1A
(46,15,26)
#270E17
(39,14,23)
#200D14
(32,13,20)
#190C11
(25,12,17)
#120B0E
(18,11,14)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #511429

#511429
(81,20,41)
#60293C
(96,41,60)
#6F3E4F
(111,62,79)
#7E5362
(126,83,98)
#8D6875
(141,104,117)
#9C7D88
(156,125,136)
#AB929B
(171,146,155)
#BAA7AE
(186,167,174)
#C9BCC1
(201,188,193)
#D8D1D4
(216,209,212)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511429 color. Also use rgb(81,20,41) instead hex code.

Text Font Color

.myTextColor { color: #511429; }

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

This text font color is #511429.


Background Color

.myBgColor { background-color: #511429; }

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

This div background color is #511429.


Border color

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

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

This div border color is #511429.


Opacity

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

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

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

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

This text has shadow with #511429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511429 on black background.


Color preview on white background

This text has color #511429 on white background.



Black color preview on #511429 background

This text has black color on #511429 background.


White color preview on #511429 background

This text has white color on #511429 background.