COLOR #71688D

HEX: #71688D
RGB: (113,104,141)

Color info

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

RGB color model

#71688D color RGB value is (113,104,141).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 141 of 255 = 55%

113
104
141

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 141 = 358 (100%)
R 113 of 358 ~ 31.56%
G 104 of 358 ~ 29.05%
B 141 of 358 ~ 39.39%

%31.56
%29.05
%39.39

CMYK color model

#71688D color CMYK value is (20,26,0,45).

  • cyan value is 19.86%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(20,26,0,45)
C20M26Y0K45 
(20%,26%,0%,45%)
(0.20/0.26/0.00/0.45)	

CMYK percentages

%19.86
%26.24
%0
%44.71

Codes

Color #71688D in popluar color models

71688D
RGB113104141
HSL255°15.10%48.04%
HSB/HSV255°26.24%55.29%
CMYK19.86%26.24%0.00%
44.71%

Color #71688D in popluar number systems.

HEX71688D
Decimal113104141
Binary1110001110100010001101
Octal161150215

Shades and tints

Shades of #71688D

#71688D
(113,104,141)
#675F81
(103,95,129)
#5D5675
(93,86,117)
#534D69
(83,77,105)
#49445D
(73,68,93)
#3F3B51
(63,59,81)
#353245
(53,50,69)
#2B2939
(43,41,57)
#21202D
(33,32,45)
#171721
(23,23,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #71688D

#71688D
(113,104,141)
#7D7597
(125,117,151)
#8982A1
(137,130,161)
#958FAB
(149,143,171)
#A19CB5
(161,156,181)
#ADA9BF
(173,169,191)
#B9B6C9
(185,182,201)
#C5C3D3
(197,195,211)
#D1D0DD
(209,208,221)
#DDDDE7
(221,221,231)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71688D; }

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

This text font color is #71688D.


Background Color

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

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

This div background color is #71688D.


Border color

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

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

This div border color is #71688D.


Opacity

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

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

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

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

This text has shadow with #71688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71688D on black background.


Color preview on white background

This text has color #71688D on white background.



Black color preview on #71688D background

This text has black color on #71688D background.


White color preview on #71688D background

This text has white color on #71688D background.