COLOR #71705B

HEX: #71705B
RGB: (113,112,91)

Color info

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

RGB color model

#71705B color RGB value is (113,112,91).

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

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 91 of 255 = 36%

113
112
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 91 = 316 (100%)
R 113 of 316 ~ 35.76%
G 112 of 316 ~ 35.44%
B 91 of 316 ~ 28.8%

%35.76
%35.44
%28.8

CMYK color model

#71705B color CMYK value is (0,1,19,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,1,19,56)
C0M1Y19K56 
(0%,1%,19%,56%)
(0.00/0.01/0.19/0.56)	

CMYK percentages

%0
%0.88
%19.47
%55.69

Codes

Color #71705B in popluar color models

71705B
RGB11311291
HSL57°10.78%40.00%
HSB/HSV57°19.47%44.31%
CMYK0.00%0.88%19.47%
55.69%

Color #71705B in popluar number systems.

HEX71705B
Decimal11311291
Binary111000111100001011011
Octal161160133

Shades and tints

Shades of #71705B

#71705B
(113,112,91)
#676653
(103,102,83)
#5D5C4B
(93,92,75)
#535243
(83,82,67)
#49483B
(73,72,59)
#3F3E33
(63,62,51)
#35342B
(53,52,43)
#2B2A23
(43,42,35)
#21201B
(33,32,27)
#171613
(23,22,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #71705B

#71705B
(113,112,91)
#7D7D69
(125,125,105)
#898A77
(137,138,119)
#959785
(149,151,133)
#A1A493
(161,164,147)
#ADB1A1
(173,177,161)
#B9BEAF
(185,190,175)
#C5CBBD
(197,203,189)
#D1D8CB
(209,216,203)
#DDE5D9
(221,229,217)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71705B; }

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

This text font color is #71705B.


Background Color

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

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

This div background color is #71705B.


Border color

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

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

This div border color is #71705B.


Opacity

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

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

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

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

This text has shadow with #71705B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71705B on black background.


Color preview on white background

This text has color #71705B on white background.



Black color preview on #71705B background

This text has black color on #71705B background.


White color preview on #71705B background

This text has white color on #71705B background.