COLOR #715963

HEX: #715963
RGB: (113,89,99)

Color info

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

RGB color model

#715963 color RGB value is (113,89,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 99 of 255 = 39%

113
89
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 99 = 301 (100%)
R 113 of 301 ~ 37.54%
G 89 of 301 ~ 29.57%
B 99 of 301 ~ 32.89%

%37.54
%29.57
%32.89

CMYK color model

#715963 color CMYK value is (0,21,12,56).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,21,12,56)
C0M21Y12K56 
(0%,21%,12%,56%)
(0.00/0.21/0.12/0.56)	

CMYK percentages

%0
%21.24
%12.39
%55.69

Codes

Color #715963 in popluar color models

715963
RGB1138999
HSL335°11.88%39.61%
HSB/HSV335°21.24%44.31%
CMYK0.00%21.24%12.39%
55.69%

Color #715963 in popluar number systems.

HEX715963
Decimal1138999
Binary111000110110011100011
Octal161131143

Shades and tints

Shades of #715963

#715963
(113,89,99)
#67515A
(103,81,90)
#5D4951
(93,73,81)
#534148
(83,65,72)
#49393F
(73,57,63)
#3F3136
(63,49,54)
#35292D
(53,41,45)
#2B2124
(43,33,36)
#21191B
(33,25,27)
#171112
(23,17,18)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #715963

#715963
(113,89,99)
#7D6871
(125,104,113)
#89777F
(137,119,127)
#95868D
(149,134,141)
#A1959B
(161,149,155)
#ADA4A9
(173,164,169)
#B9B3B7
(185,179,183)
#C5C2C5
(197,194,197)
#D1D1D3
(209,209,211)
#DDE0E1
(221,224,225)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715963; }

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

This text font color is #715963.


Background Color

.myBgColor { background-color: #715963; }

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

This div background color is #715963.


Border color

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

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

This div border color is #715963.


Opacity

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

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

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

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

This text has shadow with #715963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715963 on black background.


Color preview on white background

This text has color #715963 on white background.



Black color preview on #715963 background

This text has black color on #715963 background.


White color preview on #715963 background

This text has white color on #715963 background.