COLOR #715863

HEX: #715863
RGB: (113,88,99)

Color info

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

RGB color model

#715863 color RGB value is (113,88,99).

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

RGB channels and saturation

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

113
88
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 99 = 300 (100%)
R 113 of 300 ~ 37.67%
G 88 of 300 ~ 29.33%
B 99 of 300 ~ 33%

%37.67
%29.33
%33

CMYK color model

#715863 color CMYK value is (0,22,12,56).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,22,12,56)
C0M22Y12K56 
(0%,22%,12%,56%)
(0.00/0.22/0.12/0.56)	

CMYK percentages

%0
%22.12
%12.39
%55.69

Codes

Color #715863 in popluar color models

715863
RGB1138899
HSL334°12.44%39.41%
HSB/HSV334°22.12%44.31%
CMYK0.00%22.12%12.39%
55.69%

Color #715863 in popluar number systems.

HEX715863
Decimal1138899
Binary111000110110001100011
Octal161130143

Shades and tints

Shades of #715863

#715863
(113,88,99)
#67505A
(103,80,90)
#5D4851
(93,72,81)
#534048
(83,64,72)
#49383F
(73,56,63)
#3F3036
(63,48,54)
#35282D
(53,40,45)
#2B2024
(43,32,36)
#21181B
(33,24,27)
#171012
(23,16,18)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #715863

#715863
(113,88,99)
#7D6771
(125,103,113)
#89767F
(137,118,127)
#95858D
(149,133,141)
#A1949B
(161,148,155)
#ADA3A9
(173,163,169)
#B9B2B7
(185,178,183)
#C5C1C5
(197,193,197)
#D1D0D3
(209,208,211)
#DDDFE1
(221,223,225)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715863; }

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

This text font color is #715863.


Background Color

.myBgColor { background-color: #715863; }

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

This div background color is #715863.


Border color

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

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

This div border color is #715863.


Opacity

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

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

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

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

This text has shadow with #715863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715863 on black background.


Color preview on white background

This text has color #715863 on white background.



Black color preview on #715863 background

This text has black color on #715863 background.


White color preview on #715863 background

This text has white color on #715863 background.