COLOR #715587

HEX: #715587
RGB: (113,85,135)

Color info

#715587 contains red, green and blue colors in about the same proportion. Web safe color of #715587 is #666699 (or #669).

RGB color model

#715587 color RGB value is (113,85,135).

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

RGB channels and saturation

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

113
85
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 135 = 333 (100%)
R 113 of 333 ~ 33.93%
G 85 of 333 ~ 25.53%
B 135 of 333 ~ 40.54%

%33.93
%25.53
%40.54

CMYK color model

#715587 color CMYK value is (16,37,0,47).

  • cyan value is 16.30%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(16,37,0,47)
C16M37Y0K47 
(16%,37%,0%,47%)
(0.16/0.37/0.00/0.47)	

CMYK percentages

%16.3
%37.04
%0
%47.06

Codes

Color #715587 in popluar color models

715587
RGB11385135
HSL274°22.73%43.14%
HSB/HSV274°37.04%52.94%
CMYK16.30%37.04%0.00%
47.06%

Color #715587 in popluar number systems.

HEX715587
Decimal11385135
Binary1110001101010110000111
Octal161125207

Shades and tints

Shades of #715587

#715587
(113,85,135)
#674E7B
(103,78,123)
#5D476F
(93,71,111)
#534063
(83,64,99)
#493957
(73,57,87)
#3F324B
(63,50,75)
#352B3F
(53,43,63)
#2B2433
(43,36,51)
#211D27
(33,29,39)
#17161B
(23,22,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #715587

#715587
(113,85,135)
#7D6491
(125,100,145)
#89739B
(137,115,155)
#9582A5
(149,130,165)
#A191AF
(161,145,175)
#ADA0B9
(173,160,185)
#B9AFC3
(185,175,195)
#C5BECD
(197,190,205)
#D1CDD7
(209,205,215)
#DDDCE1
(221,220,225)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715587; }

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

This text font color is #715587.


Background Color

.myBgColor { background-color: #715587; }

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

This div background color is #715587.


Border color

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

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

This div border color is #715587.


Opacity

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

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

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

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

This text has shadow with #715587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715587 on black background.


Color preview on white background

This text has color #715587 on white background.



Black color preview on #715587 background

This text has black color on #715587 background.


White color preview on #715587 background

This text has white color on #715587 background.