COLOR #512C13

HEX: #512C13
RGB: (81,44,19)

Color info

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

RGB color model

#512C13 color RGB value is (81,44,19).

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

RGB channels and saturation

R 81 of 255 = 32%
G 44 of 255 = 17%
B 19 of 255 = 7%

81
44
19

R + G + B ~ 19%. #512C13 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 44 + 19 = 144 (100%)
R 81 of 144 ~ 56.25%
G 44 of 144 ~ 30.56%
B 19 of 144 ~ 13.19%

%56.25
%30.56
%13.19

CMYK color model

#512C13 color CMYK value is (0,46,77,68).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 76.54%
  • key color value is 68.24%
CMYK:
(0,46,77,68)
C0M46Y77K68 
(0%,46%,77%,68%)
(0.00/0.46/0.77/0.68)	

CMYK percentages

%0
%45.68
%76.54
%68.24

Codes

Color #512C13 in popluar color models

512C13
RGB814419
HSL24°62.00%19.61%
HSB/HSV24°76.54%31.76%
CMYK0.00%45.68%76.54%
68.24%

Color #512C13 in popluar number systems.

HEX512C13
Decimal814419
Binary101000110110010011
Octal1215423

Shades and tints

Shades of #512C13

#512C13
(81,44,19)
#4A2812
(74,40,18)
#432411
(67,36,17)
#3C2010
(60,32,16)
#351C0F
(53,28,15)
#2E180E
(46,24,14)
#27140D
(39,20,13)
#20100C
(32,16,12)
#190C0B
(25,12,11)
#12080A
(18,8,10)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #512C13

#512C13
(81,44,19)
#603F28
(96,63,40)
#6F523D
(111,82,61)
#7E6552
(126,101,82)
#8D7867
(141,120,103)
#9C8B7C
(156,139,124)
#AB9E91
(171,158,145)
#BAB1A6
(186,177,166)
#C9C4BB
(201,196,187)
#D8D7D0
(216,215,208)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512C13; }

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

This text font color is #512C13.


Background Color

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

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

This div background color is #512C13.


Border color

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

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

This div border color is #512C13.


Opacity

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

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

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

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

This text has shadow with #512C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512C13 on black background.


Color preview on white background

This text has color #512C13 on white background.



Black color preview on #512C13 background

This text has black color on #512C13 background.


White color preview on #512C13 background

This text has white color on #512C13 background.