COLOR #512534

HEX: #512534
RGB: (81,37,52)

Color info

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

RGB color model

#512534 color RGB value is (81,37,52).

  • red value is 81;
  • green value is 37;
  • blue value is 52.
RGB:
(81,37,52)
(32%,15%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 37 of 255 = 15%
B 52 of 255 = 20%

81
37
52

R + G + B ~ 22%. #512534 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 37 + 52 = 170 (100%)
R 81 of 170 ~ 47.65%
G 37 of 170 ~ 21.76%
B 52 of 170 ~ 30.59%

%47.65
%21.76
%30.59

CMYK color model

#512534 color CMYK value is (0,54,36,68).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 35.80%
  • key color value is 68.24%
CMYK:
(0,54,36,68)
C0M54Y36K68 
(0%,54%,36%,68%)
(0.00/0.54/0.36/0.68)	

CMYK percentages

%0
%54.32
%35.8
%68.24

Codes

Color #512534 in popluar color models

512534
RGB813752
HSL340°37.29%23.14%
HSB/HSV340°54.32%31.76%
CMYK0.00%54.32%35.80%
68.24%

Color #512534 in popluar number systems.

HEX512534
Decimal813752
Binary1010001100101110100
Octal1214564

Shades and tints

Shades of #512534

#512534
(81,37,52)
#4A2230
(74,34,48)
#431F2C
(67,31,44)
#3C1C28
(60,28,40)
#351924
(53,25,36)
#2E1620
(46,22,32)
#27131C
(39,19,28)
#201018
(32,16,24)
#190D14
(25,13,20)
#120A10
(18,10,16)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #512534

#512534
(81,37,52)
#603846
(96,56,70)
#6F4B58
(111,75,88)
#7E5E6A
(126,94,106)
#8D717C
(141,113,124)
#9C848E
(156,132,142)
#AB97A0
(171,151,160)
#BAAAB2
(186,170,178)
#C9BDC4
(201,189,196)
#D8D0D6
(216,208,214)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512534 color. Also use rgb(81,37,52) instead hex code.

Text Font Color

.myTextColor { color: #512534; }

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

This text font color is #512534.


Background Color

.myBgColor { background-color: #512534; }

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

This div background color is #512534.


Border color

.myBorderColor { border: 1px solid #512534; }

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

This div border color is #512534.


Opacity

.myOpacity80 { color: #512534; opacity: 0.8; }

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

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

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

This text has shadow with #512534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512534 on black background.


Color preview on white background

This text has color #512534 on white background.



Black color preview on #512534 background

This text has black color on #512534 background.


White color preview on #512534 background

This text has white color on #512534 background.