COLOR #715163

HEX: #715163
RGB: (113,81,99)

Color info

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

RGB color model

#715163 color RGB value is (113,81,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 99 of 255 = 39%

113
81
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 99 = 293 (100%)
R 113 of 293 ~ 38.57%
G 81 of 293 ~ 27.65%
B 99 of 293 ~ 33.79%

%38.57
%27.65
%33.79

CMYK color model

#715163 color CMYK value is (0,28,12,56).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,28,12,56)
C0M28Y12K56 
(0%,28%,12%,56%)
(0.00/0.28/0.12/0.56)	

CMYK percentages

%0
%28.32
%12.39
%55.69

Codes

Color #715163 in popluar color models

715163
RGB1138199
HSL326°16.49%38.04%
HSB/HSV326°28.32%44.31%
CMYK0.00%28.32%12.39%
55.69%

Color #715163 in popluar number systems.

HEX715163
Decimal1138199
Binary111000110100011100011
Octal161121143

Shades and tints

Shades of #715163

#715163
(113,81,99)
#674A5A
(103,74,90)
#5D4351
(93,67,81)
#533C48
(83,60,72)
#49353F
(73,53,63)
#3F2E36
(63,46,54)
#35272D
(53,39,45)
#2B2024
(43,32,36)
#21191B
(33,25,27)
#171212
(23,18,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #715163

#715163
(113,81,99)
#7D6071
(125,96,113)
#896F7F
(137,111,127)
#957E8D
(149,126,141)
#A18D9B
(161,141,155)
#AD9CA9
(173,156,169)
#B9ABB7
(185,171,183)
#C5BAC5
(197,186,197)
#D1C9D3
(209,201,211)
#DDD8E1
(221,216,225)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715163; }

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

This text font color is #715163.


Background Color

.myBgColor { background-color: #715163; }

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

This div background color is #715163.


Border color

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

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

This div border color is #715163.


Opacity

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

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

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

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

This text has shadow with #715163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715163 on black background.


Color preview on white background

This text has color #715163 on white background.



Black color preview on #715163 background

This text has black color on #715163 background.


White color preview on #715163 background

This text has white color on #715163 background.