COLOR #71684F

HEX: #71684F
RGB: (113,104,79)

Color info

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

RGB color model

#71684F color RGB value is (113,104,79).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 79 of 255 = 31%

113
104
79

R + G + B ~ 39%. #71684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 79 = 296 (100%)
R 113 of 296 ~ 38.18%
G 104 of 296 ~ 35.14%
B 79 of 296 ~ 26.69%

%38.18
%35.14
%26.69

CMYK color model

#71684F color CMYK value is (0,8,30,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 30.09%
  • key color value is 55.69%
CMYK:
(0,8,30,56)
C0M8Y30K56 
(0%,8%,30%,56%)
(0.00/0.08/0.30/0.56)	

CMYK percentages

%0
%7.96
%30.09
%55.69

Codes

Color #71684F in popluar color models

71684F
RGB11310479
HSL44°17.71%37.65%
HSB/HSV44°30.09%44.31%
CMYK0.00%7.96%30.09%
55.69%

Color #71684F in popluar number systems.

HEX71684F
Decimal11310479
Binary111000111010001001111
Octal161150117

Shades and tints

Shades of #71684F

#71684F
(113,104,79)
#675F48
(103,95,72)
#5D5641
(93,86,65)
#534D3A
(83,77,58)
#494433
(73,68,51)
#3F3B2C
(63,59,44)
#353225
(53,50,37)
#2B291E
(43,41,30)
#212017
(33,32,23)
#171710
(23,23,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #71684F

#71684F
(113,104,79)
#7D755F
(125,117,95)
#89826F
(137,130,111)
#958F7F
(149,143,127)
#A19C8F
(161,156,143)
#ADA99F
(173,169,159)
#B9B6AF
(185,182,175)
#C5C3BF
(197,195,191)
#D1D0CF
(209,208,207)
#DDDDDF
(221,221,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71684F color. Also use rgb(113,104,79) instead hex code.

Text Font Color

.myTextColor { color: #71684F; }

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

This text font color is #71684F.


Background Color

.myBgColor { background-color: #71684F; }

<div style="background-color:#71684F">Inner text</div>

This div background color is #71684F.


Border color

.myBorderColor { border: 1px solid #71684F; }

<div style="border:3px solid #71684F">Div</div>

This div border color is #71684F.


Opacity

.myOpacity80 { color: #71684F; opacity: 0.8; }

<p style="color:#71684F;opacity:0.8;">80%</p>

Text with #71684F 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 #71684F;}

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

This text has shadow with #71684F color.

.textShadow {text-shadow: 3px 3px 1px #71684F, 3px 3px 1px red;}

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

This text has shadow with #71684F primary color and red secondary color.


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

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

This text has shadow with #71684F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71684F on black background.


Color preview on white background

This text has color #71684F on white background.



Black color preview on #71684F background

This text has black color on #71684F background.


White color preview on #71684F background

This text has white color on #71684F background.