COLOR #512F46

HEX: #512F46
RGB: (81,47,70)

Color info

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

RGB color model

#512F46 color RGB value is (81,47,70).

  • red value is 81;
  • green value is 47;
  • blue value is 70.
RGB:
(81,47,70)
(32%,18%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 47 of 255 = 18%
B 70 of 255 = 27%

81
47
70

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

Portions of RGB colors in percentages

R + G + B =
81 + 47 + 70 = 198 (100%)
R 81 of 198 ~ 40.91%
G 47 of 198 ~ 23.74%
B 70 of 198 ~ 35.35%

%40.91
%23.74
%35.35

CMYK color model

#512F46 color CMYK value is (0,42,14,68).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK:
(0,42,14,68)
C0M42Y14K68 
(0%,42%,14%,68%)
(0.00/0.42/0.14/0.68)	

CMYK percentages

%0
%41.98
%13.58
%68.24

Codes

Color #512F46 in popluar color models

512F46
RGB814770
HSL319°26.56%25.10%
HSB/HSV319°41.98%31.76%
CMYK0.00%41.98%13.58%
68.24%

Color #512F46 in popluar number systems.

HEX512F46
Decimal814770
Binary10100011011111000110
Octal12157106

Shades and tints

Shades of #512F46

#512F46
(81,47,70)
#4A2B40
(74,43,64)
#43273A
(67,39,58)
#3C2334
(60,35,52)
#351F2E
(53,31,46)
#2E1B28
(46,27,40)
#271722
(39,23,34)
#20131C
(32,19,28)
#190F16
(25,15,22)
#120B10
(18,11,16)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #512F46

#512F46
(81,47,70)
#604156
(96,65,86)
#6F5366
(111,83,102)
#7E6576
(126,101,118)
#8D7786
(141,119,134)
#9C8996
(156,137,150)
#AB9BA6
(171,155,166)
#BAADB6
(186,173,182)
#C9BFC6
(201,191,198)
#D8D1D6
(216,209,214)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512F46 color. Also use rgb(81,47,70) instead hex code.

Text Font Color

.myTextColor { color: #512F46; }

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

This text font color is #512F46.


Background Color

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

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

This div background color is #512F46.


Border color

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

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

This div border color is #512F46.


Opacity

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

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

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

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

This text has shadow with #512F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512F46 on black background.


Color preview on white background

This text has color #512F46 on white background.



Black color preview on #512F46 background

This text has black color on #512F46 background.


White color preview on #512F46 background

This text has white color on #512F46 background.