COLOR #715660

HEX: #715660
RGB: (113,86,96)

Color info

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

RGB color model

#715660 color RGB value is (113,86,96).

  • red value is 113;
  • green value is 86;
  • blue value is 96.
RGB: (113,86,96) (44%,34%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 96 of 255 = 38%

113
86
96

R + G + B ~ 39%. #715660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 96 = 295 (100%)
R 113 of 295 ~ 38.31%
G 86 of 295 ~ 29.15%
B 96 of 295 ~ 32.54%

%38.31
%29.15
%32.54

CMYK color model

#715660 color CMYK value is (0,24,15,56).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK: (0,24,15,56) C0M24Y15K56 (0%,24%,15%,56%) (0.00/0.24/0.15/0.56)

CMYK percentages

%0
%23.89
%15.04
%55.69

Codes

Color #715660 in popluar color models

715660
RGB1138696
HSL338°13.57%39.02%
HSB/HSV338°23.89%44.31%
CMYK0.00%23.89%15.04%
55.69%

Color #715660 in popluar number systems.

HEX715660
Decimal1138696
Binary111000110101101100000
Octal161126140

Shades and tints

Shades of #715660

#715660
(113,86,96)
#674F58
(103,79,88)
#5D4850
(93,72,80)
#534148
(83,65,72)
#493A40
(73,58,64)
#3F3338
(63,51,56)
#352C30
(53,44,48)
#2B2528
(43,37,40)
#211E20
(33,30,32)
#171718
(23,23,24)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #715660

#715660
(113,86,96)
#7D656E
(125,101,110)
#89747C
(137,116,124)
#95838A
(149,131,138)
#A19298
(161,146,152)
#ADA1A6
(173,161,166)
#B9B0B4
(185,176,180)
#C5BFC2
(197,191,194)
#D1CED0
(209,206,208)
#DDDDDE
(221,221,222)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715660; }

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

This text font color is #715660.


Background Color

.myBgColor { background-color: #715660; }

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

This div background color is #715660.


Border color

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

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

This div border color is #715660.


Opacity

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

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

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

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

This text has shadow with #715660 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #715660 on black background.


Color preview on white background

This text has color #715660 on white background.



Black color preview on #715660 background

This text has black color on #715660 background.


White color preview on #715660 background

This text has white color on #715660 background.