COLOR #51221C

HEX: #51221C RGB: (81,34,28)

Color info

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

RGB color model

#51221C color RGB value is (81,34,28).

RGB: (81,34,28) (32%, 13%, 11%)

RGB channels and saturation

R 81 of 255 = 32%
G 34 of 255 = 13%
B 28 of 255 = 11%

81
34
28

R + G + B ~ 19%. #51221C is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 34 + 28 = 143 (100%)
R 81 of 143 ~ 56.64%
G 34 of 143 ~ 23.78%
B 28 of 143 ~ 19.58'%

%56.64
%23.78
%19.58

CMYK color model

#51221C color CMYK value is (0,58,65,68).

  • cyan value is 0.00%
  • magenta value is 58.02%
  • yellow value is 65.43%
  • key color value is 68.24%

CMYK: (0,58,65,68)
C0M58Y65K68 (0%, 58%, 65%, 68%)
(0.00 / 0.58 / 0.65 / 0.68)

CMYK percentages

%0
%58.02
%65.43
%68.24

Codes

Color #51221C in popluar color models

51 22 1C
RGB 81 34 28
HSL 48.62% 21.37%
HSB/HSV 65.43% 31.76%
CMYK 0.00% 58.02% 65.43%
68.24%

Color #51221C in popluar number systems.

HEX 51 22 1C
Decimal 81 34 28
Binary 1010001 100010 11100
Octal 121 42 34

Shades and tints

Shades of #51221C

#51221C
(81,34,28)
#4A1F1A
(74,31,26)
#431C18
(67,28,24)
#3C1916
(60,25,22)
#351614
(53,22,20)
#2E1312
(46,19,18)
#271010
(39,16,16)
#200D0E
(32,13,14)
#190A0C
(25,10,12)
#12070A
(18,7,10)
#0B0408
(11,4,8)
#000000
(0,0,0)

Tints of #51221C

#51221C
(81,34,28)
#603630
(96,54,48)
#6F4A44
(111,74,68)
#7E5E58
(126,94,88)
#8D726C
(141,114,108)
#9C8680
(156,134,128)
#AB9A94
(171,154,148)
#BAAEA8
(186,174,168)
#C9C2BC
(201,194,188)
#D8D6D0
(216,214,208)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51221C color. Also use rgb(81,34,28) instead hex code.

Text Font Color

.myTextColor { color: #51221C; }

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

This text font color is #51221C.

Background Color

.myBgColor { background-color: #51221C; }

<div style="background-color:#51221C">Inner text</div>

This div background color is #51221C.

Border color

.myBorderColor { border: 1px solid #51221C; }

<div style="border:3px solid #51221C">Div</div>

This div border color is #51221C.

Opacity

.myOpacity80 { color: #51221C; opacity: 0.8; }

<p style="color:#51221C;opacity:0.8;">80%</p>

Text with #51221C 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 #51221C;}

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

This text has shadow with #51221C color.


.textShadow {text-shadow: 3px 3px 1px #51221C', 3px 3px 1px red;}

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

This text has shadow with #51221C primary color and red secondary color.


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

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

This text has shadow with #51221C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51221C; -webkit-box-shadow: 1px 1px 3px 2px #51221C; box-shadow:1px 1px 3px 2px #51221C;">
Div content here
</div>

This div box has shadow with color #51221C.

Preview

Color preview on black background

This text has color #51221C on black background.


Color preview on white background

This text has color #51221C on white background.


Black color preview on #51221C background

This text has black color on #51221C background.


White color preview on #51221C background

This text has white color on #51221C background.


Related colors

Complementary color

Complementary color for #hex is #AEDDE3.


I love getcolorcode.com

Triadic colors

1 #1C5122 and #221C51 with #51221C are triadic colors.

2 #1C2251 and #22511C with #51221C are triadic colors.