COLOR #71608D

HEX: #71608D
RGB: (113,96,141)

Color info

#71608D contains red, green and blue colors in about the same proportion. Web safe color of #71608D is #666699 (or #669).

RGB color model

#71608D color RGB value is (113,96,141).

  • red value is 113;
  • green value is 96;
  • blue value is 141.
RGB:
(113,96,141)
(44%,38%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 141 of 255 = 55%

113
96
141

R + G + B ~ 46%. #71608D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 96 + 141 = 350 (100%)
R 113 of 350 ~ 32.29%
G 96 of 350 ~ 27.43%
B 141 of 350 ~ 40.29%

%32.29
%27.43
%40.29

CMYK color model

#71608D color CMYK value is (20,32,0,45).

  • cyan value is 19.86%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(20,32,0,45)
C20M32Y0K45 
(20%,32%,0%,45%)
(0.20/0.32/0.00/0.45)	

CMYK percentages

%19.86
%31.91
%0
%44.71

Codes

Color #71608D in popluar color models

71608D
RGB11396141
HSL263°18.99%46.47%
HSB/HSV263°31.91%55.29%
CMYK19.86%31.91%0.00%
44.71%

Color #71608D in popluar number systems.

HEX71608D
Decimal11396141
Binary1110001110000010001101
Octal161140215

Shades and tints

Shades of #71608D

#71608D
(113,96,141)
#675881
(103,88,129)
#5D5075
(93,80,117)
#534869
(83,72,105)
#49405D
(73,64,93)
#3F3851
(63,56,81)
#353045
(53,48,69)
#2B2839
(43,40,57)
#21202D
(33,32,45)
#171821
(23,24,33)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #71608D

#71608D
(113,96,141)
#7D6E97
(125,110,151)
#897CA1
(137,124,161)
#958AAB
(149,138,171)
#A198B5
(161,152,181)
#ADA6BF
(173,166,191)
#B9B4C9
(185,180,201)
#C5C2D3
(197,194,211)
#D1D0DD
(209,208,221)
#DDDEE7
(221,222,231)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71608D color. Also use rgb(113,96,141) instead hex code.

Text Font Color

.myTextColor { color: #71608D; }

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

This text font color is #71608D.


Background Color

.myBgColor { background-color: #71608D; }

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

This div background color is #71608D.


Border color

.myBorderColor { border: 1px solid #71608D; }

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

This div border color is #71608D.


Opacity

.myOpacity80 { color: #71608D; opacity: 0.8; }

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

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

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

This text has shadow with #71608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71608D on black background.


Color preview on white background

This text has color #71608D on white background.



Black color preview on #71608D background

This text has black color on #71608D background.


White color preview on #71608D background

This text has white color on #71608D background.