COLOR #511C4C

HEX: #511C4C RGB: (81,28,76)

Color info

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

RGB color model

#511C4C color RGB value is (81,28,76).

RGB: (81,28,76) (32%, 11%, 30%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 76 of 255 = 30%

81
28
76

R + G + B ~ 24%. #511C4C is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 28 + 76 = 185 (100%)
R 81 of 185 ~ 43.78%
G 28 of 185 ~ 15.14%
B 76 of 185 ~ 41.08'%

%43.78
%15.14
%41.08

CMYK color model

#511C4C color CMYK value is (0,65,6,68).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 6.17%
  • key color value is 68.24%

CMYK: (0,65,6,68)
C0M65Y6K68 (0%, 65%, 6%, 68%)
(0.00 / 0.65 / 0.06 / 0.68)

CMYK percentages

%0
%65.43
%6.17
%68.24

Codes

Color #511C4C in popluar color models

51 1C 4C
RGB 81 28 76
HSL 306° 48.62% 21.37%
HSB/HSV 306° 65.43% 31.76%
CMYK 0.00% 65.43% 6.17%
68.24%

Color #511C4C in popluar number systems.

HEX 51 1C 4C
Decimal 81 28 76
Binary 1010001 11100 1001100
Octal 121 34 114

Shades and tints

Shades of #511C4C

#511C4C
(81,28,76)
#4A1A46
(74,26,70)
#431840
(67,24,64)
#3C163A
(60,22,58)
#351434
(53,20,52)
#2E122E
(46,18,46)
#271028
(39,16,40)
#200E22
(32,14,34)
#190C1C
(25,12,28)
#120A16
(18,10,22)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #511C4C

#511C4C
(81,28,76)
#60305C
(96,48,92)
#6F446C
(111,68,108)
#7E587C
(126,88,124)
#8D6C8C
(141,108,140)
#9C809C
(156,128,156)
#AB94AC
(171,148,172)
#BAA8BC
(186,168,188)
#C9BCCC
(201,188,204)
#D8D0DC
(216,208,220)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C4C color. Also use rgb(81,28,76) instead hex code.

Text Font Color

.myTextColor { color: #511C4C; }

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

This text font color is #511C4C.

Background Color

.myBgColor { background-color: #511C4C; }

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

This div background color is #511C4C.

Border color

.myBorderColor { border: 1px solid #511C4C; }

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

This div border color is #511C4C.

Opacity

.myOpacity80 { color: #511C4C; opacity: 0.8; }

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

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

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

This text has shadow with #511C4C color.


.textShadow {text-shadow: 3px 3px 1px #511C4C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #511C4C; -webkit-box-shadow: 1px 1px 3px 2px #511C4C; box-shadow:1px 1px 3px 2px #511C4C;">
Div content here
</div>

This div box has shadow with color #511C4C.

Preview

Color preview on black background

This text has color #511C4C on black background.


Color preview on white background

This text has color #511C4C on white background.


Black color preview on #511C4C background

This text has black color on #511C4C background.


White color preview on #511C4C background

This text has white color on #511C4C background.


Related colors

Complementary color

Complementary color for #hex is #AEE3B3.


I love getcolorcode.com

Triadic colors

1 #4C511C and #1C4C51 with #511C4C are triadic colors.

2 #4C1C51 and #1C514C with #511C4C are triadic colors.