COLOR #71617B

HEX: #71617B
RGB: (113,97,123)

Color info

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

RGB color model

#71617B color RGB value is (113,97,123).

  • red value is 113;
  • green value is 97;
  • blue value is 123.
RGB:
(113,97,123)
(44%,38%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 123 of 255 = 48%

113
97
123

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

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 123 = 333 (100%)
R 113 of 333 ~ 33.93%
G 97 of 333 ~ 29.13%
B 123 of 333 ~ 36.94%

%33.93
%29.13
%36.94

CMYK color model

#71617B color CMYK value is (8,21,0,52).

  • cyan value is 8.13%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(8,21,0,52)
C8M21Y0K52 
(8%,21%,0%,52%)
(0.08/0.21/0.00/0.52)	

CMYK percentages

%8.13
%21.14
%0
%51.76

Codes

Color #71617B in popluar color models

71617B
RGB11397123
HSL277°11.82%43.14%
HSB/HSV277°21.14%48.24%
CMYK8.13%21.14%0.00%
51.76%

Color #71617B in popluar number systems.

HEX71617B
Decimal11397123
Binary111000111000011111011
Octal161141173

Shades and tints

Shades of #71617B

#71617B
(113,97,123)
#675970
(103,89,112)
#5D5165
(93,81,101)
#53495A
(83,73,90)
#49414F
(73,65,79)
#3F3944
(63,57,68)
#353139
(53,49,57)
#2B292E
(43,41,46)
#212123
(33,33,35)
#171918
(23,25,24)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #71617B

#71617B
(113,97,123)
#7D6F87
(125,111,135)
#897D93
(137,125,147)
#958B9F
(149,139,159)
#A199AB
(161,153,171)
#ADA7B7
(173,167,183)
#B9B5C3
(185,181,195)
#C5C3CF
(197,195,207)
#D1D1DB
(209,209,219)
#DDDFE7
(221,223,231)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71617B color. Also use rgb(113,97,123) instead hex code.

Text Font Color

.myTextColor { color: #71617B; }

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

This text font color is #71617B.


Background Color

.myBgColor { background-color: #71617B; }

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

This div background color is #71617B.


Border color

.myBorderColor { border: 1px solid #71617B; }

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

This div border color is #71617B.


Opacity

.myOpacity80 { color: #71617B; opacity: 0.8; }

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

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

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

This text has shadow with #71617B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71617B on black background.


Color preview on white background

This text has color #71617B on white background.



Black color preview on #71617B background

This text has black color on #71617B background.


White color preview on #71617B background

This text has white color on #71617B background.