COLOR #715460

HEX: #715460
RGB: (113,84,96)

Color info

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

RGB color model

#715460 color RGB value is (113,84,96).

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

RGB channels and saturation

R 113 of 255 = 44%
G 84 of 255 = 33%
B 96 of 255 = 38%

113
84
96

R + G + B ~ 38%. #715460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 96 = 293 (100%)
R 113 of 293 ~ 38.57%
G 84 of 293 ~ 28.67%
B 96 of 293 ~ 32.76%

%38.57
%28.67
%32.76

CMYK color model

#715460 color CMYK value is (0,26,15,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(0,26,15,56)
C0M26Y15K56 
(0%,26%,15%,56%)
(0.00/0.26/0.15/0.56)	

CMYK percentages

%0
%25.66
%15.04
%55.69

Codes

Color #715460 in popluar color models

715460
RGB1138496
HSL335°14.72%38.63%
HSB/HSV335°25.66%44.31%
CMYK0.00%25.66%15.04%
55.69%

Color #715460 in popluar number systems.

HEX715460
Decimal1138496
Binary111000110101001100000
Octal161124140

Shades and tints

Shades of #715460

#715460
(113,84,96)
#674D58
(103,77,88)
#5D4650
(93,70,80)
#533F48
(83,63,72)
#493840
(73,56,64)
#3F3138
(63,49,56)
#352A30
(53,42,48)
#2B2328
(43,35,40)
#211C20
(33,28,32)
#171518
(23,21,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #715460

#715460
(113,84,96)
#7D636E
(125,99,110)
#89727C
(137,114,124)
#95818A
(149,129,138)
#A19098
(161,144,152)
#AD9FA6
(173,159,166)
#B9AEB4
(185,174,180)
#C5BDC2
(197,189,194)
#D1CCD0
(209,204,208)
#DDDBDE
(221,219,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715460; }

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

This text font color is #715460.


Background Color

.myBgColor { background-color: #715460; }

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

This div background color is #715460.


Border color

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

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

This div border color is #715460.


Opacity

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

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

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

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

This text has shadow with #715460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715460 on black background.


Color preview on white background

This text has color #715460 on white background.



Black color preview on #715460 background

This text has black color on #715460 background.


White color preview on #715460 background

This text has white color on #715460 background.