COLOR #715156

HEX: #715156
RGB: (113,81,86)

Color info

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

RGB color model

#715156 color RGB value is (113,81,86).

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

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 86 of 255 = 34%

113
81
86

R + G + B ~ 37%. #715156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 86 = 280 (100%)
R 113 of 280 ~ 40.36%
G 81 of 280 ~ 28.93%
B 86 of 280 ~ 30.71%

%40.36
%28.93
%30.71

CMYK color model

#715156 color CMYK value is (0,28,24,56).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(0,28,24,56)
C0M28Y24K56 
(0%,28%,24%,56%)
(0.00/0.28/0.24/0.56)	

CMYK percentages

%0
%28.32
%23.89
%55.69

Codes

Color #715156 in popluar color models

715156
RGB1138186
HSL351°16.49%38.04%
HSB/HSV351°28.32%44.31%
CMYK0.00%28.32%23.89%
55.69%

Color #715156 in popluar number systems.

HEX715156
Decimal1138186
Binary111000110100011010110
Octal161121126

Shades and tints

Shades of #715156

#715156
(113,81,86)
#674A4F
(103,74,79)
#5D4348
(93,67,72)
#533C41
(83,60,65)
#49353A
(73,53,58)
#3F2E33
(63,46,51)
#35272C
(53,39,44)
#2B2025
(43,32,37)
#21191E
(33,25,30)
#171217
(23,18,23)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #715156

#715156
(113,81,86)
#7D6065
(125,96,101)
#896F74
(137,111,116)
#957E83
(149,126,131)
#A18D92
(161,141,146)
#AD9CA1
(173,156,161)
#B9ABB0
(185,171,176)
#C5BABF
(197,186,191)
#D1C9CE
(209,201,206)
#DDD8DD
(221,216,221)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715156; }

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

This text font color is #715156.


Background Color

.myBgColor { background-color: #715156; }

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

This div background color is #715156.


Border color

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

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

This div border color is #715156.


Opacity

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

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

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

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

This text has shadow with #715156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715156 on black background.


Color preview on white background

This text has color #715156 on white background.



Black color preview on #715156 background

This text has black color on #715156 background.


White color preview on #715156 background

This text has white color on #715156 background.