COLOR #71685B

HEX: #71685B
RGB: (113,104,91)

Color info

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

RGB color model

#71685B color RGB value is (113,104,91).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 91 of 255 = 36%

113
104
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 91 = 308 (100%)
R 113 of 308 ~ 36.69%
G 104 of 308 ~ 33.77%
B 91 of 308 ~ 29.55%

%36.69
%33.77
%29.55

CMYK color model

#71685B color CMYK value is (0,8,19,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,8,19,56)
C0M8Y19K56 
(0%,8%,19%,56%)
(0.00/0.08/0.19/0.56)	

CMYK percentages

%0
%7.96
%19.47
%55.69

Codes

Color #71685B in popluar color models

71685B
RGB11310491
HSL35°10.78%40.00%
HSB/HSV35°19.47%44.31%
CMYK0.00%7.96%19.47%
55.69%

Color #71685B in popluar number systems.

HEX71685B
Decimal11310491
Binary111000111010001011011
Octal161150133

Shades and tints

Shades of #71685B

#71685B
(113,104,91)
#675F53
(103,95,83)
#5D564B
(93,86,75)
#534D43
(83,77,67)
#49443B
(73,68,59)
#3F3B33
(63,59,51)
#35322B
(53,50,43)
#2B2923
(43,41,35)
#21201B
(33,32,27)
#171713
(23,23,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #71685B

#71685B
(113,104,91)
#7D7569
(125,117,105)
#898277
(137,130,119)
#958F85
(149,143,133)
#A19C93
(161,156,147)
#ADA9A1
(173,169,161)
#B9B6AF
(185,182,175)
#C5C3BD
(197,195,189)
#D1D0CB
(209,208,203)
#DDDDD9
(221,221,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71685B; }

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

This text font color is #71685B.


Background Color

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

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

This div background color is #71685B.


Border color

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

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

This div border color is #71685B.


Opacity

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

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

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

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

This text has shadow with #71685B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71685B on black background.


Color preview on white background

This text has color #71685B on white background.



Black color preview on #71685B background

This text has black color on #71685B background.


White color preview on #71685B background

This text has white color on #71685B background.