COLOR #715A83

HEX: #715A83 RGB: (113,90,131)

Color info

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

RGB color model

#715A83 color RGB value is (113,90,131).

RGB: (113,90,131) (44%, 35%, 51%)

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 131 of 255 = 51%

113
90
131

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

Portions of RGB colors in percentages

R + G + B = 113 + 90 + 131 = 334 (100%)
R 113 of 334 ~ 33.83%
G 90 of 334 ~ 26.95%
B 131 of 334 ~ 39.22'%

%33.83
%26.95
%39.22

CMYK color model

#715A83 color CMYK value is (14,31,0,49).

  • cyan value is 13.74%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (14,31,0,49) C14M31Y0K49 (14%,31%,0%,49%) (0.14/0.31/0.00/0.49) 

CMYK percentages

%13.74
%31.3
%0
%48.63

Codes

Color #715A83 in popluar color models

71 5A 83
RGB 113 90 131
HSL 274° 18.55% 43.33%
HSB/HSV 274° 31.30% 51.37%
CMYK 13.74% 31.30% 0.00%
48.63%

Color #715A83 in popluar number systems.

HEX 71 5A 83
Decimal 113 90 131
Binary 1110001 1011010 10000011
Octal 161 132 203

Shades and tints

Shades of #715A83

#715A83
(113,90,131)
#675278
(103,82,120)
#5D4A6D
(93,74,109)
#534262
(83,66,98)
#493A57
(73,58,87)
#3F324C
(63,50,76)
#352A41
(53,42,65)
#2B2236
(43,34,54)
#211A2B
(33,26,43)
#171220
(23,18,32)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #715A83

#715A83
(113,90,131)
#7D698E
(125,105,142)
#897899
(137,120,153)
#9587A4
(149,135,164)
#A196AF
(161,150,175)
#ADA5BA
(173,165,186)
#B9B4C5
(185,180,197)
#C5C3D0
(197,195,208)
#D1D2DB
(209,210,219)
#DDE1E6
(221,225,230)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715A83 color. Also use rgb(113,90,131) instead hex code.

Text Font Color

.myTextColor { color: #715A83; }

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

This text font color is #715A83.


Background Color

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

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

This div background color is #715A83.


Border color

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

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

This div border color is #715A83.


Opacity

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

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

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

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

This text has shadow with #715A83 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #715A83 on black background.


Color preview on white background

This text has color #715A83 on white background.



Black color preview on #715A83 background

This text has black color on #715A83 background.


White color preview on #715A83 background

This text has white color on #715A83 background.