COLOR #511A38

HEX: #511A38
RGB: (81,26,56)

Color info

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

RGB color model

#511A38 color RGB value is (81,26,56).

  • red value is 81;
  • green value is 26;
  • blue value is 56.
RGB:
(81,26,56)
(32%,10%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 26 of 255 = 10%
B 56 of 255 = 22%

81
26
56

R + G + B ~ 21%. #511A38 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 26 + 56 = 163 (100%)
R 81 of 163 ~ 49.69%
G 26 of 163 ~ 15.95%
B 56 of 163 ~ 34.36%

%49.69
%15.95
%34.36

CMYK color model

#511A38 color CMYK value is (0,68,31,68).

  • cyan value is 0.00%
  • magenta value is 67.90%
  • yellow value is 30.86%
  • key color value is 68.24%
CMYK:
(0,68,31,68)
C0M68Y31K68 
(0%,68%,31%,68%)
(0.00/0.68/0.31/0.68)	

CMYK percentages

%0
%67.9
%30.86
%68.24

Codes

Color #511A38 in popluar color models

511A38
RGB812656
HSL327°51.40%20.98%
HSB/HSV327°67.90%31.76%
CMYK0.00%67.90%30.86%
68.24%

Color #511A38 in popluar number systems.

HEX511A38
Decimal812656
Binary101000111010111000
Octal1213270

Shades and tints

Shades of #511A38

#511A38
(81,26,56)
#4A1833
(74,24,51)
#43162E
(67,22,46)
#3C1429
(60,20,41)
#351224
(53,18,36)
#2E101F
(46,16,31)
#270E1A
(39,14,26)
#200C15
(32,12,21)
#190A10
(25,10,16)
#12080B
(18,8,11)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #511A38

#511A38
(81,26,56)
#602E4A
(96,46,74)
#6F425C
(111,66,92)
#7E566E
(126,86,110)
#8D6A80
(141,106,128)
#9C7E92
(156,126,146)
#AB92A4
(171,146,164)
#BAA6B6
(186,166,182)
#C9BAC8
(201,186,200)
#D8CEDA
(216,206,218)
#E7E2EC
(231,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511A38 color. Also use rgb(81,26,56) instead hex code.

Text Font Color

.myTextColor { color: #511A38; }

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

This text font color is #511A38.


Background Color

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

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

This div background color is #511A38.


Border color

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

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

This div border color is #511A38.


Opacity

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

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

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

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

This text has shadow with #511A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511A38 on black background.


Color preview on white background

This text has color #511A38 on white background.



Black color preview on #511A38 background

This text has black color on #511A38 background.


White color preview on #511A38 background

This text has white color on #511A38 background.