COLOR #512712

HEX: #512712
RGB: (81,39,18)

Color info

#512712 contains mainly red and green colors. Web safe color of #512712 is #663300 (or #630).

RGB color model

#512712 color RGB value is (81,39,18).

  • red value is 81;
  • green value is 39;
  • blue value is 18.
RGB:
(81,39,18)
(32%,15%,7%)

RGB channels and saturation

R 81 of 255 = 32%
G 39 of 255 = 15%
B 18 of 255 = 7%

81
39
18

R + G + B ~ 18%. #512712 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 39 + 18 = 138 (100%)
R 81 of 138 ~ 58.7%
G 39 of 138 ~ 28.26%
B 18 of 138 ~ 13.04%

%58.7
%28.26
%13.04

CMYK color model

#512712 color CMYK value is (0,52,78,68).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 77.78%
  • key color value is 68.24%
CMYK:
(0,52,78,68)
C0M52Y78K68 
(0%,52%,78%,68%)
(0.00/0.52/0.78/0.68)	

CMYK percentages

%0
%51.85
%77.78
%68.24

Codes

Color #512712 in popluar color models

512712
RGB813918
HSL20°63.64%19.41%
HSB/HSV20°77.78%31.76%
CMYK0.00%51.85%77.78%
68.24%

Color #512712 in popluar number systems.

HEX512712
Decimal813918
Binary101000110011110010
Octal1214722

Shades and tints

Shades of #512712

#512712
(81,39,18)
#4A2411
(74,36,17)
#432110
(67,33,16)
#3C1E0F
(60,30,15)
#351B0E
(53,27,14)
#2E180D
(46,24,13)
#27150C
(39,21,12)
#20120B
(32,18,11)
#190F0A
(25,15,10)
#120C09
(18,12,9)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #512712

#512712
(81,39,18)
#603A27
(96,58,39)
#6F4D3C
(111,77,60)
#7E6051
(126,96,81)
#8D7366
(141,115,102)
#9C867B
(156,134,123)
#AB9990
(171,153,144)
#BAACA5
(186,172,165)
#C9BFBA
(201,191,186)
#D8D2CF
(216,210,207)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512712 color. Also use rgb(81,39,18) instead hex code.

Text Font Color

.myTextColor { color: #512712; }

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

This text font color is #512712.


Background Color

.myBgColor { background-color: #512712; }

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

This div background color is #512712.


Border color

.myBorderColor { border: 1px solid #512712; }

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

This div border color is #512712.


Opacity

.myOpacity80 { color: #512712; opacity: 0.8; }

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

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

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

This text has shadow with #512712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512712 on black background.


Color preview on white background

This text has color #512712 on white background.



Black color preview on #512712 background

This text has black color on #512712 background.


White color preview on #512712 background

This text has white color on #512712 background.