COLOR #716963

HEX: #716963
RGB: (113,105,99)

Color info

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

RGB color model

#716963 color RGB value is (113,105,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 99 of 255 = 39%

113
105
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 99 = 317 (100%)
R 113 of 317 ~ 35.65%
G 105 of 317 ~ 33.12%
B 99 of 317 ~ 31.23%

%35.65
%33.12
%31.23

CMYK color model

#716963 color CMYK value is (0,7,12,56).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,7,12,56)
C0M7Y12K56 
(0%,7%,12%,56%)
(0.00/0.07/0.12/0.56)	

CMYK percentages

%0
%7.08
%12.39
%55.69

Codes

Color #716963 in popluar color models

716963
RGB11310599
HSL26°6.60%41.57%
HSB/HSV26°12.39%44.31%
CMYK0.00%7.08%12.39%
55.69%

Color #716963 in popluar number systems.

HEX716963
Decimal11310599
Binary111000111010011100011
Octal161151143

Shades and tints

Shades of #716963

#716963
(113,105,99)
#67605A
(103,96,90)
#5D5751
(93,87,81)
#534E48
(83,78,72)
#49453F
(73,69,63)
#3F3C36
(63,60,54)
#35332D
(53,51,45)
#2B2A24
(43,42,36)
#21211B
(33,33,27)
#171812
(23,24,18)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #716963

#716963
(113,105,99)
#7D7671
(125,118,113)
#89837F
(137,131,127)
#95908D
(149,144,141)
#A19D9B
(161,157,155)
#ADAAA9
(173,170,169)
#B9B7B7
(185,183,183)
#C5C4C5
(197,196,197)
#D1D1D3
(209,209,211)
#DDDEE1
(221,222,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716963; }

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

This text font color is #716963.


Background Color

.myBgColor { background-color: #716963; }

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

This div background color is #716963.


Border color

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

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

This div border color is #716963.


Opacity

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

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

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

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

This text has shadow with #716963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716963 on black background.


Color preview on white background

This text has color #716963 on white background.



Black color preview on #716963 background

This text has black color on #716963 background.


White color preview on #716963 background

This text has white color on #716963 background.