COLOR #51331F

HEX: #51331F
RGB: (81,51,31)

Color info

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

RGB color model

#51331F color RGB value is (81,51,31).

  • red value is 81;
  • green value is 51;
  • blue value is 31.
RGB:
(81,51,31)
(32%,20%,12%)

RGB channels and saturation

R 81 of 255 = 32%
G 51 of 255 = 20%
B 31 of 255 = 12%

81
51
31

R + G + B ~ 21%. #51331F is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 51 + 31 = 163 (100%)
R 81 of 163 ~ 49.69%
G 51 of 163 ~ 31.29%
B 31 of 163 ~ 19.02%

%49.69
%31.29
%19.02

CMYK color model

#51331F color CMYK value is (0,37,62,68).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 61.73%
  • key color value is 68.24%
CMYK:
(0,37,62,68)
C0M37Y62K68 
(0%,37%,62%,68%)
(0.00/0.37/0.62/0.68)	

CMYK percentages

%0
%37.04
%61.73
%68.24

Codes

Color #51331F in popluar color models

51331F
RGB815131
HSL24°44.64%21.96%
HSB/HSV24°61.73%31.76%
CMYK0.00%37.04%61.73%
68.24%

Color #51331F in popluar number systems.

HEX51331F
Decimal815131
Binary101000111001111111
Octal1216337

Shades and tints

Shades of #51331F

#51331F
(81,51,31)
#4A2F1D
(74,47,29)
#432B1B
(67,43,27)
#3C2719
(60,39,25)
#352317
(53,35,23)
#2E1F15
(46,31,21)
#271B13
(39,27,19)
#201711
(32,23,17)
#19130F
(25,19,15)
#120F0D
(18,15,13)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #51331F

#51331F
(81,51,31)
#604533
(96,69,51)
#6F5747
(111,87,71)
#7E695B
(126,105,91)
#8D7B6F
(141,123,111)
#9C8D83
(156,141,131)
#AB9F97
(171,159,151)
#BAB1AB
(186,177,171)
#C9C3BF
(201,195,191)
#D8D5D3
(216,213,211)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51331F color. Also use rgb(81,51,31) instead hex code.

Text Font Color

.myTextColor { color: #51331F; }

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

This text font color is #51331F.


Background Color

.myBgColor { background-color: #51331F; }

<div style="background-color:#51331F">Inner text</div>

This div background color is #51331F.


Border color

.myBorderColor { border: 1px solid #51331F; }

<div style="border:3px solid #51331F">Div</div>

This div border color is #51331F.


Opacity

.myOpacity80 { color: #51331F; opacity: 0.8; }

<p style="color:#51331F;opacity:0.8;">80%</p>

Text with #51331F 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 #51331F;}

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

This text has shadow with #51331F color.

.textShadow {text-shadow: 3px 3px 1px #51331F, 3px 3px 1px red;}

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

This text has shadow with #51331F primary color and red secondary color.


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

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

This text has shadow with #51331F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51331F on black background.


Color preview on white background

This text has color #51331F on white background.



Black color preview on #51331F background

This text has black color on #51331F background.


White color preview on #51331F background

This text has white color on #51331F background.