COLOR #51593F

HEX: #51593F
RGB: (81,89,63)

Color info

#51593F contains red, green and blue colors in about the same proportion. Web safe color of #51593F is #666633 (or #663).

RGB color model

#51593F color RGB value is (81,89,63).

  • red value is 81;
  • green value is 89;
  • blue value is 63.
RGB:
(81,89,63)
(32%,35%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 63 of 255 = 25%

81
89
63

R + G + B ~ 31%. #51593F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 63 = 233 (100%)
R 81 of 233 ~ 34.76%
G 89 of 233 ~ 38.2%
B 63 of 233 ~ 27.04%

%34.76
%38.2
%27.04

CMYK color model

#51593F color CMYK value is (9,0,29,65).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(9,0,29,65)
C9M0Y29K65 
(9%,0%,29%,65%)
(0.09/0.00/0.29/0.65)	

CMYK percentages

%8.99
%0
%29.21
%65.1

Codes

Color #51593F in popluar color models

51593F
RGB818963
HSL78°17.11%29.80%
HSB/HSV78°29.21%34.90%
CMYK8.99%0.00%29.21%
65.10%

Color #51593F in popluar number systems.

HEX51593F
Decimal818963
Binary10100011011001111111
Octal12113177

Shades and tints

Shades of #51593F

#51593F
(81,89,63)
#4A513A
(74,81,58)
#434935
(67,73,53)
#3C4130
(60,65,48)
#35392B
(53,57,43)
#2E3126
(46,49,38)
#272921
(39,41,33)
#20211C
(32,33,28)
#191917
(25,25,23)
#121112
(18,17,18)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #51593F

#51593F
(81,89,63)
#606850
(96,104,80)
#6F7761
(111,119,97)
#7E8672
(126,134,114)
#8D9583
(141,149,131)
#9CA494
(156,164,148)
#ABB3A5
(171,179,165)
#BAC2B6
(186,194,182)
#C9D1C7
(201,209,199)
#D8E0D8
(216,224,216)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51593F color. Also use rgb(81,89,63) instead hex code.

Text Font Color

.myTextColor { color: #51593F; }

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

This text font color is #51593F.


Background Color

.myBgColor { background-color: #51593F; }

<div style="background-color:#51593F">Inner text</div>

This div background color is #51593F.


Border color

.myBorderColor { border: 1px solid #51593F; }

<div style="border:3px solid #51593F">Div</div>

This div border color is #51593F.


Opacity

.myOpacity80 { color: #51593F; opacity: 0.8; }

<p style="color:#51593F;opacity:0.8;">80%</p>

Text with #51593F 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 #51593F;}

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

This text has shadow with #51593F color.

.textShadow {text-shadow: 3px 3px 1px #51593F, 3px 3px 1px red;}

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

This text has shadow with #51593F primary color and red secondary color.


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

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

This text has shadow with #51593F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51593F on black background.


Color preview on white background

This text has color #51593F on white background.



Black color preview on #51593F background

This text has black color on #51593F background.


White color preview on #51593F background

This text has white color on #51593F background.