COLOR #512621

HEX: #512621 RGB: (81,38,33)

Color info

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

RGB color model

#512621 color RGB value is (81,38,33).

RGB: (81,38,33) (32%, 15%, 13%)

RGB channels and saturation

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

81
38
33

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

Portions of RGB colors in percentages

R + G + B = 81 + 38 + 33 = 152 (100%)
R 81 of 152 ~ 53.29%
G 38 of 152 ~ 25%
B 33 of 152 ~ 21.71'%

%53.29
%25
%21.71

CMYK color model

#512621 color CMYK value is (0,53,59,68).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 59.26%
  • key color value is 68.24%

CMYK: (0,53,59,68)
C0M53Y59K68 (0%, 53%, 59%, 68%)
(0.00 / 0.53 / 0.59 / 0.68)

CMYK percentages

%0
%53.09
%59.26
%68.24

Codes

Color #512621 in popluar color models

51 26 21
RGB 81 38 33
HSL 42.11% 22.35%
HSB/HSV 59.26% 31.76%
CMYK 0.00% 53.09% 59.26%
68.24%

Color #512621 in popluar number systems.

HEX 51 26 21
Decimal 81 38 33
Binary 1010001 100110 100001
Octal 121 46 41

Shades and tints

Shades of #512621

#512621
(81,38,33)
#4A231E
(74,35,30)
#43201B
(67,32,27)
#3C1D18
(60,29,24)
#351A15
(53,26,21)
#2E1712
(46,23,18)
#27140F
(39,20,15)
#20110C
(32,17,12)
#190E09
(25,14,9)
#120B06
(18,11,6)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #512621

#512621
(81,38,33)
#603935
(96,57,53)
#6F4C49
(111,76,73)
#7E5F5D
(126,95,93)
#8D7271
(141,114,113)
#9C8585
(156,133,133)
#AB9899
(171,152,153)
#BAABAD
(186,171,173)
#C9BEC1
(201,190,193)
#D8D1D5
(216,209,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512621; }

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

This text font color is #512621.

Background Color

.myBgColor { background-color: #512621; }

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

This div background color is #512621.

Border color

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

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

This div border color is #512621.

Opacity

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

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

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

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

This text has shadow with #512621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512621.

Preview

Color preview on black background

This text has color #512621 on black background.


Color preview on white background

This text has color #512621 on white background.


Black color preview on #512621 background

This text has black color on #512621 background.


White color preview on #512621 background

This text has white color on #512621 background.


Related colors

Complementary color

Complementary color for #hex is #AED9DE.


I love getcolorcode.com

Triadic colors

1 #215126 and #262151 with #512621 are triadic colors.

2 #212651 and #265121 with #512621 are triadic colors.