COLOR #715166

HEX: #715166
RGB: (113,81,102)

Color info

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

RGB color model

#715166 color RGB value is (113,81,102).

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

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 102 of 255 = 40%

113
81
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 102 = 296 (100%)
R 113 of 296 ~ 38.18%
G 81 of 296 ~ 27.36%
B 102 of 296 ~ 34.46%

%38.18
%27.36
%34.46

CMYK color model

#715166 color CMYK value is (0,28,10,56).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(0,28,10,56)
C0M28Y10K56 
(0%,28%,10%,56%)
(0.00/0.28/0.10/0.56)	

CMYK percentages

%0
%28.32
%9.73
%55.69

Codes

Color #715166 in popluar color models

715166
RGB11381102
HSL321°16.49%38.04%
HSB/HSV321°28.32%44.31%
CMYK0.00%28.32%9.73%
55.69%

Color #715166 in popluar number systems.

HEX715166
Decimal11381102
Binary111000110100011100110
Octal161121146

Shades and tints

Shades of #715166

#715166
(113,81,102)
#674A5D
(103,74,93)
#5D4354
(93,67,84)
#533C4B
(83,60,75)
#493542
(73,53,66)
#3F2E39
(63,46,57)
#352730
(53,39,48)
#2B2027
(43,32,39)
#21191E
(33,25,30)
#171215
(23,18,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #715166

#715166
(113,81,102)
#7D6073
(125,96,115)
#896F80
(137,111,128)
#957E8D
(149,126,141)
#A18D9A
(161,141,154)
#AD9CA7
(173,156,167)
#B9ABB4
(185,171,180)
#C5BAC1
(197,186,193)
#D1C9CE
(209,201,206)
#DDD8DB
(221,216,219)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715166; }

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

This text font color is #715166.


Background Color

.myBgColor { background-color: #715166; }

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

This div background color is #715166.


Border color

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

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

This div border color is #715166.


Opacity

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

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

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

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

This text has shadow with #715166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715166 on black background.


Color preview on white background

This text has color #715166 on white background.



Black color preview on #715166 background

This text has black color on #715166 background.


White color preview on #715166 background

This text has white color on #715166 background.