COLOR #511B29

HEX: #511B29
RGB: (81,27,41)

Color info

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

RGB color model

#511B29 color RGB value is (81,27,41).

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

RGB channels and saturation

R 81 of 255 = 32%
G 27 of 255 = 11%
B 41 of 255 = 16%

81
27
41

R + G + B ~ 20%. #511B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 27 + 41 = 149 (100%)
R 81 of 149 ~ 54.36%
G 27 of 149 ~ 18.12%
B 41 of 149 ~ 27.52%

%54.36
%18.12
%27.52

CMYK color model

#511B29 color CMYK value is (0,67,49,68).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 49.38%
  • key color value is 68.24%
CMYK:
(0,67,49,68)
C0M67Y49K68 
(0%,67%,49%,68%)
(0.00/0.67/0.49/0.68)	

CMYK percentages

%0
%66.67
%49.38
%68.24

Codes

Color #511B29 in popluar color models

511B29
RGB812741
HSL344°50.00%21.18%
HSB/HSV344°66.67%31.76%
CMYK0.00%66.67%49.38%
68.24%

Color #511B29 in popluar number systems.

HEX511B29
Decimal812741
Binary101000111011101001
Octal1213351

Shades and tints

Shades of #511B29

#511B29
(81,27,41)
#4A1926
(74,25,38)
#431723
(67,23,35)
#3C1520
(60,21,32)
#35131D
(53,19,29)
#2E111A
(46,17,26)
#270F17
(39,15,23)
#200D14
(32,13,20)
#190B11
(25,11,17)
#12090E
(18,9,14)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #511B29

#511B29
(81,27,41)
#602F3C
(96,47,60)
#6F434F
(111,67,79)
#7E5762
(126,87,98)
#8D6B75
(141,107,117)
#9C7F88
(156,127,136)
#AB939B
(171,147,155)
#BAA7AE
(186,167,174)
#C9BBC1
(201,187,193)
#D8CFD4
(216,207,212)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511B29; }

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

This text font color is #511B29.


Background Color

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

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

This div background color is #511B29.


Border color

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

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

This div border color is #511B29.


Opacity

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

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

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

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

This text has shadow with #511B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511B29 on black background.


Color preview on white background

This text has color #511B29 on white background.



Black color preview on #511B29 background

This text has black color on #511B29 background.


White color preview on #511B29 background

This text has white color on #511B29 background.