COLOR #71686C

HEX: #71686C
RGB: (113,104,108)

Color info

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

RGB color model

#71686C color RGB value is (113,104,108).

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

RGB channels and saturation

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

113
104
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 108 = 325 (100%)
R 113 of 325 ~ 34.77%
G 104 of 325 ~ 32%
B 108 of 325 ~ 33.23%

%34.77
%32
%33.23

CMYK color model

#71686C color CMYK value is (0,8,4,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(0,8,4,56)
C0M8Y4K56 
(0%,8%,4%,56%)
(0.00/0.08/0.04/0.56)	

CMYK percentages

%0
%7.96
%4.42
%55.69

Codes

Color #71686C in popluar color models

71686C
RGB113104108
HSL333°4.15%42.55%
HSB/HSV333°7.96%44.31%
CMYK0.00%7.96%4.42%
55.69%

Color #71686C in popluar number systems.

HEX71686C
Decimal113104108
Binary111000111010001101100
Octal161150154

Shades and tints

Shades of #71686C

#71686C
(113,104,108)
#675F63
(103,95,99)
#5D565A
(93,86,90)
#534D51
(83,77,81)
#494448
(73,68,72)
#3F3B3F
(63,59,63)
#353236
(53,50,54)
#2B292D
(43,41,45)
#212024
(33,32,36)
#17171B
(23,23,27)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #71686C

#71686C
(113,104,108)
#7D7579
(125,117,121)
#898286
(137,130,134)
#958F93
(149,143,147)
#A19CA0
(161,156,160)
#ADA9AD
(173,169,173)
#B9B6BA
(185,182,186)
#C5C3C7
(197,195,199)
#D1D0D4
(209,208,212)
#DDDDE1
(221,221,225)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71686C; }

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

This text font color is #71686C.


Background Color

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

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

This div background color is #71686C.


Border color

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

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

This div border color is #71686C.


Opacity

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

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

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

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

This text has shadow with #71686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71686C on black background.


Color preview on white background

This text has color #71686C on white background.



Black color preview on #71686C background

This text has black color on #71686C background.


White color preview on #71686C background

This text has white color on #71686C background.