COLOR #71806C

HEX: #71806C
RGB: (113,128,108)

Color info

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

RGB color model

#71806C color RGB value is (113,128,108).

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

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 108 of 255 = 42%

113
128
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 108 = 349 (100%)
R 113 of 349 ~ 32.38%
G 128 of 349 ~ 36.68%
B 108 of 349 ~ 30.95%

%32.38
%36.68
%30.95

CMYK color model

#71806C color CMYK value is (12,0,16,50).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(12,0,16,50)
C12M0Y16K50 
(12%,0%,16%,50%)
(0.12/0.00/0.16/0.50)	

CMYK percentages

%11.72
%0
%15.63
%49.8

Codes

Color #71806C in popluar color models

71806C
RGB113128108
HSL105°8.47%46.27%
HSB/HSV105°15.63%50.20%
CMYK11.72%0.00%15.63%
49.80%

Color #71806C in popluar number systems.

HEX71806C
Decimal113128108
Binary1110001100000001101100
Octal161200154

Shades and tints

Shades of #71806C

#71806C
(113,128,108)
#677563
(103,117,99)
#5D6A5A
(93,106,90)
#535F51
(83,95,81)
#495448
(73,84,72)
#3F493F
(63,73,63)
#353E36
(53,62,54)
#2B332D
(43,51,45)
#212824
(33,40,36)
#171D1B
(23,29,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #71806C

#71806C
(113,128,108)
#7D8B79
(125,139,121)
#899686
(137,150,134)
#95A193
(149,161,147)
#A1ACA0
(161,172,160)
#ADB7AD
(173,183,173)
#B9C2BA
(185,194,186)
#C5CDC7
(197,205,199)
#D1D8D4
(209,216,212)
#DDE3E1
(221,227,225)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71806C; }

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

This text font color is #71806C.


Background Color

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

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

This div background color is #71806C.


Border color

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

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

This div border color is #71806C.


Opacity

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

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

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

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

This text has shadow with #71806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71806C on black background.


Color preview on white background

This text has color #71806C on white background.



Black color preview on #71806C background

This text has black color on #71806C background.


White color preview on #71806C background

This text has white color on #71806C background.