COLOR #512C06

HEX: #512C06
RGB: (81,44,6)

Color info

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

RGB color model

#512C06 color RGB value is (81,44,6).

  • red value is 81;
  • green value is 44;
  • blue value is 6.
RGB:
(81,44,6)
(32%,17%,2%)

RGB channels and saturation

R 81 of 255 = 32%
G 44 of 255 = 17%
B 6 of 255 = 2%

81
44
6

R + G + B ~ 17%. #512C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 44 + 6 = 131 (100%)
R 81 of 131 ~ 61.83%
G 44 of 131 ~ 33.59%
B 6 of 131 ~ 4.58%

%61.83
%33.59

CMYK color model

#512C06 color CMYK value is (0,46,93,68).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 92.59%
  • key color value is 68.24%
CMYK:
(0,46,93,68)
C0M46Y93K68 
(0%,46%,93%,68%)
(0.00/0.46/0.93/0.68)	

CMYK percentages

%0
%45.68
%92.59
%68.24

Codes

Color #512C06 in popluar color models

512C06
RGB81446
HSL30°86.21%17.06%
HSB/HSV30°92.59%31.76%
CMYK0.00%45.68%92.59%
68.24%

Color #512C06 in popluar number systems.

HEX512C06
Decimal81446
Binary1010001101100110
Octal121546

Shades and tints

Shades of #512C06

#512C06
(81,44,6)
#4A2806
(74,40,6)
#432406
(67,36,6)
#3C2006
(60,32,6)
#351C06
(53,28,6)
#2E1806
(46,24,6)
#271406
(39,20,6)
#201006
(32,16,6)
#190C06
(25,12,6)
#120806
(18,8,6)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #512C06

#512C06
(81,44,6)
#603F1C
(96,63,28)
#6F5232
(111,82,50)
#7E6548
(126,101,72)
#8D785E
(141,120,94)
#9C8B74
(156,139,116)
#AB9E8A
(171,158,138)
#BAB1A0
(186,177,160)
#C9C4B6
(201,196,182)
#D8D7CC
(216,215,204)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512C06 color. Also use rgb(81,44,6) instead hex code.

Text Font Color

.myTextColor { color: #512C06; }

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

This text font color is #512C06.


Background Color

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

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

This div background color is #512C06.


Border color

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

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

This div border color is #512C06.


Opacity

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

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

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

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

This text has shadow with #512C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512C06 on black background.


Color preview on white background

This text has color #512C06 on white background.



Black color preview on #512C06 background

This text has black color on #512C06 background.


White color preview on #512C06 background

This text has white color on #512C06 background.