COLOR #51211A

HEX: #51211A
RGB: (81,33,26)

Color info

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

RGB color model

#51211A color RGB value is (81,33,26).

  • red value is 81;
  • green value is 33;
  • blue value is 26.
RGB:
(81,33,26)
(32%,13%,10%)

RGB channels and saturation

R 81 of 255 = 32%
G 33 of 255 = 13%
B 26 of 255 = 10%

81
33
26

R + G + B ~ 18%. #51211A is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 33 + 26 = 140 (100%)
R 81 of 140 ~ 57.86%
G 33 of 140 ~ 23.57%
B 26 of 140 ~ 18.57%

%57.86
%23.57
%18.57

CMYK color model

#51211A color CMYK value is (0,59,68,68).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 67.90%
  • key color value is 68.24%
CMYK:
(0,59,68,68)
C0M59Y68K68 
(0%,59%,68%,68%)
(0.00/0.59/0.68/0.68)	

CMYK percentages

%0
%59.26
%67.9
%68.24

Codes

Color #51211A in popluar color models

51211A
RGB813326
HSL51.40%20.98%
HSB/HSV67.90%31.76%
CMYK0.00%59.26%67.90%
68.24%

Color #51211A in popluar number systems.

HEX51211A
Decimal813326
Binary101000110000111010
Octal1214132

Shades and tints

Shades of #51211A

#51211A
(81,33,26)
#4A1E18
(74,30,24)
#431B16
(67,27,22)
#3C1814
(60,24,20)
#351512
(53,21,18)
#2E1210
(46,18,16)
#270F0E
(39,15,14)
#200C0C
(32,12,12)
#19090A
(25,9,10)
#120608
(18,6,8)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #51211A

#51211A
(81,33,26)
#60352E
(96,53,46)
#6F4942
(111,73,66)
#7E5D56
(126,93,86)
#8D716A
(141,113,106)
#9C857E
(156,133,126)
#AB9992
(171,153,146)
#BAADA6
(186,173,166)
#C9C1BA
(201,193,186)
#D8D5CE
(216,213,206)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51211A color. Also use rgb(81,33,26) instead hex code.

Text Font Color

.myTextColor { color: #51211A; }

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

This text font color is #51211A.


Background Color

.myBgColor { background-color: #51211A; }

<div style="background-color:#51211A">Inner text</div>

This div background color is #51211A.


Border color

.myBorderColor { border: 1px solid #51211A; }

<div style="border:3px solid #51211A">Div</div>

This div border color is #51211A.


Opacity

.myOpacity80 { color: #51211A; opacity: 0.8; }

<p style="color:#51211A;opacity:0.8;">80%</p>

Text with #51211A 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 #51211A;}

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

This text has shadow with #51211A color.

.textShadow {text-shadow: 3px 3px 1px #51211A, 3px 3px 1px red;}

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

This text has shadow with #51211A primary color and red secondary color.


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

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

This text has shadow with #51211A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51211A on black background.


Color preview on white background

This text has color #51211A on white background.



Black color preview on #51211A background

This text has black color on #51211A background.


White color preview on #51211A background

This text has white color on #51211A background.