COLOR #716F2F

HEX: #716F2F
RGB: (113,111,47)

Color info

#716F2F contains mainly red and green colors. Web safe color of #716F2F is #666633 (or #663).

RGB color model

#716F2F color RGB value is (113,111,47).

  • red value is 113;
  • green value is 111;
  • blue value is 47.
RGB:
(113,111,47)
(44%,44%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 47 of 255 = 18%

113
111
47

R + G + B ~ 35%. #716F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 47 = 271 (100%)
R 113 of 271 ~ 41.7%
G 111 of 271 ~ 40.96%
B 47 of 271 ~ 17.34%

%41.7
%40.96
%17.34

CMYK color model

#716F2F color CMYK value is (0,2,58,56).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 58.41%
  • key color value is 55.69%
CMYK:
(0,2,58,56)
C0M2Y58K56 
(0%,2%,58%,56%)
(0.00/0.02/0.58/0.56)	

CMYK percentages

%0
%1.77
%58.41
%55.69

Codes

Color #716F2F in popluar color models

716F2F
RGB11311147
HSL58°41.25%31.37%
HSB/HSV58°58.41%44.31%
CMYK0.00%1.77%58.41%
55.69%

Color #716F2F in popluar number systems.

HEX716F2F
Decimal11311147
Binary11100011101111101111
Octal16115757

Shades and tints

Shades of #716F2F

#716F2F
(113,111,47)
#67652B
(103,101,43)
#5D5B27
(93,91,39)
#535123
(83,81,35)
#49471F
(73,71,31)
#3F3D1B
(63,61,27)
#353317
(53,51,23)
#2B2913
(43,41,19)
#211F0F
(33,31,15)
#17150B
(23,21,11)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #716F2F

#716F2F
(113,111,47)
#7D7C41
(125,124,65)
#898953
(137,137,83)
#959665
(149,150,101)
#A1A377
(161,163,119)
#ADB089
(173,176,137)
#B9BD9B
(185,189,155)
#C5CAAD
(197,202,173)
#D1D7BF
(209,215,191)
#DDE4D1
(221,228,209)
#E9F1E3
(233,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716F2F color. Also use rgb(113,111,47) instead hex code.

Text Font Color

.myTextColor { color: #716F2F; }

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

This text font color is #716F2F.


Background Color

.myBgColor { background-color: #716F2F; }

<div style="background-color:#716F2F">Inner text</div>

This div background color is #716F2F.


Border color

.myBorderColor { border: 1px solid #716F2F; }

<div style="border:3px solid #716F2F">Div</div>

This div border color is #716F2F.


Opacity

.myOpacity80 { color: #716F2F; opacity: 0.8; }

<p style="color:#716F2F;opacity:0.8;">80%</p>

Text with #716F2F 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 #716F2F;}

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

This text has shadow with #716F2F color.

.textShadow {text-shadow: 3px 3px 1px #716F2F, 3px 3px 1px red;}

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

This text has shadow with #716F2F primary color and red secondary color.


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

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

This text has shadow with #716F2F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F2F on black background.


Color preview on white background

This text has color #716F2F on white background.



Black color preview on #716F2F background

This text has black color on #716F2F background.


White color preview on #716F2F background

This text has white color on #716F2F background.