COLOR #51363B

HEX: #51363B
RGB: (81,54,59)

Color info

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

RGB color model

#51363B color RGB value is (81,54,59).

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

RGB channels and saturation

R 81 of 255 = 32%
G 54 of 255 = 21%
B 59 of 255 = 23%

81
54
59

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

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 59 = 194 (100%)
R 81 of 194 ~ 41.75%
G 54 of 194 ~ 27.84%
B 59 of 194 ~ 30.41%

%41.75
%27.84
%30.41

CMYK color model

#51363B color CMYK value is (0,33,27,68).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(0,33,27,68)
C0M33Y27K68 
(0%,33%,27%,68%)
(0.00/0.33/0.27/0.68)	

CMYK percentages

%0
%33.33
%27.16
%68.24

Codes

Color #51363B in popluar color models

51363B
RGB815459
HSL349°20.00%26.47%
HSB/HSV349°33.33%31.76%
CMYK0.00%33.33%27.16%
68.24%

Color #51363B in popluar number systems.

HEX51363B
Decimal815459
Binary1010001110110111011
Octal1216673

Shades and tints

Shades of #51363B

#51363B
(81,54,59)
#4A3236
(74,50,54)
#432E31
(67,46,49)
#3C2A2C
(60,42,44)
#352627
(53,38,39)
#2E2222
(46,34,34)
#271E1D
(39,30,29)
#201A18
(32,26,24)
#191613
(25,22,19)
#12120E
(18,18,14)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #51363B

#51363B
(81,54,59)
#60484C
(96,72,76)
#6F5A5D
(111,90,93)
#7E6C6E
(126,108,110)
#8D7E7F
(141,126,127)
#9C9090
(156,144,144)
#ABA2A1
(171,162,161)
#BAB4B2
(186,180,178)
#C9C6C3
(201,198,195)
#D8D8D4
(216,216,212)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51363B; }

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

This text font color is #51363B.


Background Color

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

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

This div background color is #51363B.


Border color

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

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

This div border color is #51363B.


Opacity

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

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

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

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

This text has shadow with #51363B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51363B on black background.


Color preview on white background

This text has color #51363B on white background.



Black color preview on #51363B background

This text has black color on #51363B background.


White color preview on #51363B background

This text has white color on #51363B background.