COLOR #716659

HEX: #716659
RGB: (113,102,89)

Color info

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

RGB color model

#716659 color RGB value is (113,102,89).

  • red value is 113;
  • green value is 102;
  • blue value is 89.
RGB:
(113,102,89)
(44%,40%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 89 of 255 = 35%

113
102
89

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

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 89 = 304 (100%)
R 113 of 304 ~ 37.17%
G 102 of 304 ~ 33.55%
B 89 of 304 ~ 29.28%

%37.17
%33.55
%29.28

CMYK color model

#716659 color CMYK value is (0,10,21,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 21.24%
  • key color value is 55.69%
CMYK:
(0,10,21,56)
C0M10Y21K56 
(0%,10%,21%,56%)
(0.00/0.10/0.21/0.56)	

CMYK percentages

%0
%9.73
%21.24
%55.69

Codes

Color #716659 in popluar color models

716659
RGB11310289
HSL33°11.88%39.61%
HSB/HSV33°21.24%44.31%
CMYK0.00%9.73%21.24%
55.69%

Color #716659 in popluar number systems.

HEX716659
Decimal11310289
Binary111000111001101011001
Octal161146131

Shades and tints

Shades of #716659

#716659
(113,102,89)
#675D51
(103,93,81)
#5D5449
(93,84,73)
#534B41
(83,75,65)
#494239
(73,66,57)
#3F3931
(63,57,49)
#353029
(53,48,41)
#2B2721
(43,39,33)
#211E19
(33,30,25)
#171511
(23,21,17)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #716659

#716659
(113,102,89)
#7D7368
(125,115,104)
#898077
(137,128,119)
#958D86
(149,141,134)
#A19A95
(161,154,149)
#ADA7A4
(173,167,164)
#B9B4B3
(185,180,179)
#C5C1C2
(197,193,194)
#D1CED1
(209,206,209)
#DDDBE0
(221,219,224)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716659 color. Also use rgb(113,102,89) instead hex code.

Text Font Color

.myTextColor { color: #716659; }

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

This text font color is #716659.


Background Color

.myBgColor { background-color: #716659; }

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

This div background color is #716659.


Border color

.myBorderColor { border: 1px solid #716659; }

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

This div border color is #716659.


Opacity

.myOpacity80 { color: #716659; opacity: 0.8; }

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

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

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

This text has shadow with #716659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716659 on black background.


Color preview on white background

This text has color #716659 on white background.



Black color preview on #716659 background

This text has black color on #716659 background.


White color preview on #716659 background

This text has white color on #716659 background.