COLOR #715961

HEX: #715961
RGB: (113,89,97)

Color info

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

RGB color model

#715961 color RGB value is (113,89,97).

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

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 97 of 255 = 38%

113
89
97

R + G + B ~ 39%. #715961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 97 = 299 (100%)
R 113 of 299 ~ 37.79%
G 89 of 299 ~ 29.77%
B 97 of 299 ~ 32.44%

%37.79
%29.77
%32.44

CMYK color model

#715961 color CMYK value is (0,21,14,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 14.16%
  • key color value is 55.69%
CMYK:
(0,21,14,56)
C0M21Y14K56 
(0%,21%,14%,56%)
(0.00/0.21/0.14/0.56)	

CMYK percentages

%0
%21.24
%14.16
%55.69

Codes

Color #715961 in popluar color models

715961
RGB1138997
HSL340°11.88%39.61%
HSB/HSV340°21.24%44.31%
CMYK0.00%21.24%14.16%
55.69%

Color #715961 in popluar number systems.

HEX715961
Decimal1138997
Binary111000110110011100001
Octal161131141

Shades and tints

Shades of #715961

#715961
(113,89,97)
#675159
(103,81,89)
#5D4951
(93,73,81)
#534149
(83,65,73)
#493941
(73,57,65)
#3F3139
(63,49,57)
#352931
(53,41,49)
#2B2129
(43,33,41)
#211921
(33,25,33)
#171119
(23,17,25)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #715961

#715961
(113,89,97)
#7D686F
(125,104,111)
#89777D
(137,119,125)
#95868B
(149,134,139)
#A19599
(161,149,153)
#ADA4A7
(173,164,167)
#B9B3B5
(185,179,181)
#C5C2C3
(197,194,195)
#D1D1D1
(209,209,209)
#DDE0DF
(221,224,223)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715961; }

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

This text font color is #715961.


Background Color

.myBgColor { background-color: #715961; }

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

This div background color is #715961.


Border color

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

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

This div border color is #715961.


Opacity

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

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

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

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

This text has shadow with #715961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715961 on black background.


Color preview on white background

This text has color #715961 on white background.



Black color preview on #715961 background

This text has black color on #715961 background.


White color preview on #715961 background

This text has white color on #715961 background.