COLOR #715D8D

HEX: #715D8D RGB: (113,93,141)

Color info

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

RGB color model

#715D8D color RGB value is (113,93,141).

RGB: (113,93,141) (44%, 36%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 141 of 255 = 55%

113
93
141

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

Portions of RGB colors in percentages

R + G + B = 113 + 93 + 141 = 347 (100%)
R 113 of 347 ~ 32.56%
G 93 of 347 ~ 26.8%
B 141 of 347 ~ 40.63'%

%32.56
%26.8
%40.63

CMYK color model

#715D8D color CMYK value is (20,34,0,45).

  • cyan value is 19.86%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (20,34,0,45) C20M34Y0K45 (20%,34%,0%,45%) (0.20/0.34/0.00/0.45) 

CMYK percentages

%19.86
%34.04
%0
%44.71

Codes

Color #715D8D in popluar color models

71 5D 8D
RGB 113 93 141
HSL 265° 20.51% 45.88%
HSB/HSV 265° 34.04% 55.29%
CMYK 19.86% 34.04% 0.00%
44.71%

Color #715D8D in popluar number systems.

HEX 71 5D 8D
Decimal 113 93 141
Binary 1110001 1011101 10001101
Octal 161 135 215

Shades and tints

Shades of #715D8D

#715D8D
(113,93,141)
#675581
(103,85,129)
#5D4D75
(93,77,117)
#534569
(83,69,105)
#493D5D
(73,61,93)
#3F3551
(63,53,81)
#352D45
(53,45,69)
#2B2539
(43,37,57)
#211D2D
(33,29,45)
#171521
(23,21,33)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #715D8D

#715D8D
(113,93,141)
#7D6B97
(125,107,151)
#8979A1
(137,121,161)
#9587AB
(149,135,171)
#A195B5
(161,149,181)
#ADA3BF
(173,163,191)
#B9B1C9
(185,177,201)
#C5BFD3
(197,191,211)
#D1CDDD
(209,205,221)
#DDDBE7
(221,219,231)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715D8D; }

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

This text font color is #715D8D.

Background Color

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

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

This div background color is #715D8D.

Border color

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

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

This div border color is #715D8D.

Opacity

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

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

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

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

This text has shadow with #715D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715D8D.

Preview

Color preview on black background

This text has color #715D8D on black background.


Color preview on white background

This text has color #715D8D on white background.


Black color preview on #715D8D background

This text has black color on #715D8D background.


White color preview on #715D8D background

This text has white color on #715D8D background.


Related colors

Complementary color

Complementary color for #hex is #8EA272.


I love getcolorcode.com

Triadic colors

1 #8D715D and #5D8D71 with #715D8D are triadic colors.

2 #8D5D71 and #5D718D with #715D8D are triadic colors.