COLOR #715E84

HEX: #715E84
RGB: (113,94,132)

Color info

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

RGB color model

#715E84 color RGB value is (113,94,132).

  • red value is 113;
  • green value is 94;
  • blue value is 132.
RGB:
(113,94,132)
(44%,37%,52%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 132 of 255 = 52%

113
94
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 132 = 339 (100%)
R 113 of 339 ~ 33.33%
G 94 of 339 ~ 27.73%
B 132 of 339 ~ 38.94%

%33.33
%27.73
%38.94

CMYK color model

#715E84 color CMYK value is (14,29,0,48).

  • cyan value is 14.39%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,29,0,48)
C14M29Y0K48 
(14%,29%,0%,48%)
(0.14/0.29/0.00/0.48)	

CMYK percentages

%14.39
%28.79
%0
%48.24

Codes

Color #715E84 in popluar color models

715E84
RGB11394132
HSL270°16.81%44.31%
HSB/HSV270°28.79%51.76%
CMYK14.39%28.79%0.00%
48.24%

Color #715E84 in popluar number systems.

HEX715E84
Decimal11394132
Binary1110001101111010000100
Octal161136204

Shades and tints

Shades of #715E84

#715E84
(113,94,132)
#675678
(103,86,120)
#5D4E6C
(93,78,108)
#534660
(83,70,96)
#493E54
(73,62,84)
#3F3648
(63,54,72)
#352E3C
(53,46,60)
#2B2630
(43,38,48)
#211E24
(33,30,36)
#171618
(23,22,24)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #715E84

#715E84
(113,94,132)
#7D6C8F
(125,108,143)
#897A9A
(137,122,154)
#9588A5
(149,136,165)
#A196B0
(161,150,176)
#ADA4BB
(173,164,187)
#B9B2C6
(185,178,198)
#C5C0D1
(197,192,209)
#D1CEDC
(209,206,220)
#DDDCE7
(221,220,231)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E84 color. Also use rgb(113,94,132) instead hex code.

Text Font Color

.myTextColor { color: #715E84; }

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

This text font color is #715E84.


Background Color

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

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

This div background color is #715E84.


Border color

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

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

This div border color is #715E84.


Opacity

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

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

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

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

This text has shadow with #715E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715E84 on black background.


Color preview on white background

This text has color #715E84 on white background.



Black color preview on #715E84 background

This text has black color on #715E84 background.


White color preview on #715E84 background

This text has white color on #715E84 background.