COLOR #512A2B

HEX: #512A2B
RGB: (81,42,43)

Color info

#512A2B contains red, green and blue colors in about the same proportion. Web safe color of #512A2B is #663333 (or #633).

RGB color model

#512A2B color RGB value is (81,42,43).

  • red value is 81;
  • green value is 42;
  • blue value is 43.
RGB:
(81,42,43)
(32%,16%,17%)

RGB channels and saturation

R 81 of 255 = 32%
G 42 of 255 = 16%
B 43 of 255 = 17%

81
42
43

R + G + B ~ 22%. #512A2B is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 42 + 43 = 166 (100%)
R 81 of 166 ~ 48.8%
G 42 of 166 ~ 25.3%
B 43 of 166 ~ 25.9%

%48.8
%25.3
%25.9

CMYK color model

#512A2B color CMYK value is (0,48,47,68).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 46.91%
  • key color value is 68.24%
CMYK:
(0,48,47,68)
C0M48Y47K68 
(0%,48%,47%,68%)
(0.00/0.48/0.47/0.68)	

CMYK percentages

%0
%48.15
%46.91
%68.24

Codes

Color #512A2B in popluar color models

512A2B
RGB814243
HSL358°31.71%24.12%
HSB/HSV358°48.15%31.76%
CMYK0.00%48.15%46.91%
68.24%

Color #512A2B in popluar number systems.

HEX512A2B
Decimal814243
Binary1010001101010101011
Octal1215253

Shades and tints

Shades of #512A2B

#512A2B
(81,42,43)
#4A2728
(74,39,40)
#432425
(67,36,37)
#3C2122
(60,33,34)
#351E1F
(53,30,31)
#2E1B1C
(46,27,28)
#271819
(39,24,25)
#201516
(32,21,22)
#191213
(25,18,19)
#120F10
(18,15,16)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #512A2B

#512A2B
(81,42,43)
#603D3E
(96,61,62)
#6F5051
(111,80,81)
#7E6364
(126,99,100)
#8D7677
(141,118,119)
#9C898A
(156,137,138)
#AB9C9D
(171,156,157)
#BAAFB0
(186,175,176)
#C9C2C3
(201,194,195)
#D8D5D6
(216,213,214)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512A2B color. Also use rgb(81,42,43) instead hex code.

Text Font Color

.myTextColor { color: #512A2B; }

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

This text font color is #512A2B.


Background Color

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

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

This div background color is #512A2B.


Border color

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

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

This div border color is #512A2B.


Opacity

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

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

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

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

This text has shadow with #512A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512A2B on black background.


Color preview on white background

This text has color #512A2B on white background.



Black color preview on #512A2B background

This text has black color on #512A2B background.


White color preview on #512A2B background

This text has white color on #512A2B background.