COLOR #512B24

HEX: #512B24 RGB: (81,43,36)

Color info

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

RGB color model

#512B24 color RGB value is (81,43,36).

RGB: (81,43,36) (32%, 17%, 14%)

RGB channels and saturation

R 81 of 255 = 32%
G 43 of 255 = 17%
B 36 of 255 = 14%

81
43
36

R + G + B ~ 21%. #512B24 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 43 + 36 = 160 (100%)
R 81 of 160 ~ 50.63%
G 43 of 160 ~ 26.88%
B 36 of 160 ~ 22.5'%

%50.63
%26.88
%22.5

CMYK color model

#512B24 color CMYK value is (0,47,56,68).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 55.56%
  • key color value is 68.24%

CMYK: (0,47,56,68)
C0M47Y56K68 (0%, 47%, 56%, 68%)
(0.00 / 0.47 / 0.56 / 0.68)

CMYK percentages

%0
%46.91
%55.56
%68.24

Codes

Color #512B24 in popluar color models

51 2B 24
RGB 81 43 36
HSL 38.46% 22.94%
HSB/HSV 55.56% 31.76%
CMYK 0.00% 46.91% 55.56%
68.24%

Color #512B24 in popluar number systems.

HEX 51 2B 24
Decimal 81 43 36
Binary 1010001 101011 100100
Octal 121 53 44

Shades and tints

Shades of #512B24

#512B24
(81,43,36)
#4A2821
(74,40,33)
#43251E
(67,37,30)
#3C221B
(60,34,27)
#351F18
(53,31,24)
#2E1C15
(46,28,21)
#271912
(39,25,18)
#20160F
(32,22,15)
#19130C
(25,19,12)
#121009
(18,16,9)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #512B24

#512B24
(81,43,36)
#603E37
(96,62,55)
#6F514A
(111,81,74)
#7E645D
(126,100,93)
#8D7770
(141,119,112)
#9C8A83
(156,138,131)
#AB9D96
(171,157,150)
#BAB0A9
(186,176,169)
#C9C3BC
(201,195,188)
#D8D6CF
(216,214,207)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512B24 color. Also use rgb(81,43,36) instead hex code.

Text Font Color

.myTextColor { color: #512B24; }

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

This text font color is #512B24.

Background Color

.myBgColor { background-color: #512B24; }

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

This div background color is #512B24.

Border color

.myBorderColor { border: 1px solid #512B24; }

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

This div border color is #512B24.

Opacity

.myOpacity80 { color: #512B24; opacity: 0.8; }

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

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

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

This text has shadow with #512B24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512B24.

Preview

Color preview on black background

This text has color #512B24 on black background.


Color preview on white background

This text has color #512B24 on white background.


Black color preview on #512B24 background

This text has black color on #512B24 background.


White color preview on #512B24 background

This text has white color on #512B24 background.


Related colors

Complementary color

Complementary color for #hex is #AED4DB.


I love getcolorcode.com

Triadic colors

1 #24512B and #2B2451 with #512B24 are triadic colors.

2 #242B51 and #2B5124 with #512B24 are triadic colors.