COLOR #512D2F

HEX: #512D2F
RGB: (81,45,47)

Color info

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

RGB color model

#512D2F color RGB value is (81,45,47).

  • red value is 81;
  • green value is 45;
  • blue value is 47.
RGB:
(81,45,47)
(32%,18%,18%)

RGB channels and saturation

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

81
45
47

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

Portions of RGB colors in percentages

R + G + B =
81 + 45 + 47 = 173 (100%)
R 81 of 173 ~ 46.82%
G 45 of 173 ~ 26.01%
B 47 of 173 ~ 27.17%

%46.82
%26.01
%27.17

CMYK color model

#512D2F color CMYK value is (0,44,42,68).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 41.98%
  • key color value is 68.24%
CMYK:
(0,44,42,68)
C0M44Y42K68 
(0%,44%,42%,68%)
(0.00/0.44/0.42/0.68)	

CMYK percentages

%0
%44.44
%41.98
%68.24

Codes

Color #512D2F in popluar color models

512D2F
RGB814547
HSL357°28.57%24.71%
HSB/HSV357°44.44%31.76%
CMYK0.00%44.44%41.98%
68.24%

Color #512D2F in popluar number systems.

HEX512D2F
Decimal814547
Binary1010001101101101111
Octal1215557

Shades and tints

Shades of #512D2F

#512D2F
(81,45,47)
#4A292B
(74,41,43)
#432527
(67,37,39)
#3C2123
(60,33,35)
#351D1F
(53,29,31)
#2E191B
(46,25,27)
#271517
(39,21,23)
#201113
(32,17,19)
#190D0F
(25,13,15)
#12090B
(18,9,11)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #512D2F

#512D2F
(81,45,47)
#604041
(96,64,65)
#6F5353
(111,83,83)
#7E6665
(126,102,101)
#8D7977
(141,121,119)
#9C8C89
(156,140,137)
#AB9F9B
(171,159,155)
#BAB2AD
(186,178,173)
#C9C5BF
(201,197,191)
#D8D8D1
(216,216,209)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512D2F; }

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

This text font color is #512D2F.


Background Color

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

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

This div background color is #512D2F.


Border color

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

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

This div border color is #512D2F.


Opacity

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

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

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

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

This text has shadow with #512D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512D2F on black background.


Color preview on white background

This text has color #512D2F on white background.



Black color preview on #512D2F background

This text has black color on #512D2F background.


White color preview on #512D2F background

This text has white color on #512D2F background.