COLOR #512E3B

HEX: #512E3B
RGB: (81,46,59)

Color info

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

RGB color model

#512E3B color RGB value is (81,46,59).

  • red value is 81;
  • green value is 46;
  • blue value is 59.
RGB:
(81,46,59)
(32%,18%,23%)

RGB channels and saturation

R 81 of 255 = 32%
G 46 of 255 = 18%
B 59 of 255 = 23%

81
46
59

R + G + B ~ 24%. #512E3B is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 46 + 59 = 186 (100%)
R 81 of 186 ~ 43.55%
G 46 of 186 ~ 24.73%
B 59 of 186 ~ 31.72%

%43.55
%24.73
%31.72

CMYK color model

#512E3B color CMYK value is (0,43,27,68).

  • cyan value is 0.00%
  • magenta value is 43.21%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(0,43,27,68)
C0M43Y27K68 
(0%,43%,27%,68%)
(0.00/0.43/0.27/0.68)	

CMYK percentages

%0
%43.21
%27.16
%68.24

Codes

Color #512E3B in popluar color models

512E3B
RGB814659
HSL338°27.56%24.90%
HSB/HSV338°43.21%31.76%
CMYK0.00%43.21%27.16%
68.24%

Color #512E3B in popluar number systems.

HEX512E3B
Decimal814659
Binary1010001101110111011
Octal1215673

Shades and tints

Shades of #512E3B

#512E3B
(81,46,59)
#4A2A36
(74,42,54)
#432631
(67,38,49)
#3C222C
(60,34,44)
#351E27
(53,30,39)
#2E1A22
(46,26,34)
#27161D
(39,22,29)
#201218
(32,18,24)
#190E13
(25,14,19)
#120A0E
(18,10,14)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #512E3B

#512E3B
(81,46,59)
#60414C
(96,65,76)
#6F545D
(111,84,93)
#7E676E
(126,103,110)
#8D7A7F
(141,122,127)
#9C8D90
(156,141,144)
#ABA0A1
(171,160,161)
#BAB3B2
(186,179,178)
#C9C6C3
(201,198,195)
#D8D9D4
(216,217,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512E3B color. Also use rgb(81,46,59) instead hex code.

Text Font Color

.myTextColor { color: #512E3B; }

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

This text font color is #512E3B.


Background Color

.myBgColor { background-color: #512E3B; }

<div style="background-color:#512E3B">Inner text</div>

This div background color is #512E3B.


Border color

.myBorderColor { border: 1px solid #512E3B; }

<div style="border:3px solid #512E3B">Div</div>

This div border color is #512E3B.


Opacity

.myOpacity80 { color: #512E3B; opacity: 0.8; }

<p style="color:#512E3B;opacity:0.8;">80%</p>

Text with #512E3B 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 #512E3B;}

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

This text has shadow with #512E3B color.

.textShadow {text-shadow: 3px 3px 1px #512E3B, 3px 3px 1px red;}

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

This text has shadow with #512E3B primary color and red secondary color.


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

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

This text has shadow with #512E3B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512E3B on black background.


Color preview on white background

This text has color #512E3B on white background.



Black color preview on #512E3B background

This text has black color on #512E3B background.


White color preview on #512E3B background

This text has white color on #512E3B background.