COLOR #71525D

HEX: #71525D
RGB: (113,82,93)

Color info

#71525D contains red, green and blue colors in about the same proportion. Web safe color of #71525D is #666666 (or #666).

RGB color model

#71525D color RGB value is (113,82,93).

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

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 93 of 255 = 36%

113
82
93

R + G + B ~ 37%. #71525D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 93 = 288 (100%)
R 113 of 288 ~ 39.24%
G 82 of 288 ~ 28.47%
B 93 of 288 ~ 32.29%

%39.24
%28.47
%32.29

CMYK color model

#71525D color CMYK value is (0,27,18,56).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK:
(0,27,18,56)
C0M27Y18K56 
(0%,27%,18%,56%)
(0.00/0.27/0.18/0.56)	

CMYK percentages

%0
%27.43
%17.7
%55.69

Codes

Color #71525D in popluar color models

71525D
RGB1138293
HSL339°15.90%38.24%
HSB/HSV339°27.43%44.31%
CMYK0.00%27.43%17.70%
55.69%

Color #71525D in popluar number systems.

HEX71525D
Decimal1138293
Binary111000110100101011101
Octal161122135

Shades and tints

Shades of #71525D

#71525D
(113,82,93)
#674B55
(103,75,85)
#5D444D
(93,68,77)
#533D45
(83,61,69)
#49363D
(73,54,61)
#3F2F35
(63,47,53)
#35282D
(53,40,45)
#2B2125
(43,33,37)
#211A1D
(33,26,29)
#171315
(23,19,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #71525D

#71525D
(113,82,93)
#7D616B
(125,97,107)
#897079
(137,112,121)
#957F87
(149,127,135)
#A18E95
(161,142,149)
#AD9DA3
(173,157,163)
#B9ACB1
(185,172,177)
#C5BBBF
(197,187,191)
#D1CACD
(209,202,205)
#DDD9DB
(221,217,219)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71525D color. Also use rgb(113,82,93) instead hex code.

Text Font Color

.myTextColor { color: #71525D; }

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

This text font color is #71525D.


Background Color

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

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

This div background color is #71525D.


Border color

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

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

This div border color is #71525D.


Opacity

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

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

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

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

This text has shadow with #71525D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71525D on black background.


Color preview on white background

This text has color #71525D on white background.



Black color preview on #71525D background

This text has black color on #71525D background.


White color preview on #71525D background

This text has white color on #71525D background.