COLOR #71687E

HEX: #71687E
RGB: (113,104,126)

Color info

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

RGB color model

#71687E color RGB value is (113,104,126).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 126 of 255 = 49%

113
104
126

R + G + B ~ 45%. #71687E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 126 = 343 (100%)
R 113 of 343 ~ 32.94%
G 104 of 343 ~ 30.32%
B 126 of 343 ~ 36.73%

%32.94
%30.32
%36.73

CMYK color model

#71687E color CMYK value is (10,17,0,51).

  • cyan value is 10.32%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,17,0,51)
C10M17Y0K51 
(10%,17%,0%,51%)
(0.10/0.17/0.00/0.51)	

CMYK percentages

%10.32
%17.46
%0
%50.59

Codes

Color #71687E in popluar color models

71687E
RGB113104126
HSL265°9.57%45.10%
HSB/HSV265°17.46%49.41%
CMYK10.32%17.46%0.00%
50.59%

Color #71687E in popluar number systems.

HEX71687E
Decimal113104126
Binary111000111010001111110
Octal161150176

Shades and tints

Shades of #71687E

#71687E
(113,104,126)
#675F73
(103,95,115)
#5D5668
(93,86,104)
#534D5D
(83,77,93)
#494452
(73,68,82)
#3F3B47
(63,59,71)
#35323C
(53,50,60)
#2B2931
(43,41,49)
#212026
(33,32,38)
#17171B
(23,23,27)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #71687E

#71687E
(113,104,126)
#7D7589
(125,117,137)
#898294
(137,130,148)
#958F9F
(149,143,159)
#A19CAA
(161,156,170)
#ADA9B5
(173,169,181)
#B9B6C0
(185,182,192)
#C5C3CB
(197,195,203)
#D1D0D6
(209,208,214)
#DDDDE1
(221,221,225)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71687E color. Also use rgb(113,104,126) instead hex code.

Text Font Color

.myTextColor { color: #71687E; }

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

This text font color is #71687E.


Background Color

.myBgColor { background-color: #71687E; }

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

This div background color is #71687E.


Border color

.myBorderColor { border: 1px solid #71687E; }

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

This div border color is #71687E.


Opacity

.myOpacity80 { color: #71687E; opacity: 0.8; }

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

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

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

This text has shadow with #71687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71687E on black background.


Color preview on white background

This text has color #71687E on white background.



Black color preview on #71687E background

This text has black color on #71687E background.


White color preview on #71687E background

This text has white color on #71687E background.