COLOR #512320

HEX: #512320 RGB: (81,35,32)

Color info

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

RGB color model

#512320 color RGB value is (81,35,32).

RGB: (81,35,32) (32%, 14%, 13%)

RGB channels and saturation

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

81
35
32

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

Portions of RGB colors in percentages

R + G + B = 81 + 35 + 32 = 148 (100%)
R 81 of 148 ~ 54.73%
G 35 of 148 ~ 23.65%
B 32 of 148 ~ 21.62'%

%54.73
%23.65
%21.62

CMYK color model

#512320 color CMYK value is (0,57,60,68).

  • cyan value is 0.00%
  • magenta value is 56.79%
  • yellow value is 60.49%
  • key color value is 68.24%
CMYK: (0,57,60,68) C0M57Y60K68 (0%,57%,60%,68%) (0.00/0.57/0.60/0.68) 

CMYK percentages

%0
%56.79
%60.49
%68.24

Codes

Color #512320 in popluar color models

51 23 20
RGB 81 35 32
HSL 43.36% 22.16%
HSB/HSV 60.49% 31.76%
CMYK 0.00% 56.79% 60.49%
68.24%

Color #512320 in popluar number systems.

HEX 51 23 20
Decimal 81 35 32
Binary 1010001 100011 100000
Octal 121 43 40

Shades and tints

Shades of #512320

#512320
(81,35,32)
#4A201E
(74,32,30)
#431D1C
(67,29,28)
#3C1A1A
(60,26,26)
#351718
(53,23,24)
#2E1416
(46,20,22)
#271114
(39,17,20)
#200E12
(32,14,18)
#190B10
(25,11,16)
#12080E
(18,8,14)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #512320

#512320
(81,35,32)
#603734
(96,55,52)
#6F4B48
(111,75,72)
#7E5F5C
(126,95,92)
#8D7370
(141,115,112)
#9C8784
(156,135,132)
#AB9B98
(171,155,152)
#BAAFAC
(186,175,172)
#C9C3C0
(201,195,192)
#D8D7D4
(216,215,212)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512320; }

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

This text font color is #512320.

Background Color

.myBgColor { background-color: #512320; }

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

This div background color is #512320.

Border color

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

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

This div border color is #512320.

Opacity

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

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

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

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

This text has shadow with #512320 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512320.

Preview

Color preview on black background

This text has color #512320 on black background.


Color preview on white background

This text has color #512320 on white background.


Black color preview on #512320 background

This text has black color on #512320 background.


White color preview on #512320 background

This text has white color on #512320 background.


Related colors

Complementary color

Complementary color for #hex is #AEDCDF.


I love getcolorcode.com

Triadic colors

1 #205123 and #232051 with #512320 are triadic colors.

2 #202351 and #235120 with #512320 are triadic colors.