COLOR #512322

HEX: #512322
RGB: (81,35,34)

Color info

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

RGB color model

#512322 color RGB value is (81,35,34).

  • red value is 81;
  • green value is 35;
  • blue value is 34.
RGB:
(81,35,34)
(32%,14%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 35 of 255 = 14%
B 34 of 255 = 13%

81
35
34

R + G + B ~ 20%. #512322 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 35 + 34 = 150 (100%)
R 81 of 150 ~ 54%
G 35 of 150 ~ 23.33%
B 34 of 150 ~ 22.67%

%54
%23.33
%22.67

CMYK color model

#512322 color CMYK value is (0,57,58,68).

  • cyan value is 0.00%
  • magenta value is 56.79%
  • yellow value is 58.02%
  • key color value is 68.24%
CMYK:
(0,57,58,68)
C0M57Y58K68 
(0%,57%,58%,68%)
(0.00/0.57/0.58/0.68)	

CMYK percentages

%0
%56.79
%58.02
%68.24

Codes

Color #512322 in popluar color models

512322
RGB813534
HSL40.87%22.55%
HSB/HSV58.02%31.76%
CMYK0.00%56.79%58.02%
68.24%

Color #512322 in popluar number systems.

HEX512322
Decimal813534
Binary1010001100011100010
Octal1214342

Shades and tints

Shades of #512322

#512322
(81,35,34)
#4A201F
(74,32,31)
#431D1C
(67,29,28)
#3C1A19
(60,26,25)
#351716
(53,23,22)
#2E1413
(46,20,19)
#271110
(39,17,16)
#200E0D
(32,14,13)
#190B0A
(25,11,10)
#120807
(18,8,7)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #512322

#512322
(81,35,34)
#603736
(96,55,54)
#6F4B4A
(111,75,74)
#7E5F5E
(126,95,94)
#8D7372
(141,115,114)
#9C8786
(156,135,134)
#AB9B9A
(171,155,154)
#BAAFAE
(186,175,174)
#C9C3C2
(201,195,194)
#D8D7D6
(216,215,214)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512322 color. Also use rgb(81,35,34) instead hex code.

Text Font Color

.myTextColor { color: #512322; }

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

This text font color is #512322.


Background Color

.myBgColor { background-color: #512322; }

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

This div background color is #512322.


Border color

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

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

This div border color is #512322.


Opacity

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

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

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

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

This text has shadow with #512322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512322 on black background.


Color preview on white background

This text has color #512322 on white background.



Black color preview on #512322 background

This text has black color on #512322 background.


White color preview on #512322 background

This text has white color on #512322 background.