COLOR #715F88

HEX: #715F88
RGB: (113,95,136)

Color info

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

RGB color model

#715F88 color RGB value is (113,95,136).

  • red value is 113;
  • green value is 95;
  • blue value is 136.
RGB:
(113,95,136)
(44%,37%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 136 of 255 = 53%

113
95
136

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

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 136 = 344 (100%)
R 113 of 344 ~ 32.85%
G 95 of 344 ~ 27.62%
B 136 of 344 ~ 39.53%

%32.85
%27.62
%39.53

CMYK color model

#715F88 color CMYK value is (17,30,0,47).

  • cyan value is 16.91%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(17,30,0,47)
C17M30Y0K47 
(17%,30%,0%,47%)
(0.17/0.30/0.00/0.47)	

CMYK percentages

%16.91
%30.15
%0
%46.67

Codes

Color #715F88 in popluar color models

715F88
RGB11395136
HSL266°17.75%45.29%
HSB/HSV266°30.15%53.33%
CMYK16.91%30.15%0.00%
46.67%

Color #715F88 in popluar number systems.

HEX715F88
Decimal11395136
Binary1110001101111110001000
Octal161137210

Shades and tints

Shades of #715F88

#715F88
(113,95,136)
#67577C
(103,87,124)
#5D4F70
(93,79,112)
#534764
(83,71,100)
#493F58
(73,63,88)
#3F374C
(63,55,76)
#352F40
(53,47,64)
#2B2734
(43,39,52)
#211F28
(33,31,40)
#17171C
(23,23,28)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #715F88

#715F88
(113,95,136)
#7D6D92
(125,109,146)
#897B9C
(137,123,156)
#9589A6
(149,137,166)
#A197B0
(161,151,176)
#ADA5BA
(173,165,186)
#B9B3C4
(185,179,196)
#C5C1CE
(197,193,206)
#D1CFD8
(209,207,216)
#DDDDE2
(221,221,226)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715F88 color. Also use rgb(113,95,136) instead hex code.

Text Font Color

.myTextColor { color: #715F88; }

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

This text font color is #715F88.


Background Color

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

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

This div background color is #715F88.


Border color

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

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

This div border color is #715F88.


Opacity

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

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

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

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

This text has shadow with #715F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F88 on black background.


Color preview on white background

This text has color #715F88 on white background.



Black color preview on #715F88 background

This text has black color on #715F88 background.


White color preview on #715F88 background

This text has white color on #715F88 background.