COLOR #715C80

HEX: #715C80
RGB: (113,92,128)

Color info

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

RGB color model

#715C80 color RGB value is (113,92,128).

  • red value is 113;
  • green value is 92;
  • blue value is 128.
RGB:
(113,92,128)
(44%,36%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 128 of 255 = 50%

113
92
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 128 = 333 (100%)
R 113 of 333 ~ 33.93%
G 92 of 333 ~ 27.63%
B 128 of 333 ~ 38.44%

%33.93
%27.63
%38.44

CMYK color model

#715C80 color CMYK value is (12,28,0,50).

  • cyan value is 11.72%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(12,28,0,50)
C12M28Y0K50 
(12%,28%,0%,50%)
(0.12/0.28/0.00/0.50)	

CMYK percentages

%11.72
%28.13
%0
%49.8

Codes

Color #715C80 in popluar color models

715C80
RGB11392128
HSL275°16.36%43.14%
HSB/HSV275°28.13%50.20%
CMYK11.72%28.13%0.00%
49.80%

Color #715C80 in popluar number systems.

HEX715C80
Decimal11392128
Binary1110001101110010000000
Octal161134200

Shades and tints

Shades of #715C80

#715C80
(113,92,128)
#675475
(103,84,117)
#5D4C6A
(93,76,106)
#53445F
(83,68,95)
#493C54
(73,60,84)
#3F3449
(63,52,73)
#352C3E
(53,44,62)
#2B2433
(43,36,51)
#211C28
(33,28,40)
#17141D
(23,20,29)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #715C80

#715C80
(113,92,128)
#7D6A8B
(125,106,139)
#897896
(137,120,150)
#9586A1
(149,134,161)
#A194AC
(161,148,172)
#ADA2B7
(173,162,183)
#B9B0C2
(185,176,194)
#C5BECD
(197,190,205)
#D1CCD8
(209,204,216)
#DDDAE3
(221,218,227)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715C80 color. Also use rgb(113,92,128) instead hex code.

Text Font Color

.myTextColor { color: #715C80; }

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

This text font color is #715C80.


Background Color

.myBgColor { background-color: #715C80; }

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

This div background color is #715C80.


Border color

.myBorderColor { border: 1px solid #715C80; }

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

This div border color is #715C80.


Opacity

.myOpacity80 { color: #715C80; opacity: 0.8; }

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

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

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

This text has shadow with #715C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C80 on black background.


Color preview on white background

This text has color #715C80 on white background.



Black color preview on #715C80 background

This text has black color on #715C80 background.


White color preview on #715C80 background

This text has white color on #715C80 background.