COLOR #511C2D

HEX: #511C2D
RGB: (81,28,45)

Color info

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

RGB color model

#511C2D color RGB value is (81,28,45).

  • red value is 81;
  • green value is 28;
  • blue value is 45.
RGB:
(81,28,45)
(32%,11%,18%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 45 of 255 = 18%

81
28
45

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

Portions of RGB colors in percentages

R + G + B =
81 + 28 + 45 = 154 (100%)
R 81 of 154 ~ 52.6%
G 28 of 154 ~ 18.18%
B 45 of 154 ~ 29.22%

%52.6
%18.18
%29.22

CMYK color model

#511C2D color CMYK value is (0,65,44,68).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 44.44%
  • key color value is 68.24%
CMYK:
(0,65,44,68)
C0M65Y44K68 
(0%,65%,44%,68%)
(0.00/0.65/0.44/0.68)	

CMYK percentages

%0
%65.43
%44.44
%68.24

Codes

Color #511C2D in popluar color models

511C2D
RGB812845
HSL341°48.62%21.37%
HSB/HSV341°65.43%31.76%
CMYK0.00%65.43%44.44%
68.24%

Color #511C2D in popluar number systems.

HEX511C2D
Decimal812845
Binary101000111100101101
Octal1213455

Shades and tints

Shades of #511C2D

#511C2D
(81,28,45)
#4A1A29
(74,26,41)
#431825
(67,24,37)
#3C1621
(60,22,33)
#35141D
(53,20,29)
#2E1219
(46,18,25)
#271015
(39,16,21)
#200E11
(32,14,17)
#190C0D
(25,12,13)
#120A09
(18,10,9)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #511C2D

#511C2D
(81,28,45)
#603040
(96,48,64)
#6F4453
(111,68,83)
#7E5866
(126,88,102)
#8D6C79
(141,108,121)
#9C808C
(156,128,140)
#AB949F
(171,148,159)
#BAA8B2
(186,168,178)
#C9BCC5
(201,188,197)
#D8D0D8
(216,208,216)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511C2D; }

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

This text font color is #511C2D.


Background Color

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

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

This div background color is #511C2D.


Border color

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

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

This div border color is #511C2D.


Opacity

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

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

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

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

This text has shadow with #511C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C2D on black background.


Color preview on white background

This text has color #511C2D on white background.



Black color preview on #511C2D background

This text has black color on #511C2D background.


White color preview on #511C2D background

This text has white color on #511C2D background.