COLOR #51371E

HEX: #51371E
RGB: (81,55,30)

Color info

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

RGB color model

#51371E color RGB value is (81,55,30).

  • red value is 81;
  • green value is 55;
  • blue value is 30.
RGB:
(81,55,30)
(32%,22%,12%)

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 30 of 255 = 12%

81
55
30

R + G + B ~ 22%. #51371E is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 30 = 166 (100%)
R 81 of 166 ~ 48.8%
G 55 of 166 ~ 33.13%
B 30 of 166 ~ 18.07%

%48.8
%33.13
%18.07

CMYK color model

#51371E color CMYK value is (0,32,63,68).

  • cyan value is 0.00%
  • magenta value is 32.10%
  • yellow value is 62.96%
  • key color value is 68.24%
CMYK:
(0,32,63,68)
C0M32Y63K68 
(0%,32%,63%,68%)
(0.00/0.32/0.63/0.68)	

CMYK percentages

%0
%32.1
%62.96
%68.24

Codes

Color #51371E in popluar color models

51371E
RGB815530
HSL29°45.95%21.76%
HSB/HSV29°62.96%31.76%
CMYK0.00%32.10%62.96%
68.24%

Color #51371E in popluar number systems.

HEX51371E
Decimal815530
Binary101000111011111110
Octal1216736

Shades and tints

Shades of #51371E

#51371E
(81,55,30)
#4A321C
(74,50,28)
#432D1A
(67,45,26)
#3C2818
(60,40,24)
#352316
(53,35,22)
#2E1E14
(46,30,20)
#271912
(39,25,18)
#201410
(32,20,16)
#190F0E
(25,15,14)
#120A0C
(18,10,12)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #51371E

#51371E
(81,55,30)
#604932
(96,73,50)
#6F5B46
(111,91,70)
#7E6D5A
(126,109,90)
#8D7F6E
(141,127,110)
#9C9182
(156,145,130)
#ABA396
(171,163,150)
#BAB5AA
(186,181,170)
#C9C7BE
(201,199,190)
#D8D9D2
(216,217,210)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51371E color. Also use rgb(81,55,30) instead hex code.

Text Font Color

.myTextColor { color: #51371E; }

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

This text font color is #51371E.


Background Color

.myBgColor { background-color: #51371E; }

<div style="background-color:#51371E">Inner text</div>

This div background color is #51371E.


Border color

.myBorderColor { border: 1px solid #51371E; }

<div style="border:3px solid #51371E">Div</div>

This div border color is #51371E.


Opacity

.myOpacity80 { color: #51371E; opacity: 0.8; }

<p style="color:#51371E;opacity:0.8;">80%</p>

Text with #51371E 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 #51371E;}

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

This text has shadow with #51371E color.

.textShadow {text-shadow: 3px 3px 1px #51371E, 3px 3px 1px red;}

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

This text has shadow with #51371E primary color and red secondary color.


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

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

This text has shadow with #51371E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51371E on black background.


Color preview on white background

This text has color #51371E on white background.



Black color preview on #51371E background

This text has black color on #51371E background.


White color preview on #51371E background

This text has white color on #51371E background.