COLOR #512F43

HEX: #512F43
RGB: (81,47,67)

Color info

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

RGB color model

#512F43 color RGB value is (81,47,67).

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

RGB channels and saturation

R 81 of 255 = 32%
G 47 of 255 = 18%
B 67 of 255 = 26%

81
47
67

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

Portions of RGB colors in percentages

R + G + B =
81 + 47 + 67 = 195 (100%)
R 81 of 195 ~ 41.54%
G 47 of 195 ~ 24.1%
B 67 of 195 ~ 34.36%

%41.54
%24.1
%34.36

CMYK color model

#512F43 color CMYK value is (0,42,17,68).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK:
(0,42,17,68)
C0M42Y17K68 
(0%,42%,17%,68%)
(0.00/0.42/0.17/0.68)	

CMYK percentages

%0
%41.98
%17.28
%68.24

Codes

Color #512F43 in popluar color models

512F43
RGB814767
HSL325°26.56%25.10%
HSB/HSV325°41.98%31.76%
CMYK0.00%41.98%17.28%
68.24%

Color #512F43 in popluar number systems.

HEX512F43
Decimal814767
Binary10100011011111000011
Octal12157103

Shades and tints

Shades of #512F43

#512F43
(81,47,67)
#4A2B3D
(74,43,61)
#432737
(67,39,55)
#3C2331
(60,35,49)
#351F2B
(53,31,43)
#2E1B25
(46,27,37)
#27171F
(39,23,31)
#201319
(32,19,25)
#190F13
(25,15,19)
#120B0D
(18,11,13)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #512F43

#512F43
(81,47,67)
#604154
(96,65,84)
#6F5365
(111,83,101)
#7E6576
(126,101,118)
#8D7787
(141,119,135)
#9C8998
(156,137,152)
#AB9BA9
(171,155,169)
#BAADBA
(186,173,186)
#C9BFCB
(201,191,203)
#D8D1DC
(216,209,220)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512F43; }

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

This text font color is #512F43.


Background Color

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

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

This div background color is #512F43.


Border color

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

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

This div border color is #512F43.


Opacity

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

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

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

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

This text has shadow with #512F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512F43 on black background.


Color preview on white background

This text has color #512F43 on white background.



Black color preview on #512F43 background

This text has black color on #512F43 background.


White color preview on #512F43 background

This text has white color on #512F43 background.