COLOR #51493C

HEX: #51493C
RGB: (81,73,60)

Color info

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

RGB color model

#51493C color RGB value is (81,73,60).

  • red value is 81;
  • green value is 73;
  • blue value is 60.
RGB:
(81,73,60)
(32%,29%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 60 of 255 = 24%

81
73
60

R + G + B ~ 28%. #51493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 60 = 214 (100%)
R 81 of 214 ~ 37.85%
G 73 of 214 ~ 34.11%
B 60 of 214 ~ 28.04%

%37.85
%34.11
%28.04

CMYK color model

#51493C color CMYK value is (0,10,26,68).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 25.93%
  • key color value is 68.24%
CMYK:
(0,10,26,68)
C0M10Y26K68 
(0%,10%,26%,68%)
(0.00/0.10/0.26/0.68)	

CMYK percentages

%0
%9.88
%25.93
%68.24

Codes

Color #51493C in popluar color models

51493C
RGB817360
HSL37°14.89%27.65%
HSB/HSV37°25.93%31.76%
CMYK0.00%9.88%25.93%
68.24%

Color #51493C in popluar number systems.

HEX51493C
Decimal817360
Binary10100011001001111100
Octal12111174

Shades and tints

Shades of #51493C

#51493C
(81,73,60)
#4A4337
(74,67,55)
#433D32
(67,61,50)
#3C372D
(60,55,45)
#353128
(53,49,40)
#2E2B23
(46,43,35)
#27251E
(39,37,30)
#201F19
(32,31,25)
#191914
(25,25,20)
#12130F
(18,19,15)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #51493C

#51493C
(81,73,60)
#60594D
(96,89,77)
#6F695E
(111,105,94)
#7E796F
(126,121,111)
#8D8980
(141,137,128)
#9C9991
(156,153,145)
#ABA9A2
(171,169,162)
#BAB9B3
(186,185,179)
#C9C9C4
(201,201,196)
#D8D9D5
(216,217,213)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51493C color. Also use rgb(81,73,60) instead hex code.

Text Font Color

.myTextColor { color: #51493C; }

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

This text font color is #51493C.


Background Color

.myBgColor { background-color: #51493C; }

<div style="background-color:#51493C">Inner text</div>

This div background color is #51493C.


Border color

.myBorderColor { border: 1px solid #51493C; }

<div style="border:3px solid #51493C">Div</div>

This div border color is #51493C.


Opacity

.myOpacity80 { color: #51493C; opacity: 0.8; }

<p style="color:#51493C;opacity:0.8;">80%</p>

Text with #51493C 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 #51493C;}

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

This text has shadow with #51493C color.

.textShadow {text-shadow: 3px 3px 1px #51493C, 3px 3px 1px red;}

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

This text has shadow with #51493C primary color and red secondary color.


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

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

This text has shadow with #51493C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51493C on black background.


Color preview on white background

This text has color #51493C on white background.



Black color preview on #51493C background

This text has black color on #51493C background.


White color preview on #51493C background

This text has white color on #51493C background.