COLOR #51593A

HEX: #51593A
RGB: (81,89,58)

Color info

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

RGB color model

#51593A color RGB value is (81,89,58).

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

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 58 of 255 = 23%

81
89
58

R + G + B ~ 30%. #51593A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 58 = 228 (100%)
R 81 of 228 ~ 35.53%
G 89 of 228 ~ 39.04%
B 58 of 228 ~ 25.44%

%35.53
%39.04
%25.44

CMYK color model

#51593A color CMYK value is (9,0,35,65).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(9,0,35,65)
C9M0Y35K65 
(9%,0%,35%,65%)
(0.09/0.00/0.35/0.65)	

CMYK percentages

%8.99
%0
%34.83
%65.1

Codes

Color #51593A in popluar color models

51593A
RGB818958
HSL75°21.09%28.82%
HSB/HSV75°34.83%34.90%
CMYK8.99%0.00%34.83%
65.10%

Color #51593A in popluar number systems.

HEX51593A
Decimal818958
Binary10100011011001111010
Octal12113172

Shades and tints

Shades of #51593A

#51593A
(81,89,58)
#4A5135
(74,81,53)
#434930
(67,73,48)
#3C412B
(60,65,43)
#353926
(53,57,38)
#2E3121
(46,49,33)
#27291C
(39,41,28)
#202117
(32,33,23)
#191912
(25,25,18)
#12110D
(18,17,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #51593A

#51593A
(81,89,58)
#60684B
(96,104,75)
#6F775C
(111,119,92)
#7E866D
(126,134,109)
#8D957E
(141,149,126)
#9CA48F
(156,164,143)
#ABB3A0
(171,179,160)
#BAC2B1
(186,194,177)
#C9D1C2
(201,209,194)
#D8E0D3
(216,224,211)
#E7EFE4
(231,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51593A; }

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

This text font color is #51593A.


Background Color

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

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

This div background color is #51593A.


Border color

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

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

This div border color is #51593A.


Opacity

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

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

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

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

This text has shadow with #51593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51593A on black background.


Color preview on white background

This text has color #51593A on white background.



Black color preview on #51593A background

This text has black color on #51593A background.


White color preview on #51593A background

This text has white color on #51593A background.