COLOR #512C04

HEX: #512C04
RGB: (81,44,4)

Color info

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

RGB color model

#512C04 color RGB value is (81,44,4).

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

RGB channels and saturation

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

81
44
4

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

Portions of RGB colors in percentages

R + G + B =
81 + 44 + 4 = 129 (100%)
R 81 of 129 ~ 62.79%
G 44 of 129 ~ 34.11%
B 4 of 129 ~ 3.1%

%62.79
%34.11

CMYK color model

#512C04 color CMYK value is (0,46,95,68).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 95.06%
  • key color value is 68.24%
CMYK:
(0,46,95,68)
C0M46Y95K68 
(0%,46%,95%,68%)
(0.00/0.46/0.95/0.68)	

CMYK percentages

%0
%45.68
%95.06
%68.24

Codes

Color #512C04 in popluar color models

512C04
RGB81444
HSL31°90.59%16.67%
HSB/HSV31°95.06%31.76%
CMYK0.00%45.68%95.06%
68.24%

Color #512C04 in popluar number systems.

HEX512C04
Decimal81444
Binary1010001101100100
Octal121544

Shades and tints

Shades of #512C04

#512C04
(81,44,4)
#4A2804
(74,40,4)
#432404
(67,36,4)
#3C2004
(60,32,4)
#351C04
(53,28,4)
#2E1804
(46,24,4)
#271404
(39,20,4)
#201004
(32,16,4)
#190C04
(25,12,4)
#120804
(18,8,4)
#0B0404
(11,4,4)
#000000
(0,0,0)

Tints of #512C04

#512C04
(81,44,4)
#603F1A
(96,63,26)
#6F5230
(111,82,48)
#7E6546
(126,101,70)
#8D785C
(141,120,92)
#9C8B72
(156,139,114)
#AB9E88
(171,158,136)
#BAB19E
(186,177,158)
#C9C4B4
(201,196,180)
#D8D7CA
(216,215,202)
#E7EAE0
(231,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512C04; }

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

This text font color is #512C04.


Background Color

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

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

This div background color is #512C04.


Border color

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

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

This div border color is #512C04.


Opacity

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

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

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

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

This text has shadow with #512C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512C04 on black background.


Color preview on white background

This text has color #512C04 on white background.



Black color preview on #512C04 background

This text has black color on #512C04 background.


White color preview on #512C04 background

This text has white color on #512C04 background.