COLOR #71714F

HEX: #71714F
RGB: (113,113,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
113
79

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 79 = 305 (100%)
R 113 of 305 ~ 37.05%
G 113 of 305 ~ 37.05%
B 79 of 305 ~ 25.9%

%37.05
%37.05
%25.9

CMYK color model

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

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

CMYK percentages

%0
%0
%30.09
%55.69

Codes

Color #71714F in popluar color models

71714F
RGB11311379
HSL60°17.71%37.65%
HSB/HSV60°30.09%44.31%
CMYK0.00%0.00%30.09%
55.69%

Color #71714F in popluar number systems.

HEX71714F
Decimal11311379
Binary111000111100011001111
Octal161161117

Shades and tints

Shades of #71714F

#71714F
(113,113,79)
#676748
(103,103,72)
#5D5D41
(93,93,65)
#53533A
(83,83,58)
#494933
(73,73,51)
#3F3F2C
(63,63,44)
#353525
(53,53,37)
#2B2B1E
(43,43,30)
#212117
(33,33,23)
#171710
(23,23,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #71714F

#71714F
(113,113,79)
#7D7D5F
(125,125,95)
#89896F
(137,137,111)
#95957F
(149,149,127)
#A1A18F
(161,161,143)
#ADAD9F
(173,173,159)
#B9B9AF
(185,185,175)
#C5C5BF
(197,197,191)
#D1D1CF
(209,209,207)
#DDDDDF
(221,221,223)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71714F; }

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

This text font color is #71714F.


Background Color

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

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

This div background color is #71714F.


Border color

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

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

This div border color is #71714F.


Opacity

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

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

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

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

This text has shadow with #71714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71714F on black background.


Color preview on white background

This text has color #71714F on white background.



Black color preview on #71714F background

This text has black color on #71714F background.


White color preview on #71714F background

This text has white color on #71714F background.