COLOR #512620

HEX: #512620
RGB: (81,38,32)

Color info

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

RGB color model

#512620 color RGB value is (81,38,32).

  • red value is 81;
  • green value is 38;
  • blue value is 32.
RGB:
(81,38,32)
(32%,15%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 38 of 255 = 15%
B 32 of 255 = 13%

81
38
32

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

Portions of RGB colors in percentages

R + G + B =
81 + 38 + 32 = 151 (100%)
R 81 of 151 ~ 53.64%
G 38 of 151 ~ 25.17%
B 32 of 151 ~ 21.19%

%53.64
%25.17
%21.19

CMYK color model

#512620 color CMYK value is (0,53,60,68).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 60.49%
  • key color value is 68.24%
CMYK:
(0,53,60,68)
C0M53Y60K68 
(0%,53%,60%,68%)
(0.00/0.53/0.60/0.68)	

CMYK percentages

%0
%53.09
%60.49
%68.24

Codes

Color #512620 in popluar color models

512620
RGB813832
HSL43.36%22.16%
HSB/HSV60.49%31.76%
CMYK0.00%53.09%60.49%
68.24%

Color #512620 in popluar number systems.

HEX512620
Decimal813832
Binary1010001100110100000
Octal1214640

Shades and tints

Shades of #512620

#512620
(81,38,32)
#4A231E
(74,35,30)
#43201C
(67,32,28)
#3C1D1A
(60,29,26)
#351A18
(53,26,24)
#2E1716
(46,23,22)
#271414
(39,20,20)
#201112
(32,17,18)
#190E10
(25,14,16)
#120B0E
(18,11,14)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #512620

#512620
(81,38,32)
#603934
(96,57,52)
#6F4C48
(111,76,72)
#7E5F5C
(126,95,92)
#8D7270
(141,114,112)
#9C8584
(156,133,132)
#AB9898
(171,152,152)
#BAABAC
(186,171,172)
#C9BEC0
(201,190,192)
#D8D1D4
(216,209,212)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512620 color. Also use rgb(81,38,32) instead hex code.

Text Font Color

.myTextColor { color: #512620; }

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

This text font color is #512620.


Background Color

.myBgColor { background-color: #512620; }

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

This div background color is #512620.


Border color

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

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

This div border color is #512620.


Opacity

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

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

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

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

This text has shadow with #512620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512620 on black background.


Color preview on white background

This text has color #512620 on white background.



Black color preview on #512620 background

This text has black color on #512620 background.


White color preview on #512620 background

This text has white color on #512620 background.