COLOR #715571

HEX: #715571
RGB: (113,85,113)

Color info

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

RGB color model

#715571 color RGB value is (113,85,113).

  • red value is 113;
  • green value is 85;
  • blue value is 113.
RGB:
(113,85,113)
(44%,33%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 113 of 255 = 44%

113
85
113

R + G + B ~ 40%. #715571 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 113 = 311 (100%)
R 113 of 311 ~ 36.33%
G 85 of 311 ~ 27.33%
B 113 of 311 ~ 36.33%

%36.33
%27.33
%36.33

CMYK color model

#715571 color CMYK value is (0,25,0,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(0,25,0,56)
C0M25Y0K56 
(0%,25%,0%,56%)
(0.00/0.25/0.00/0.56)	

CMYK percentages

%0
%24.78
%0
%55.69

Codes

Color #715571 in popluar color models

715571
RGB11385113
HSL300°14.14%38.82%
HSB/HSV300°24.78%44.31%
CMYK0.00%24.78%0.00%
55.69%

Color #715571 in popluar number systems.

HEX715571
Decimal11385113
Binary111000110101011110001
Octal161125161

Shades and tints

Shades of #715571

#715571
(113,85,113)
#674E67
(103,78,103)
#5D475D
(93,71,93)
#534053
(83,64,83)
#493949
(73,57,73)
#3F323F
(63,50,63)
#352B35
(53,43,53)
#2B242B
(43,36,43)
#211D21
(33,29,33)
#171617
(23,22,23)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #715571

#715571
(113,85,113)
#7D647D
(125,100,125)
#897389
(137,115,137)
#958295
(149,130,149)
#A191A1
(161,145,161)
#ADA0AD
(173,160,173)
#B9AFB9
(185,175,185)
#C5BEC5
(197,190,197)
#D1CDD1
(209,205,209)
#DDDCDD
(221,220,221)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715571 color. Also use rgb(113,85,113) instead hex code.

Text Font Color

.myTextColor { color: #715571; }

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

This text font color is #715571.


Background Color

.myBgColor { background-color: #715571; }

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

This div background color is #715571.


Border color

.myBorderColor { border: 1px solid #715571; }

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

This div border color is #715571.


Opacity

.myOpacity80 { color: #715571; opacity: 0.8; }

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

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

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

This text has shadow with #715571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715571 on black background.


Color preview on white background

This text has color #715571 on white background.



Black color preview on #715571 background

This text has black color on #715571 background.


White color preview on #715571 background

This text has white color on #715571 background.