COLOR #51363A

HEX: #51363A
RGB: (81,54,58)

Color info

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

RGB color model

#51363A color RGB value is (81,54,58).

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

RGB channels and saturation

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

81
54
58

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

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 58 = 193 (100%)
R 81 of 193 ~ 41.97%
G 54 of 193 ~ 27.98%
B 58 of 193 ~ 30.05%

%41.97
%27.98
%30.05

CMYK color model

#51363A color CMYK value is (0,33,28,68).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 28.40%
  • key color value is 68.24%
CMYK:
(0,33,28,68)
C0M33Y28K68 
(0%,33%,28%,68%)
(0.00/0.33/0.28/0.68)	

CMYK percentages

%0
%33.33
%28.4
%68.24

Codes

Color #51363A in popluar color models

51363A
RGB815458
HSL351°20.00%26.47%
HSB/HSV351°33.33%31.76%
CMYK0.00%33.33%28.40%
68.24%

Color #51363A in popluar number systems.

HEX51363A
Decimal815458
Binary1010001110110111010
Octal1216672

Shades and tints

Shades of #51363A

#51363A
(81,54,58)
#4A3235
(74,50,53)
#432E30
(67,46,48)
#3C2A2B
(60,42,43)
#352626
(53,38,38)
#2E2221
(46,34,33)
#271E1C
(39,30,28)
#201A17
(32,26,23)
#191612
(25,22,18)
#12120D
(18,18,13)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #51363A

#51363A
(81,54,58)
#60484B
(96,72,75)
#6F5A5C
(111,90,92)
#7E6C6D
(126,108,109)
#8D7E7E
(141,126,126)
#9C908F
(156,144,143)
#ABA2A0
(171,162,160)
#BAB4B1
(186,180,177)
#C9C6C2
(201,198,194)
#D8D8D3
(216,216,211)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51363A; }

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

This text font color is #51363A.


Background Color

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

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

This div background color is #51363A.


Border color

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

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

This div border color is #51363A.


Opacity

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

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

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

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

This text has shadow with #51363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51363A on black background.


Color preview on white background

This text has color #51363A on white background.



Black color preview on #51363A background

This text has black color on #51363A background.


White color preview on #51363A background

This text has white color on #51363A background.