COLOR #715F8F

HEX: #715F8F RGB: (113,95,143)

Color info

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

RGB color model

#715F8F color RGB value is (113,95,143).

RGB: (113,95,143) (44%, 37%, 56%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 143 of 255 = 56%

113
95
143

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

Portions of RGB colors in percentages

R + G + B = 113 + 95 + 143 = 351 (100%)
R 113 of 351 ~ 32.19%
G 95 of 351 ~ 27.07%
B 143 of 351 ~ 40.74'%

%32.19
%27.07
%40.74

CMYK color model

#715F8F color CMYK value is (21,34,0,44).

  • cyan value is 20.98%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (21,34,0,44)
C21M34Y0K44 (21%, 34%, 0%, 44%)
(0.21 / 0.34 / 0.00 / 0.44)

CMYK percentages

%20.98
%33.57
%0
%43.92

Codes

Color #715F8F in popluar color models

71 5F 8F
RGB 113 95 143
HSL 263° 20.17% 46.67%
HSB/HSV 263° 33.57% 56.08%
CMYK 20.98% 33.57% 0.00%
43.92%

Color #715F8F in popluar number systems.

HEX 71 5F 8F
Decimal 113 95 143
Binary 1110001 1011111 10001111
Octal 161 137 217

Shades and tints

Shades of #715F8F

#715F8F
(113,95,143)
#675782
(103,87,130)
#5D4F75
(93,79,117)
#534768
(83,71,104)
#493F5B
(73,63,91)
#3F374E
(63,55,78)
#352F41
(53,47,65)
#2B2734
(43,39,52)
#211F27
(33,31,39)
#17171A
(23,23,26)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #715F8F

#715F8F
(113,95,143)
#7D6D99
(125,109,153)
#897BA3
(137,123,163)
#9589AD
(149,137,173)
#A197B7
(161,151,183)
#ADA5C1
(173,165,193)
#B9B3CB
(185,179,203)
#C5C1D5
(197,193,213)
#D1CFDF
(209,207,223)
#DDDDE9
(221,221,233)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715F8F; }

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

This text font color is #715F8F.

Background Color

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

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

This div background color is #715F8F.

Border color

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

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

This div border color is #715F8F.

Opacity

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

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

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

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

This text has shadow with #715F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715F8F.

Preview

Color preview on black background

This text has color #715F8F on black background.


Color preview on white background

This text has color #715F8F on white background.


Black color preview on #715F8F background

This text has black color on #715F8F background.


White color preview on #715F8F background

This text has white color on #715F8F background.


Related colors

Complementary color

Complementary color for #hex is #8EA070.


I love getcolorcode.com

Triadic colors

1 #8F715F and #5F8F71 with #715F8F are triadic colors.

2 #8F5F71 and #5F718F with #715F8F are triadic colors.