COLOR #51573D

HEX: #51573D
RGB: (81,87,61)

Color info

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

RGB color model

#51573D color RGB value is (81,87,61).

  • red value is 81;
  • green value is 87;
  • blue value is 61.
RGB:
(81,87,61)
(32%,34%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 61 of 255 = 24%

81
87
61

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 61 = 229 (100%)
R 81 of 229 ~ 35.37%
G 87 of 229 ~ 37.99%
B 61 of 229 ~ 26.64%

%35.37
%37.99
%26.64

CMYK color model

#51573D color CMYK value is (7,0,30,66).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(7,0,30,66)
C7M0Y30K66 
(7%,0%,30%,66%)
(0.07/0.00/0.30/0.66)	

CMYK percentages

%6.9
%0
%29.89
%65.88

Codes

Color #51573D in popluar color models

51573D
RGB818761
HSL74°17.57%29.02%
HSB/HSV74°29.89%34.12%
CMYK6.90%0.00%29.89%
65.88%

Color #51573D in popluar number systems.

HEX51573D
Decimal818761
Binary10100011010111111101
Octal12112775

Shades and tints

Shades of #51573D

#51573D
(81,87,61)
#4A5038
(74,80,56)
#434933
(67,73,51)
#3C422E
(60,66,46)
#353B29
(53,59,41)
#2E3424
(46,52,36)
#272D1F
(39,45,31)
#20261A
(32,38,26)
#191F15
(25,31,21)
#121810
(18,24,16)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #51573D

#51573D
(81,87,61)
#60664E
(96,102,78)
#6F755F
(111,117,95)
#7E8470
(126,132,112)
#8D9381
(141,147,129)
#9CA292
(156,162,146)
#ABB1A3
(171,177,163)
#BAC0B4
(186,192,180)
#C9CFC5
(201,207,197)
#D8DED6
(216,222,214)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51573D; }

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

This text font color is #51573D.


Background Color

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

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

This div background color is #51573D.


Border color

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

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

This div border color is #51573D.


Opacity

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

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

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

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

This text has shadow with #51573D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51573D on black background.


Color preview on white background

This text has color #51573D on white background.



Black color preview on #51573D background

This text has black color on #51573D background.


White color preview on #51573D background

This text has white color on #51573D background.