COLOR #716463

HEX: #716463
RGB: (113,100,99)

Color info

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

RGB color model

#716463 color RGB value is (113,100,99).

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

RGB channels and saturation

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

113
100
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 99 = 312 (100%)
R 113 of 312 ~ 36.22%
G 100 of 312 ~ 32.05%
B 99 of 312 ~ 31.73%

%36.22
%32.05
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,12,12,56)
C0M12Y12K56 
(0%,12%,12%,56%)
(0.00/0.12/0.12/0.56)	

CMYK percentages

%0
%11.5
%12.39
%55.69

Codes

Color #716463 in popluar color models

716463
RGB11310099
HSL6.60%41.57%
HSB/HSV12.39%44.31%
CMYK0.00%11.50%12.39%
55.69%

Color #716463 in popluar number systems.

HEX716463
Decimal11310099
Binary111000111001001100011
Octal161144143

Shades and tints

Shades of #716463

#716463
(113,100,99)
#675B5A
(103,91,90)
#5D5251
(93,82,81)
#534948
(83,73,72)
#49403F
(73,64,63)
#3F3736
(63,55,54)
#352E2D
(53,46,45)
#2B2524
(43,37,36)
#211C1B
(33,28,27)
#171312
(23,19,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #716463

#716463
(113,100,99)
#7D7271
(125,114,113)
#89807F
(137,128,127)
#958E8D
(149,142,141)
#A19C9B
(161,156,155)
#ADAAA9
(173,170,169)
#B9B8B7
(185,184,183)
#C5C6C5
(197,198,197)
#D1D4D3
(209,212,211)
#DDE2E1
(221,226,225)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716463; }

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

This text font color is #716463.


Background Color

.myBgColor { background-color: #716463; }

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

This div background color is #716463.


Border color

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

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

This div border color is #716463.


Opacity

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

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

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

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

This text has shadow with #716463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716463 on black background.


Color preview on white background

This text has color #716463 on white background.



Black color preview on #716463 background

This text has black color on #716463 background.


White color preview on #716463 background

This text has white color on #716463 background.