COLOR #512F21

HEX: #512F21
RGB: (81,47,33)

Color info

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

RGB color model

#512F21 color RGB value is (81,47,33).

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

RGB channels and saturation

R 81 of 255 = 32%
G 47 of 255 = 18%
B 33 of 255 = 13%

81
47
33

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

Portions of RGB colors in percentages

R + G + B =
81 + 47 + 33 = 161 (100%)
R 81 of 161 ~ 50.31%
G 47 of 161 ~ 29.19%
B 33 of 161 ~ 20.5%

%50.31
%29.19
%20.5

CMYK color model

#512F21 color CMYK value is (0,42,59,68).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 59.26%
  • key color value is 68.24%
CMYK:
(0,42,59,68)
C0M42Y59K68 
(0%,42%,59%,68%)
(0.00/0.42/0.59/0.68)	

CMYK percentages

%0
%41.98
%59.26
%68.24

Codes

Color #512F21 in popluar color models

512F21
RGB814733
HSL18°42.11%22.35%
HSB/HSV18°59.26%31.76%
CMYK0.00%41.98%59.26%
68.24%

Color #512F21 in popluar number systems.

HEX512F21
Decimal814733
Binary1010001101111100001
Octal1215741

Shades and tints

Shades of #512F21

#512F21
(81,47,33)
#4A2B1E
(74,43,30)
#43271B
(67,39,27)
#3C2318
(60,35,24)
#351F15
(53,31,21)
#2E1B12
(46,27,18)
#27170F
(39,23,15)
#20130C
(32,19,12)
#190F09
(25,15,9)
#120B06
(18,11,6)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #512F21

#512F21
(81,47,33)
#604135
(96,65,53)
#6F5349
(111,83,73)
#7E655D
(126,101,93)
#8D7771
(141,119,113)
#9C8985
(156,137,133)
#AB9B99
(171,155,153)
#BAADAD
(186,173,173)
#C9BFC1
(201,191,193)
#D8D1D5
(216,209,213)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512F21; }

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

This text font color is #512F21.


Background Color

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

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

This div background color is #512F21.


Border color

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

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

This div border color is #512F21.


Opacity

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

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

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

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

This text has shadow with #512F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512F21 on black background.


Color preview on white background

This text has color #512F21 on white background.



Black color preview on #512F21 background

This text has black color on #512F21 background.


White color preview on #512F21 background

This text has white color on #512F21 background.