COLOR #715F60

HEX: #715F60
RGB: (113,95,96)

Color info

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

RGB color model

#715F60 color RGB value is (113,95,96).

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

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 96 of 255 = 38%

113
95
96

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

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 96 = 304 (100%)
R 113 of 304 ~ 37.17%
G 95 of 304 ~ 31.25%
B 96 of 304 ~ 31.58%

%37.17
%31.25
%31.58

CMYK color model

#715F60 color CMYK value is (0,16,15,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(0,16,15,56)
C0M16Y15K56 
(0%,16%,15%,56%)
(0.00/0.16/0.15/0.56)	

CMYK percentages

%0
%15.93
%15.04
%55.69

Codes

Color #715F60 in popluar color models

715F60
RGB1139596
HSL357°8.65%40.78%
HSB/HSV357°15.93%44.31%
CMYK0.00%15.93%15.04%
55.69%

Color #715F60 in popluar number systems.

HEX715F60
Decimal1139596
Binary111000110111111100000
Octal161137140

Shades and tints

Shades of #715F60

#715F60
(113,95,96)
#675758
(103,87,88)
#5D4F50
(93,79,80)
#534748
(83,71,72)
#493F40
(73,63,64)
#3F3738
(63,55,56)
#352F30
(53,47,48)
#2B2728
(43,39,40)
#211F20
(33,31,32)
#171718
(23,23,24)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #715F60

#715F60
(113,95,96)
#7D6D6E
(125,109,110)
#897B7C
(137,123,124)
#95898A
(149,137,138)
#A19798
(161,151,152)
#ADA5A6
(173,165,166)
#B9B3B4
(185,179,180)
#C5C1C2
(197,193,194)
#D1CFD0
(209,207,208)
#DDDDDE
(221,221,222)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715F60; }

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

This text font color is #715F60.


Background Color

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

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

This div background color is #715F60.


Border color

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

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

This div border color is #715F60.


Opacity

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

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

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

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

This text has shadow with #715F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F60 on black background.


Color preview on white background

This text has color #715F60 on white background.



Black color preview on #715F60 background

This text has black color on #715F60 background.


White color preview on #715F60 background

This text has white color on #715F60 background.