COLOR #51363E

HEX: #51363E
RGB: (81,54,62)

Color info

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

RGB color model

#51363E color RGB value is (81,54,62).

  • red value is 81;
  • green value is 54;
  • blue value is 62.
RGB:
(81,54,62)
(32%,21%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 54 of 255 = 21%
B 62 of 255 = 24%

81
54
62

R + G + B ~ 26%. #51363E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 62 = 197 (100%)
R 81 of 197 ~ 41.12%
G 54 of 197 ~ 27.41%
B 62 of 197 ~ 31.47%

%41.12
%27.41
%31.47

CMYK color model

#51363E color CMYK value is (0,33,23,68).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 23.46%
  • key color value is 68.24%
CMYK:
(0,33,23,68)
C0M33Y23K68 
(0%,33%,23%,68%)
(0.00/0.33/0.23/0.68)	

CMYK percentages

%0
%33.33
%23.46
%68.24

Codes

Color #51363E in popluar color models

51363E
RGB815462
HSL342°20.00%26.47%
HSB/HSV342°33.33%31.76%
CMYK0.00%33.33%23.46%
68.24%

Color #51363E in popluar number systems.

HEX51363E
Decimal815462
Binary1010001110110111110
Octal1216676

Shades and tints

Shades of #51363E

#51363E
(81,54,62)
#4A3239
(74,50,57)
#432E34
(67,46,52)
#3C2A2F
(60,42,47)
#35262A
(53,38,42)
#2E2225
(46,34,37)
#271E20
(39,30,32)
#201A1B
(32,26,27)
#191616
(25,22,22)
#121211
(18,18,17)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #51363E

#51363E
(81,54,62)
#60484F
(96,72,79)
#6F5A60
(111,90,96)
#7E6C71
(126,108,113)
#8D7E82
(141,126,130)
#9C9093
(156,144,147)
#ABA2A4
(171,162,164)
#BAB4B5
(186,180,181)
#C9C6C6
(201,198,198)
#D8D8D7
(216,216,215)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51363E color. Also use rgb(81,54,62) instead hex code.

Text Font Color

.myTextColor { color: #51363E; }

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

This text font color is #51363E.


Background Color

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

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

This div background color is #51363E.


Border color

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

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

This div border color is #51363E.


Opacity

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

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

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

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

This text has shadow with #51363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51363E on black background.


Color preview on white background

This text has color #51363E on white background.



Black color preview on #51363E background

This text has black color on #51363E background.


White color preview on #51363E background

This text has white color on #51363E background.