COLOR #51573B

HEX: #51573B RGB: (81,87,59)

Color info

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

RGB color model

#51573B color RGB value is (81,87,59).

RGB: (81,87,59) (32%, 34%, 23%)

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 59 of 255 = 23%

81
87
59

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

Portions of RGB colors in percentages

R + G + B = 81 + 87 + 59 = 227 (100%)
R 81 of 227 ~ 35.68%
G 87 of 227 ~ 38.33%
B 59 of 227 ~ 25.99'%

%35.68
%38.33
%25.99

CMYK color model

#51573B color CMYK value is (7,0,32,66).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 65.88%

CMYK: (7,0,32,66)
C7M0Y32K66 (7%, 0%, 32%, 66%)
(0.07 / 0.00 / 0.32 / 0.66)

CMYK percentages

%6.9
%0
%32.18
%65.88

Codes

Color #51573B in popluar color models

51 57 3B
RGB 81 87 59
HSL 73° 19.18% 28.63%
HSB/HSV 73° 32.18% 34.12%
CMYK 6.90% 0.00% 32.18%
65.88%

Color #51573B in popluar number systems.

HEX 51 57 3B
Decimal 81 87 59
Binary 1010001 1010111 111011
Octal 121 127 73

Shades and tints

Shades of #51573B

#51573B
(81,87,59)
#4A5036
(74,80,54)
#434931
(67,73,49)
#3C422C
(60,66,44)
#353B27
(53,59,39)
#2E3422
(46,52,34)
#272D1D
(39,45,29)
#202618
(32,38,24)
#191F13
(25,31,19)
#12180E
(18,24,14)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #51573B

#51573B
(81,87,59)
#60664C
(96,102,76)
#6F755D
(111,117,93)
#7E846E
(126,132,110)
#8D937F
(141,147,127)
#9CA290
(156,162,144)
#ABB1A1
(171,177,161)
#BAC0B2
(186,192,178)
#C9CFC3
(201,207,195)
#D8DED4
(216,222,212)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51573B; }

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

This text font color is #51573B.

Background Color

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

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

This div background color is #51573B.

Border color

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

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

This div border color is #51573B.

Opacity

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

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

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

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

This text has shadow with #51573B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51573B.

Preview

Color preview on black background

This text has color #51573B on black background.


Color preview on white background

This text has color #51573B on white background.


Black color preview on #51573B background

This text has black color on #51573B background.


White color preview on #51573B background

This text has white color on #51573B background.


Related colors

Complementary color

Complementary color for #hex is #AEA8C4.


I love getcolorcode.com

Triadic colors

1 #3B5157 and #573B51 with #51573B are triadic colors.

2 #3B5751 and #57513B with #51573B are triadic colors.