COLOR #512D47

HEX: #512D47
RGB: (81,45,71)

Color info

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

RGB color model

#512D47 color RGB value is (81,45,71).

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

RGB channels and saturation

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

81
45
71

R + G + B ~ 26%. #512D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 45 + 71 = 197 (100%)
R 81 of 197 ~ 41.12%
G 45 of 197 ~ 22.84%
B 71 of 197 ~ 36.04%

%41.12
%22.84
%36.04

CMYK color model

#512D47 color CMYK value is (0,44,12,68).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 12.35%
  • key color value is 68.24%
CMYK:
(0,44,12,68)
C0M44Y12K68 
(0%,44%,12%,68%)
(0.00/0.44/0.12/0.68)	

CMYK percentages

%0
%44.44
%12.35
%68.24

Codes

Color #512D47 in popluar color models

512D47
RGB814571
HSL317°28.57%24.71%
HSB/HSV317°44.44%31.76%
CMYK0.00%44.44%12.35%
68.24%

Color #512D47 in popluar number systems.

HEX512D47
Decimal814571
Binary10100011011011000111
Octal12155107

Shades and tints

Shades of #512D47

#512D47
(81,45,71)
#4A2941
(74,41,65)
#43253B
(67,37,59)
#3C2135
(60,33,53)
#351D2F
(53,29,47)
#2E1929
(46,25,41)
#271523
(39,21,35)
#20111D
(32,17,29)
#190D17
(25,13,23)
#120911
(18,9,17)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #512D47

#512D47
(81,45,71)
#604057
(96,64,87)
#6F5367
(111,83,103)
#7E6677
(126,102,119)
#8D7987
(141,121,135)
#9C8C97
(156,140,151)
#AB9FA7
(171,159,167)
#BAB2B7
(186,178,183)
#C9C5C7
(201,197,199)
#D8D8D7
(216,216,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512D47 color. Also use rgb(81,45,71) instead hex code.

Text Font Color

.myTextColor { color: #512D47; }

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

This text font color is #512D47.


Background Color

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

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

This div background color is #512D47.


Border color

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

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

This div border color is #512D47.


Opacity

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

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

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

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

This text has shadow with #512D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512D47 on black background.


Color preview on white background

This text has color #512D47 on white background.



Black color preview on #512D47 background

This text has black color on #512D47 background.


White color preview on #512D47 background

This text has white color on #512D47 background.