COLOR #716261

HEX: #716261
RGB: (113,98,97)

Color info

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

RGB color model

#716261 color RGB value is (113,98,97).

  • red value is 113;
  • green value is 98;
  • blue value is 97.
RGB:
(113,98,97)
(44%,38%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 97 of 255 = 38%

113
98
97

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 97 = 308 (100%)
R 113 of 308 ~ 36.69%
G 98 of 308 ~ 31.82%
B 97 of 308 ~ 31.49%

%36.69
%31.82
%31.49

CMYK color model

#716261 color CMYK value is (0,13,14,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 14.16%
  • key color value is 55.69%
CMYK:
(0,13,14,56)
C0M13Y14K56 
(0%,13%,14%,56%)
(0.00/0.13/0.14/0.56)	

CMYK percentages

%0
%13.27
%14.16
%55.69

Codes

Color #716261 in popluar color models

716261
RGB1139897
HSL7.62%41.18%
HSB/HSV14.16%44.31%
CMYK0.00%13.27%14.16%
55.69%

Color #716261 in popluar number systems.

HEX716261
Decimal1139897
Binary111000111000101100001
Octal161142141

Shades and tints

Shades of #716261

#716261
(113,98,97)
#675A59
(103,90,89)
#5D5251
(93,82,81)
#534A49
(83,74,73)
#494241
(73,66,65)
#3F3A39
(63,58,57)
#353231
(53,50,49)
#2B2A29
(43,42,41)
#212221
(33,34,33)
#171A19
(23,26,25)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #716261

#716261
(113,98,97)
#7D706F
(125,112,111)
#897E7D
(137,126,125)
#958C8B
(149,140,139)
#A19A99
(161,154,153)
#ADA8A7
(173,168,167)
#B9B6B5
(185,182,181)
#C5C4C3
(197,196,195)
#D1D2D1
(209,210,209)
#DDE0DF
(221,224,223)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716261 color. Also use rgb(113,98,97) instead hex code.

Text Font Color

.myTextColor { color: #716261; }

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

This text font color is #716261.


Background Color

.myBgColor { background-color: #716261; }

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

This div background color is #716261.


Border color

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

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

This div border color is #716261.


Opacity

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

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

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

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

This text has shadow with #716261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716261 on black background.


Color preview on white background

This text has color #716261 on white background.



Black color preview on #716261 background

This text has black color on #716261 background.


White color preview on #716261 background

This text has white color on #716261 background.