COLOR #715173

HEX: #715173
RGB: (113,81,115)

Color info

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

RGB color model

#715173 color RGB value is (113,81,115).

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

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 115 of 255 = 45%

113
81
115

R + G + B ~ 40%. #715173 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 115 = 309 (100%)
R 113 of 309 ~ 36.57%
G 81 of 309 ~ 26.21%
B 115 of 309 ~ 37.22%

%36.57
%26.21
%37.22

CMYK color model

#715173 color CMYK value is (2,30,0,55).

  • cyan value is 1.74%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(2,30,0,55)
C2M30Y0K55 
(2%,30%,0%,55%)
(0.02/0.30/0.00/0.55)	

CMYK percentages

%1.74
%29.57
%0
%54.9

Codes

Color #715173 in popluar color models

715173
RGB11381115
HSL296°17.35%38.43%
HSB/HSV296°29.57%45.10%
CMYK1.74%29.57%0.00%
54.90%

Color #715173 in popluar number systems.

HEX715173
Decimal11381115
Binary111000110100011110011
Octal161121163

Shades and tints

Shades of #715173

#715173
(113,81,115)
#674A69
(103,74,105)
#5D435F
(93,67,95)
#533C55
(83,60,85)
#49354B
(73,53,75)
#3F2E41
(63,46,65)
#352737
(53,39,55)
#2B202D
(43,32,45)
#211923
(33,25,35)
#171219
(23,18,25)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #715173

#715173
(113,81,115)
#7D607F
(125,96,127)
#896F8B
(137,111,139)
#957E97
(149,126,151)
#A18DA3
(161,141,163)
#AD9CAF
(173,156,175)
#B9ABBB
(185,171,187)
#C5BAC7
(197,186,199)
#D1C9D3
(209,201,211)
#DDD8DF
(221,216,223)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715173; }

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

This text font color is #715173.


Background Color

.myBgColor { background-color: #715173; }

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

This div background color is #715173.


Border color

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

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

This div border color is #715173.


Opacity

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

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

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

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

This text has shadow with #715173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715173 on black background.


Color preview on white background

This text has color #715173 on white background.



Black color preview on #715173 background

This text has black color on #715173 background.


White color preview on #715173 background

This text has white color on #715173 background.