COLOR #512C4C

HEX: #512C4C
RGB: (81,44,76)

Color info

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

RGB color model

#512C4C color RGB value is (81,44,76).

  • red value is 81;
  • green value is 44;
  • blue value is 76.
RGB:
(81,44,76)
(32%,17%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 44 of 255 = 17%
B 76 of 255 = 30%

81
44
76

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

Portions of RGB colors in percentages

R + G + B =
81 + 44 + 76 = 201 (100%)
R 81 of 201 ~ 40.3%
G 44 of 201 ~ 21.89%
B 76 of 201 ~ 37.81%

%40.3
%21.89
%37.81

CMYK color model

#512C4C color CMYK value is (0,46,6,68).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 6.17%
  • key color value is 68.24%
CMYK:
(0,46,6,68)
C0M46Y6K68 
(0%,46%,6%,68%)
(0.00/0.46/0.06/0.68)	

CMYK percentages

%0
%45.68
%6.17
%68.24

Codes

Color #512C4C in popluar color models

512C4C
RGB814476
HSL308°29.60%24.51%
HSB/HSV308°45.68%31.76%
CMYK0.00%45.68%6.17%
68.24%

Color #512C4C in popluar number systems.

HEX512C4C
Decimal814476
Binary10100011011001001100
Octal12154114

Shades and tints

Shades of #512C4C

#512C4C
(81,44,76)
#4A2846
(74,40,70)
#432440
(67,36,64)
#3C203A
(60,32,58)
#351C34
(53,28,52)
#2E182E
(46,24,46)
#271428
(39,20,40)
#201022
(32,16,34)
#190C1C
(25,12,28)
#120816
(18,8,22)
#0B0410
(11,4,16)
#000000
(0,0,0)

Tints of #512C4C

#512C4C
(81,44,76)
#603F5C
(96,63,92)
#6F526C
(111,82,108)
#7E657C
(126,101,124)
#8D788C
(141,120,140)
#9C8B9C
(156,139,156)
#AB9EAC
(171,158,172)
#BAB1BC
(186,177,188)
#C9C4CC
(201,196,204)
#D8D7DC
(216,215,220)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512C4C color. Also use rgb(81,44,76) instead hex code.

Text Font Color

.myTextColor { color: #512C4C; }

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

This text font color is #512C4C.


Background Color

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

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

This div background color is #512C4C.


Border color

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

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

This div border color is #512C4C.


Opacity

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

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

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

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

This text has shadow with #512C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512C4C on black background.


Color preview on white background

This text has color #512C4C on white background.



Black color preview on #512C4C background

This text has black color on #512C4C background.


White color preview on #512C4C background

This text has white color on #512C4C background.