COLOR #71525A

HEX: #71525A
RGB: (113,82,90)

Color info

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

RGB color model

#71525A color RGB value is (113,82,90).

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

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 90 of 255 = 35%

113
82
90

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

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 90 = 285 (100%)
R 113 of 285 ~ 39.65%
G 82 of 285 ~ 28.77%
B 90 of 285 ~ 31.58%

%39.65
%28.77
%31.58

CMYK color model

#71525A color CMYK value is (0,27,20,56).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 20.35%
  • key color value is 55.69%
CMYK:
(0,27,20,56)
C0M27Y20K56 
(0%,27%,20%,56%)
(0.00/0.27/0.20/0.56)	

CMYK percentages

%0
%27.43
%20.35
%55.69

Codes

Color #71525A in popluar color models

71525A
RGB1138290
HSL345°15.90%38.24%
HSB/HSV345°27.43%44.31%
CMYK0.00%27.43%20.35%
55.69%

Color #71525A in popluar number systems.

HEX71525A
Decimal1138290
Binary111000110100101011010
Octal161122132

Shades and tints

Shades of #71525A

#71525A
(113,82,90)
#674B52
(103,75,82)
#5D444A
(93,68,74)
#533D42
(83,61,66)
#49363A
(73,54,58)
#3F2F32
(63,47,50)
#35282A
(53,40,42)
#2B2122
(43,33,34)
#211A1A
(33,26,26)
#171312
(23,19,18)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #71525A

#71525A
(113,82,90)
#7D6169
(125,97,105)
#897078
(137,112,120)
#957F87
(149,127,135)
#A18E96
(161,142,150)
#AD9DA5
(173,157,165)
#B9ACB4
(185,172,180)
#C5BBC3
(197,187,195)
#D1CAD2
(209,202,210)
#DDD9E1
(221,217,225)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71525A; }

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

This text font color is #71525A.


Background Color

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

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

This div background color is #71525A.


Border color

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

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

This div border color is #71525A.


Opacity

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

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

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

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

This text has shadow with #71525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71525A on black background.


Color preview on white background

This text has color #71525A on white background.



Black color preview on #71525A background

This text has black color on #71525A background.


White color preview on #71525A background

This text has white color on #71525A background.