COLOR #715D8A

HEX: #715D8A
RGB: (113,93,138)

Color info

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

RGB color model

#715D8A color RGB value is (113,93,138).

  • red value is 113;
  • green value is 93;
  • blue value is 138.
RGB:
(113,93,138)
(44%,36%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 138 of 255 = 54%

113
93
138

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

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 138 = 344 (100%)
R 113 of 344 ~ 32.85%
G 93 of 344 ~ 27.03%
B 138 of 344 ~ 40.12%

%32.85
%27.03
%40.12

CMYK color model

#715D8A color CMYK value is (18,33,0,46).

  • cyan value is 18.12%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(18,33,0,46)
C18M33Y0K46 
(18%,33%,0%,46%)
(0.18/0.33/0.00/0.46)	

CMYK percentages

%18.12
%32.61
%0
%45.88

Codes

Color #715D8A in popluar color models

715D8A
RGB11393138
HSL267°19.48%45.29%
HSB/HSV267°32.61%54.12%
CMYK18.12%32.61%0.00%
45.88%

Color #715D8A in popluar number systems.

HEX715D8A
Decimal11393138
Binary1110001101110110001010
Octal161135212

Shades and tints

Shades of #715D8A

#715D8A
(113,93,138)
#67557E
(103,85,126)
#5D4D72
(93,77,114)
#534566
(83,69,102)
#493D5A
(73,61,90)
#3F354E
(63,53,78)
#352D42
(53,45,66)
#2B2536
(43,37,54)
#211D2A
(33,29,42)
#17151E
(23,21,30)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #715D8A

#715D8A
(113,93,138)
#7D6B94
(125,107,148)
#89799E
(137,121,158)
#9587A8
(149,135,168)
#A195B2
(161,149,178)
#ADA3BC
(173,163,188)
#B9B1C6
(185,177,198)
#C5BFD0
(197,191,208)
#D1CDDA
(209,205,218)
#DDDBE4
(221,219,228)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715D8A color. Also use rgb(113,93,138) instead hex code.

Text Font Color

.myTextColor { color: #715D8A; }

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

This text font color is #715D8A.


Background Color

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

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

This div background color is #715D8A.


Border color

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

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

This div border color is #715D8A.


Opacity

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

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

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

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

This text has shadow with #715D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715D8A on black background.


Color preview on white background

This text has color #715D8A on white background.



Black color preview on #715D8A background

This text has black color on #715D8A background.


White color preview on #715D8A background

This text has white color on #715D8A background.