COLOR #71686B

HEX: #71686B
RGB: (113,104,107)

Color info

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

RGB color model

#71686B color RGB value is (113,104,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 107 of 255 = 42%

113
104
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 107 = 324 (100%)
R 113 of 324 ~ 34.88%
G 104 of 324 ~ 32.1%
B 107 of 324 ~ 33.02%

%34.88
%32.1
%33.02

CMYK color model

#71686B color CMYK value is (0,8,5,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(0,8,5,56)
C0M8Y5K56 
(0%,8%,5%,56%)
(0.00/0.08/0.05/0.56)	

CMYK percentages

%0
%7.96
%5.31
%55.69

Codes

Color #71686B in popluar color models

71686B
RGB113104107
HSL340°4.15%42.55%
HSB/HSV340°7.96%44.31%
CMYK0.00%7.96%5.31%
55.69%

Color #71686B in popluar number systems.

HEX71686B
Decimal113104107
Binary111000111010001101011
Octal161150153

Shades and tints

Shades of #71686B

#71686B
(113,104,107)
#675F62
(103,95,98)
#5D5659
(93,86,89)
#534D50
(83,77,80)
#494447
(73,68,71)
#3F3B3E
(63,59,62)
#353235
(53,50,53)
#2B292C
(43,41,44)
#212023
(33,32,35)
#17171A
(23,23,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #71686B

#71686B
(113,104,107)
#7D7578
(125,117,120)
#898285
(137,130,133)
#958F92
(149,143,146)
#A19C9F
(161,156,159)
#ADA9AC
(173,169,172)
#B9B6B9
(185,182,185)
#C5C3C6
(197,195,198)
#D1D0D3
(209,208,211)
#DDDDE0
(221,221,224)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71686B color. Also use rgb(113,104,107) instead hex code.

Text Font Color

.myTextColor { color: #71686B; }

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

This text font color is #71686B.


Background Color

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

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

This div background color is #71686B.


Border color

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

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

This div border color is #71686B.


Opacity

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

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

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

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

This text has shadow with #71686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71686B on black background.


Color preview on white background

This text has color #71686B on white background.



Black color preview on #71686B background

This text has black color on #71686B background.


White color preview on #71686B background

This text has white color on #71686B background.