COLOR #511C3D

HEX: #511C3D
RGB: (81,28,61)

Color info

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

RGB color model

#511C3D color RGB value is (81,28,61).

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

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 61 of 255 = 24%

81
28
61

R + G + B ~ 22%. #511C3D is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 28 + 61 = 170 (100%)
R 81 of 170 ~ 47.65%
G 28 of 170 ~ 16.47%
B 61 of 170 ~ 35.88%

%47.65
%16.47
%35.88

CMYK color model

#511C3D color CMYK value is (0,65,25,68).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK:
(0,65,25,68)
C0M65Y25K68 
(0%,65%,25%,68%)
(0.00/0.65/0.25/0.68)	

CMYK percentages

%0
%65.43
%24.69
%68.24

Codes

Color #511C3D in popluar color models

511C3D
RGB812861
HSL323°48.62%21.37%
HSB/HSV323°65.43%31.76%
CMYK0.00%65.43%24.69%
68.24%

Color #511C3D in popluar number systems.

HEX511C3D
Decimal812861
Binary101000111100111101
Octal1213475

Shades and tints

Shades of #511C3D

#511C3D
(81,28,61)
#4A1A38
(74,26,56)
#431833
(67,24,51)
#3C162E
(60,22,46)
#351429
(53,20,41)
#2E1224
(46,18,36)
#27101F
(39,16,31)
#200E1A
(32,14,26)
#190C15
(25,12,21)
#120A10
(18,10,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #511C3D

#511C3D
(81,28,61)
#60304E
(96,48,78)
#6F445F
(111,68,95)
#7E5870
(126,88,112)
#8D6C81
(141,108,129)
#9C8092
(156,128,146)
#AB94A3
(171,148,163)
#BAA8B4
(186,168,180)
#C9BCC5
(201,188,197)
#D8D0D6
(216,208,214)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511C3D; }

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

This text font color is #511C3D.


Background Color

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

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

This div background color is #511C3D.


Border color

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

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

This div border color is #511C3D.


Opacity

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

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

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

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

This text has shadow with #511C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C3D on black background.


Color preview on white background

This text has color #511C3D on white background.



Black color preview on #511C3D background

This text has black color on #511C3D background.


White color preview on #511C3D background

This text has white color on #511C3D background.