COLOR #716967

HEX: #716967
RGB: (113,105,103)

Color info

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

RGB color model

#716967 color RGB value is (113,105,103).

  • red value is 113;
  • green value is 105;
  • blue value is 103.
RGB:
(113,105,103)
(44%,41%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 103 of 255 = 40%

113
105
103

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 103 = 321 (100%)
R 113 of 321 ~ 35.2%
G 105 of 321 ~ 32.71%
B 103 of 321 ~ 32.09%

%35.2
%32.71
%32.09

CMYK color model

#716967 color CMYK value is (0,7,9,56).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK:
(0,7,9,56)
C0M7Y9K56 
(0%,7%,9%,56%)
(0.00/0.07/0.09/0.56)	

CMYK percentages

%0
%7.08
%8.85
%55.69

Codes

Color #716967 in popluar color models

716967
RGB113105103
HSL12°4.63%42.35%
HSB/HSV12°8.85%44.31%
CMYK0.00%7.08%8.85%
55.69%

Color #716967 in popluar number systems.

HEX716967
Decimal113105103
Binary111000111010011100111
Octal161151147

Shades and tints

Shades of #716967

#716967
(113,105,103)
#67605E
(103,96,94)
#5D5755
(93,87,85)
#534E4C
(83,78,76)
#494543
(73,69,67)
#3F3C3A
(63,60,58)
#353331
(53,51,49)
#2B2A28
(43,42,40)
#21211F
(33,33,31)
#171816
(23,24,22)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #716967

#716967
(113,105,103)
#7D7674
(125,118,116)
#898381
(137,131,129)
#95908E
(149,144,142)
#A19D9B
(161,157,155)
#ADAAA8
(173,170,168)
#B9B7B5
(185,183,181)
#C5C4C2
(197,196,194)
#D1D1CF
(209,209,207)
#DDDEDC
(221,222,220)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716967 color. Also use rgb(113,105,103) instead hex code.

Text Font Color

.myTextColor { color: #716967; }

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

This text font color is #716967.


Background Color

.myBgColor { background-color: #716967; }

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

This div background color is #716967.


Border color

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

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

This div border color is #716967.


Opacity

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

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

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

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

This text has shadow with #716967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716967 on black background.


Color preview on white background

This text has color #716967 on white background.



Black color preview on #716967 background

This text has black color on #716967 background.


White color preview on #716967 background

This text has white color on #716967 background.