COLOR #512C19

HEX: #512C19
RGB: (81,44,25)

Color info

#512C19 contains red, green and blue colors in about the same proportion. Web safe color of #512C19 is #663300 (or #630).

RGB color model

#512C19 color RGB value is (81,44,25).

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

RGB channels and saturation

R 81 of 255 = 32%
G 44 of 255 = 17%
B 25 of 255 = 10%

81
44
25

R + G + B ~ 20%. #512C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 44 + 25 = 150 (100%)
R 81 of 150 ~ 54%
G 44 of 150 ~ 29.33%
B 25 of 150 ~ 16.67%

%54
%29.33
%16.67

CMYK color model

#512C19 color CMYK value is (0,46,69,68).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 69.14%
  • key color value is 68.24%
CMYK:
(0,46,69,68)
C0M46Y69K68 
(0%,46%,69%,68%)
(0.00/0.46/0.69/0.68)	

CMYK percentages

%0
%45.68
%69.14
%68.24

Codes

Color #512C19 in popluar color models

512C19
RGB814425
HSL20°52.83%20.78%
HSB/HSV20°69.14%31.76%
CMYK0.00%45.68%69.14%
68.24%

Color #512C19 in popluar number systems.

HEX512C19
Decimal814425
Binary101000110110011001
Octal1215431

Shades and tints

Shades of #512C19

#512C19
(81,44,25)
#4A2817
(74,40,23)
#432415
(67,36,21)
#3C2013
(60,32,19)
#351C11
(53,28,17)
#2E180F
(46,24,15)
#27140D
(39,20,13)
#20100B
(32,16,11)
#190C09
(25,12,9)
#120807
(18,8,7)
#0B0405
(11,4,5)
#000000
(0,0,0)

Tints of #512C19

#512C19
(81,44,25)
#603F2D
(96,63,45)
#6F5241
(111,82,65)
#7E6555
(126,101,85)
#8D7869
(141,120,105)
#9C8B7D
(156,139,125)
#AB9E91
(171,158,145)
#BAB1A5
(186,177,165)
#C9C4B9
(201,196,185)
#D8D7CD
(216,215,205)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512C19; }

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

This text font color is #512C19.


Background Color

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

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

This div background color is #512C19.


Border color

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

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

This div border color is #512C19.


Opacity

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

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

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

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

This text has shadow with #512C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512C19 on black background.


Color preview on white background

This text has color #512C19 on white background.



Black color preview on #512C19 background

This text has black color on #512C19 background.


White color preview on #512C19 background

This text has white color on #512C19 background.