COLOR #512F40

HEX: #512F40
RGB: (81,47,64)

Color info

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

RGB color model

#512F40 color RGB value is (81,47,64).

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

RGB channels and saturation

R 81 of 255 = 32%
G 47 of 255 = 18%
B 64 of 255 = 25%

81
47
64

R + G + B ~ 25%. #512F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 47 + 64 = 192 (100%)
R 81 of 192 ~ 42.19%
G 47 of 192 ~ 24.48%
B 64 of 192 ~ 33.33%

%42.19
%24.48
%33.33

CMYK color model

#512F40 color CMYK value is (0,42,21,68).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(0,42,21,68)
C0M42Y21K68 
(0%,42%,21%,68%)
(0.00/0.42/0.21/0.68)	

CMYK percentages

%0
%41.98
%20.99
%68.24

Codes

Color #512F40 in popluar color models

512F40
RGB814764
HSL330°26.56%25.10%
HSB/HSV330°41.98%31.76%
CMYK0.00%41.98%20.99%
68.24%

Color #512F40 in popluar number systems.

HEX512F40
Decimal814764
Binary10100011011111000000
Octal12157100

Shades and tints

Shades of #512F40

#512F40
(81,47,64)
#4A2B3B
(74,43,59)
#432736
(67,39,54)
#3C2331
(60,35,49)
#351F2C
(53,31,44)
#2E1B27
(46,27,39)
#271722
(39,23,34)
#20131D
(32,19,29)
#190F18
(25,15,24)
#120B13
(18,11,19)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #512F40

#512F40
(81,47,64)
#604151
(96,65,81)
#6F5362
(111,83,98)
#7E6573
(126,101,115)
#8D7784
(141,119,132)
#9C8995
(156,137,149)
#AB9BA6
(171,155,166)
#BAADB7
(186,173,183)
#C9BFC8
(201,191,200)
#D8D1D9
(216,209,217)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512F40; }

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

This text font color is #512F40.


Background Color

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

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

This div background color is #512F40.


Border color

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

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

This div border color is #512F40.


Opacity

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

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

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

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

This text has shadow with #512F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512F40 on black background.


Color preview on white background

This text has color #512F40 on white background.



Black color preview on #512F40 background

This text has black color on #512F40 background.


White color preview on #512F40 background

This text has white color on #512F40 background.