COLOR #71517C

HEX: #71517C
RGB: (113,81,124)

Color info

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

RGB color model

#71517C color RGB value is (113,81,124).

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

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 124 of 255 = 49%

113
81
124

R + G + B ~ 42%. #71517C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 124 = 318 (100%)
R 113 of 318 ~ 35.53%
G 81 of 318 ~ 25.47%
B 124 of 318 ~ 38.99%

%35.53
%25.47
%38.99

CMYK color model

#71517C color CMYK value is (9,35,0,51).

  • cyan value is 8.87%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(9,35,0,51)
C9M35Y0K51 
(9%,35%,0%,51%)
(0.09/0.35/0.00/0.51)	

CMYK percentages

%8.87
%34.68
%0
%51.37

Codes

Color #71517C in popluar color models

71517C
RGB11381124
HSL285°20.98%40.20%
HSB/HSV285°34.68%48.63%
CMYK8.87%34.68%0.00%
51.37%

Color #71517C in popluar number systems.

HEX71517C
Decimal11381124
Binary111000110100011111100
Octal161121174

Shades and tints

Shades of #71517C

#71517C
(113,81,124)
#674A71
(103,74,113)
#5D4366
(93,67,102)
#533C5B
(83,60,91)
#493550
(73,53,80)
#3F2E45
(63,46,69)
#35273A
(53,39,58)
#2B202F
(43,32,47)
#211924
(33,25,36)
#171219
(23,18,25)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #71517C

#71517C
(113,81,124)
#7D6087
(125,96,135)
#896F92
(137,111,146)
#957E9D
(149,126,157)
#A18DA8
(161,141,168)
#AD9CB3
(173,156,179)
#B9ABBE
(185,171,190)
#C5BAC9
(197,186,201)
#D1C9D4
(209,201,212)
#DDD8DF
(221,216,223)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71517C; }

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

This text font color is #71517C.


Background Color

.myBgColor { background-color: #71517C; }

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

This div background color is #71517C.


Border color

.myBorderColor { border: 1px solid #71517C; }

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

This div border color is #71517C.


Opacity

.myOpacity80 { color: #71517C; opacity: 0.8; }

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

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

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

This text has shadow with #71517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71517C on black background.


Color preview on white background

This text has color #71517C on white background.



Black color preview on #71517C background

This text has black color on #71517C background.


White color preview on #71517C background

This text has white color on #71517C background.