COLOR #71715F

HEX: #71715F
RGB: (113,113,95)

Color info

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

RGB color model

#71715F color RGB value is (113,113,95).

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

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 95 of 255 = 37%

113
113
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 95 = 321 (100%)
R 113 of 321 ~ 35.2%
G 113 of 321 ~ 35.2%
B 95 of 321 ~ 29.6%

%35.2
%35.2
%29.6

CMYK color model

#71715F color CMYK value is (0,0,16,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(0,0,16,56)
C0M0Y16K56 
(0%,0%,16%,56%)
(0.00/0.00/0.16/0.56)	

CMYK percentages

%0
%0
%15.93
%55.69

Codes

Color #71715F in popluar color models

71715F
RGB11311395
HSL60°8.65%40.78%
HSB/HSV60°15.93%44.31%
CMYK0.00%0.00%15.93%
55.69%

Color #71715F in popluar number systems.

HEX71715F
Decimal11311395
Binary111000111100011011111
Octal161161137

Shades and tints

Shades of #71715F

#71715F
(113,113,95)
#676757
(103,103,87)
#5D5D4F
(93,93,79)
#535347
(83,83,71)
#49493F
(73,73,63)
#3F3F37
(63,63,55)
#35352F
(53,53,47)
#2B2B27
(43,43,39)
#21211F
(33,33,31)
#171717
(23,23,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #71715F

#71715F
(113,113,95)
#7D7D6D
(125,125,109)
#89897B
(137,137,123)
#959589
(149,149,137)
#A1A197
(161,161,151)
#ADADA5
(173,173,165)
#B9B9B3
(185,185,179)
#C5C5C1
(197,197,193)
#D1D1CF
(209,209,207)
#DDDDDD
(221,221,221)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71715F; }

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

This text font color is #71715F.


Background Color

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

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

This div background color is #71715F.


Border color

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

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

This div border color is #71715F.


Opacity

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

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

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

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

This text has shadow with #71715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71715F on black background.


Color preview on white background

This text has color #71715F on white background.



Black color preview on #71715F background

This text has black color on #71715F background.


White color preview on #71715F background

This text has white color on #71715F background.