COLOR #71704D

HEX: #71704D
RGB: (113,112,77)

Color info

#71704D contains red, green and blue colors in about the same proportion. Web safe color of #71704D is #666633 (or #663).

RGB color model

#71704D color RGB value is (113,112,77).

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

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 77 of 255 = 30%

113
112
77

R + G + B ~ 39%. #71704D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 77 = 302 (100%)
R 113 of 302 ~ 37.42%
G 112 of 302 ~ 37.09%
B 77 of 302 ~ 25.5%

%37.42
%37.09
%25.5

CMYK color model

#71704D color CMYK value is (0,1,32,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 31.86%
  • key color value is 55.69%
CMYK:
(0,1,32,56)
C0M1Y32K56 
(0%,1%,32%,56%)
(0.00/0.01/0.32/0.56)	

CMYK percentages

%0
%0.88
%31.86
%55.69

Codes

Color #71704D in popluar color models

71704D
RGB11311277
HSL58°18.95%37.25%
HSB/HSV58°31.86%44.31%
CMYK0.00%0.88%31.86%
55.69%

Color #71704D in popluar number systems.

HEX71704D
Decimal11311277
Binary111000111100001001101
Octal161160115

Shades and tints

Shades of #71704D

#71704D
(113,112,77)
#676646
(103,102,70)
#5D5C3F
(93,92,63)
#535238
(83,82,56)
#494831
(73,72,49)
#3F3E2A
(63,62,42)
#353423
(53,52,35)
#2B2A1C
(43,42,28)
#212015
(33,32,21)
#17160E
(23,22,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #71704D

#71704D
(113,112,77)
#7D7D5D
(125,125,93)
#898A6D
(137,138,109)
#95977D
(149,151,125)
#A1A48D
(161,164,141)
#ADB19D
(173,177,157)
#B9BEAD
(185,190,173)
#C5CBBD
(197,203,189)
#D1D8CD
(209,216,205)
#DDE5DD
(221,229,221)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71704D color. Also use rgb(113,112,77) instead hex code.

Text Font Color

.myTextColor { color: #71704D; }

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

This text font color is #71704D.


Background Color

.myBgColor { background-color: #71704D; }

<div style="background-color:#71704D">Inner text</div>

This div background color is #71704D.


Border color

.myBorderColor { border: 1px solid #71704D; }

<div style="border:3px solid #71704D">Div</div>

This div border color is #71704D.


Opacity

.myOpacity80 { color: #71704D; opacity: 0.8; }

<p style="color:#71704D;opacity:0.8;">80%</p>

Text with #71704D 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 #71704D;}

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

This text has shadow with #71704D color.

.textShadow {text-shadow: 3px 3px 1px #71704D, 3px 3px 1px red;}

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

This text has shadow with #71704D primary color and red secondary color.


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

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

This text has shadow with #71704D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71704D on black background.


Color preview on white background

This text has color #71704D on white background.



Black color preview on #71704D background

This text has black color on #71704D background.


White color preview on #71704D background

This text has white color on #71704D background.