COLOR #716F64

HEX: #716F64
RGB: (113,111,100)

Color info

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

RGB color model

#716F64 color RGB value is (113,111,100).

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

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 100 of 255 = 39%

113
111
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 100 = 324 (100%)
R 113 of 324 ~ 34.88%
G 111 of 324 ~ 34.26%
B 100 of 324 ~ 30.86%

%34.88
%34.26
%30.86

CMYK color model

#716F64 color CMYK value is (0,2,12,56).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(0,2,12,56)
C0M2Y12K56 
(0%,2%,12%,56%)
(0.00/0.02/0.12/0.56)	

CMYK percentages

%0
%1.77
%11.5
%55.69

Codes

Color #716F64 in popluar color models

716F64
RGB113111100
HSL51°6.10%41.76%
HSB/HSV51°11.50%44.31%
CMYK0.00%1.77%11.50%
55.69%

Color #716F64 in popluar number systems.

HEX716F64
Decimal113111100
Binary111000111011111100100
Octal161157144

Shades and tints

Shades of #716F64

#716F64
(113,111,100)
#67655B
(103,101,91)
#5D5B52
(93,91,82)
#535149
(83,81,73)
#494740
(73,71,64)
#3F3D37
(63,61,55)
#35332E
(53,51,46)
#2B2925
(43,41,37)
#211F1C
(33,31,28)
#171513
(23,21,19)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #716F64

#716F64
(113,111,100)
#7D7C72
(125,124,114)
#898980
(137,137,128)
#95968E
(149,150,142)
#A1A39C
(161,163,156)
#ADB0AA
(173,176,170)
#B9BDB8
(185,189,184)
#C5CAC6
(197,202,198)
#D1D7D4
(209,215,212)
#DDE4E2
(221,228,226)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716F64; }

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

This text font color is #716F64.


Background Color

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

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

This div background color is #716F64.


Border color

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

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

This div border color is #716F64.


Opacity

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

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

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

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

This text has shadow with #716F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F64 on black background.


Color preview on white background

This text has color #716F64 on white background.



Black color preview on #716F64 background

This text has black color on #716F64 background.


White color preview on #716F64 background

This text has white color on #716F64 background.