COLOR #715F70

HEX: #715F70
RGB: (113,95,112)

Color info

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

RGB color model

#715F70 color RGB value is (113,95,112).

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

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 112 of 255 = 44%

113
95
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 112 = 320 (100%)
R 113 of 320 ~ 35.31%
G 95 of 320 ~ 29.69%
B 112 of 320 ~ 35%

%35.31
%29.69
%35

CMYK color model

#715F70 color CMYK value is (0,16,1,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(0,16,1,56)
C0M16Y1K56 
(0%,16%,1%,56%)
(0.00/0.16/0.01/0.56)	

CMYK percentages

%0
%15.93
%0.88
%55.69

Codes

Color #715F70 in popluar color models

715F70
RGB11395112
HSL303°8.65%40.78%
HSB/HSV303°15.93%44.31%
CMYK0.00%15.93%0.88%
55.69%

Color #715F70 in popluar number systems.

HEX715F70
Decimal11395112
Binary111000110111111110000
Octal161137160

Shades and tints

Shades of #715F70

#715F70
(113,95,112)
#675766
(103,87,102)
#5D4F5C
(93,79,92)
#534752
(83,71,82)
#493F48
(73,63,72)
#3F373E
(63,55,62)
#352F34
(53,47,52)
#2B272A
(43,39,42)
#211F20
(33,31,32)
#171716
(23,23,22)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #715F70

#715F70
(113,95,112)
#7D6D7D
(125,109,125)
#897B8A
(137,123,138)
#958997
(149,137,151)
#A197A4
(161,151,164)
#ADA5B1
(173,165,177)
#B9B3BE
(185,179,190)
#C5C1CB
(197,193,203)
#D1CFD8
(209,207,216)
#DDDDE5
(221,221,229)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715F70; }

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

This text font color is #715F70.


Background Color

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

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

This div background color is #715F70.


Border color

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

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

This div border color is #715F70.


Opacity

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

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

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

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

This text has shadow with #715F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F70 on black background.


Color preview on white background

This text has color #715F70 on white background.



Black color preview on #715F70 background

This text has black color on #715F70 background.


White color preview on #715F70 background

This text has white color on #715F70 background.