COLOR #512D36

HEX: #512D36 RGB: (81,45,54)

Color info

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

RGB color model

#512D36 color RGB value is (81,45,54).

RGB: (81,45,54) (32%, 18%, 21%)

RGB channels and saturation

R 81 of 255 = 32%
G 45 of 255 = 18%
B 54 of 255 = 21%

81
45
54

R + G + B ~ 24%. #512D36 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 45 + 54 = 180 (100%)
R 81 of 180 ~ 45%
G 45 of 180 ~ 25%
B 54 of 180 ~ 30'%

%45
%25
%30

CMYK color model

#512D36 color CMYK value is (0,44,33,68).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 33.33%
  • key color value is 68.24%

CMYK: (0,44,33,68)
C0M44Y33K68 (0%, 44%, 33%, 68%)
(0.00 / 0.44 / 0.33 / 0.68)

CMYK percentages

%0
%44.44
%33.33
%68.24

Codes

Color #512D36 in popluar color models

51 2D 36
RGB 81 45 54
HSL 345° 28.57% 24.71%
HSB/HSV 345° 44.44% 31.76%
CMYK 0.00% 44.44% 33.33%
68.24%

Color #512D36 in popluar number systems.

HEX 51 2D 36
Decimal 81 45 54
Binary 1010001 101101 110110
Octal 121 55 66

Shades and tints

Shades of #512D36

#512D36
(81,45,54)
#4A2932
(74,41,50)
#43252E
(67,37,46)
#3C212A
(60,33,42)
#351D26
(53,29,38)
#2E1922
(46,25,34)
#27151E
(39,21,30)
#20111A
(32,17,26)
#190D16
(25,13,22)
#120912
(18,9,18)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #512D36

#512D36
(81,45,54)
#604048
(96,64,72)
#6F535A
(111,83,90)
#7E666C
(126,102,108)
#8D797E
(141,121,126)
#9C8C90
(156,140,144)
#AB9FA2
(171,159,162)
#BAB2B4
(186,178,180)
#C9C5C6
(201,197,198)
#D8D8D8
(216,216,216)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512D36 color. Also use rgb(81,45,54) instead hex code.

Text Font Color

.myTextColor { color: #512D36; }

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

This text font color is #512D36.

Background Color

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

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

This div background color is #512D36.

Border color

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

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

This div border color is #512D36.

Opacity

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

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

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

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

This text has shadow with #512D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512D36.

Preview

Color preview on black background

This text has color #512D36 on black background.


Color preview on white background

This text has color #512D36 on white background.


Black color preview on #512D36 background

This text has black color on #512D36 background.


White color preview on #512D36 background

This text has white color on #512D36 background.


Related colors

Complementary color

Complementary color for #hex is #AED2C9.


I love getcolorcode.com

Triadic colors

1 #36512D and #2D3651 with #512D36 are triadic colors.

2 #362D51 and #2D5136 with #512D36 are triadic colors.