COLOR #71573B

HEX: #71573B
RGB: (113,87,59)

Color info

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

RGB color model

#71573B color RGB value is (113,87,59).

  • red value is 113;
  • green value is 87;
  • blue value is 59.
RGB:
(113,87,59)
(44%,34%,23%)

RGB channels and saturation

R 113 of 255 = 44%
G 87 of 255 = 34%
B 59 of 255 = 23%

113
87
59

R + G + B ~ 34%. #71573B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 87 + 59 = 259 (100%)
R 113 of 259 ~ 43.63%
G 87 of 259 ~ 33.59%
B 59 of 259 ~ 22.78%

%43.63
%33.59
%22.78

CMYK color model

#71573B color CMYK value is (0,23,48,56).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 47.79%
  • key color value is 55.69%
CMYK:
(0,23,48,56)
C0M23Y48K56 
(0%,23%,48%,56%)
(0.00/0.23/0.48/0.56)	

CMYK percentages

%0
%23.01
%47.79
%55.69

Codes

Color #71573B in popluar color models

71573B
RGB1138759
HSL31°31.40%33.73%
HSB/HSV31°47.79%44.31%
CMYK0.00%23.01%47.79%
55.69%

Color #71573B in popluar number systems.

HEX71573B
Decimal1138759
Binary11100011010111111011
Octal16112773

Shades and tints

Shades of #71573B

#71573B
(113,87,59)
#675036
(103,80,54)
#5D4931
(93,73,49)
#53422C
(83,66,44)
#493B27
(73,59,39)
#3F3422
(63,52,34)
#352D1D
(53,45,29)
#2B2618
(43,38,24)
#211F13
(33,31,19)
#17180E
(23,24,14)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #71573B

#71573B
(113,87,59)
#7D664C
(125,102,76)
#89755D
(137,117,93)
#95846E
(149,132,110)
#A1937F
(161,147,127)
#ADA290
(173,162,144)
#B9B1A1
(185,177,161)
#C5C0B2
(197,192,178)
#D1CFC3
(209,207,195)
#DDDED4
(221,222,212)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71573B; }

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

This text font color is #71573B.


Background Color

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

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

This div background color is #71573B.


Border color

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

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

This div border color is #71573B.


Opacity

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

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

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

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

This text has shadow with #71573B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71573B on black background.


Color preview on white background

This text has color #71573B on white background.



Black color preview on #71573B background

This text has black color on #71573B background.


White color preview on #71573B background

This text has white color on #71573B background.