COLOR #512E2D

HEX: #512E2D RGB: (81,46,45)

Color info

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

RGB color model

#512E2D color RGB value is (81,46,45).

RGB: (81,46,45) (32%, 18%, 18%)

RGB channels and saturation

R 81 of 255 = 32%
G 46 of 255 = 18%
B 45 of 255 = 18%

81
46
45

R + G + B ~ 23%. #512E2D is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 46 + 45 = 172 (100%)
R 81 of 172 ~ 47.09%
G 46 of 172 ~ 26.74%
B 45 of 172 ~ 26.16'%

%47.09
%26.74
%26.16

CMYK color model

#512E2D color CMYK value is (0,43,44,68).

  • cyan value is 0.00%
  • magenta value is 43.21%
  • yellow value is 44.44%
  • key color value is 68.24%
CMYK: (0,43,44,68) C0M43Y44K68 (0%,43%,44%,68%) (0.00/0.43/0.44/0.68) 

CMYK percentages

%0
%43.21
%44.44
%68.24

Codes

Color #512E2D in popluar color models

51 2E 2D
RGB 81 46 45
HSL 28.57% 24.71%
HSB/HSV 44.44% 31.76%
CMYK 0.00% 43.21% 44.44%
68.24%

Color #512E2D in popluar number systems.

HEX 51 2E 2D
Decimal 81 46 45
Binary 1010001 101110 101101
Octal 121 56 55

Shades and tints

Shades of #512E2D

#512E2D
(81,46,45)
#4A2A29
(74,42,41)
#432625
(67,38,37)
#3C2221
(60,34,33)
#351E1D
(53,30,29)
#2E1A19
(46,26,25)
#271615
(39,22,21)
#201211
(32,18,17)
#190E0D
(25,14,13)
#120A09
(18,10,9)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #512E2D

#512E2D
(81,46,45)
#604140
(96,65,64)
#6F5453
(111,84,83)
#7E6766
(126,103,102)
#8D7A79
(141,122,121)
#9C8D8C
(156,141,140)
#ABA09F
(171,160,159)
#BAB3B2
(186,179,178)
#C9C6C5
(201,198,197)
#D8D9D8
(216,217,216)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512E2D; }

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

This text font color is #512E2D.

Background Color

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

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

This div background color is #512E2D.

Border color

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

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

This div border color is #512E2D.

Opacity

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

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

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

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

This text has shadow with #512E2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512E2D.

Preview

Color preview on black background

This text has color #512E2D on black background.


Color preview on white background

This text has color #512E2D on white background.


Black color preview on #512E2D background

This text has black color on #512E2D background.


White color preview on #512E2D background

This text has white color on #512E2D background.


Related colors

Complementary color

Complementary color for #hex is #AED1D2.


I love getcolorcode.com

Triadic colors

1 #2D512E and #2E2D51 with #512E2D are triadic colors.

2 #2D2E51 and #2E512D with #512E2D are triadic colors.