COLOR #71524B

HEX: #71524B
RGB: (113,82,75)

Color info

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

RGB color model

#71524B color RGB value is (113,82,75).

  • red value is 113;
  • green value is 82;
  • blue value is 75.
RGB:
(113,82,75)
(44%,32%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 75 of 255 = 29%

113
82
75

R + G + B ~ 35%. #71524B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 75 = 270 (100%)
R 113 of 270 ~ 41.85%
G 82 of 270 ~ 30.37%
B 75 of 270 ~ 27.78%

%41.85
%30.37
%27.78

CMYK color model

#71524B color CMYK value is (0,27,34,56).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(0,27,34,56)
C0M27Y34K56 
(0%,27%,34%,56%)
(0.00/0.27/0.34/0.56)	

CMYK percentages

%0
%27.43
%33.63
%55.69

Codes

Color #71524B in popluar color models

71524B
RGB1138275
HSL11°20.21%36.86%
HSB/HSV11°33.63%44.31%
CMYK0.00%27.43%33.63%
55.69%

Color #71524B in popluar number systems.

HEX71524B
Decimal1138275
Binary111000110100101001011
Octal161122113

Shades and tints

Shades of #71524B

#71524B
(113,82,75)
#674B45
(103,75,69)
#5D443F
(93,68,63)
#533D39
(83,61,57)
#493633
(73,54,51)
#3F2F2D
(63,47,45)
#352827
(53,40,39)
#2B2121
(43,33,33)
#211A1B
(33,26,27)
#171315
(23,19,21)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #71524B

#71524B
(113,82,75)
#7D615B
(125,97,91)
#89706B
(137,112,107)
#957F7B
(149,127,123)
#A18E8B
(161,142,139)
#AD9D9B
(173,157,155)
#B9ACAB
(185,172,171)
#C5BBBB
(197,187,187)
#D1CACB
(209,202,203)
#DDD9DB
(221,217,219)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71524B color. Also use rgb(113,82,75) instead hex code.

Text Font Color

.myTextColor { color: #71524B; }

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

This text font color is #71524B.


Background Color

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

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

This div background color is #71524B.


Border color

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

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

This div border color is #71524B.


Opacity

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

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

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

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

This text has shadow with #71524B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71524B on black background.


Color preview on white background

This text has color #71524B on white background.



Black color preview on #71524B background

This text has black color on #71524B background.


White color preview on #71524B background

This text has white color on #71524B background.