COLOR #715970

HEX: #715970
RGB: (113,89,112)

Color info

#715970 contains red, green and blue colors in about the same proportion. Web safe color of #715970 is #666666 (or #666).

RGB color model

#715970 color RGB value is (113,89,112).

  • red value is 113;
  • green value is 89;
  • blue value is 112.
RGB:
(113,89,112)
(44%,35%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 112 of 255 = 44%

113
89
112

R + G + B ~ 41%. #715970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 112 = 314 (100%)
R 113 of 314 ~ 35.99%
G 89 of 314 ~ 28.34%
B 112 of 314 ~ 35.67%

%35.99
%28.34
%35.67

CMYK color model

#715970 color CMYK value is (0,21,1,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(0,21,1,56)
C0M21Y1K56 
(0%,21%,1%,56%)
(0.00/0.21/0.01/0.56)	

CMYK percentages

%0
%21.24
%0.88
%55.69

Codes

Color #715970 in popluar color models

715970
RGB11389112
HSL303°11.88%39.61%
HSB/HSV303°21.24%44.31%
CMYK0.00%21.24%0.88%
55.69%

Color #715970 in popluar number systems.

HEX715970
Decimal11389112
Binary111000110110011110000
Octal161131160

Shades and tints

Shades of #715970

#715970
(113,89,112)
#675166
(103,81,102)
#5D495C
(93,73,92)
#534152
(83,65,82)
#493948
(73,57,72)
#3F313E
(63,49,62)
#352934
(53,41,52)
#2B212A
(43,33,42)
#211920
(33,25,32)
#171116
(23,17,22)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #715970

#715970
(113,89,112)
#7D687D
(125,104,125)
#89778A
(137,119,138)
#958697
(149,134,151)
#A195A4
(161,149,164)
#ADA4B1
(173,164,177)
#B9B3BE
(185,179,190)
#C5C2CB
(197,194,203)
#D1D1D8
(209,209,216)
#DDE0E5
(221,224,229)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715970 color. Also use rgb(113,89,112) instead hex code.

Text Font Color

.myTextColor { color: #715970; }

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

This text font color is #715970.


Background Color

.myBgColor { background-color: #715970; }

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

This div background color is #715970.


Border color

.myBorderColor { border: 1px solid #715970; }

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

This div border color is #715970.


Opacity

.myOpacity80 { color: #715970; opacity: 0.8; }

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

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

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

This text has shadow with #715970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715970 on black background.


Color preview on white background

This text has color #715970 on white background.



Black color preview on #715970 background

This text has black color on #715970 background.


White color preview on #715970 background

This text has white color on #715970 background.