COLOR #716366

HEX: #716366
RGB: (113,99,102)

Color info

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

RGB color model

#716366 color RGB value is (113,99,102).

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

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 102 of 255 = 40%

113
99
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 102 = 314 (100%)
R 113 of 314 ~ 35.99%
G 99 of 314 ~ 31.53%
B 102 of 314 ~ 32.48%

%35.99
%31.53
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(0,12,10,56)
C0M12Y10K56 
(0%,12%,10%,56%)
(0.00/0.12/0.10/0.56)	

CMYK percentages

%0
%12.39
%9.73
%55.69

Codes

Color #716366 in popluar color models

716366
RGB11399102
HSL347°6.60%41.57%
HSB/HSV347°12.39%44.31%
CMYK0.00%12.39%9.73%
55.69%

Color #716366 in popluar number systems.

HEX716366
Decimal11399102
Binary111000111000111100110
Octal161143146

Shades and tints

Shades of #716366

#716366
(113,99,102)
#675A5D
(103,90,93)
#5D5154
(93,81,84)
#53484B
(83,72,75)
#493F42
(73,63,66)
#3F3639
(63,54,57)
#352D30
(53,45,48)
#2B2427
(43,36,39)
#211B1E
(33,27,30)
#171215
(23,18,21)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #716366

#716366
(113,99,102)
#7D7173
(125,113,115)
#897F80
(137,127,128)
#958D8D
(149,141,141)
#A19B9A
(161,155,154)
#ADA9A7
(173,169,167)
#B9B7B4
(185,183,180)
#C5C5C1
(197,197,193)
#D1D3CE
(209,211,206)
#DDE1DB
(221,225,219)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716366; }

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

This text font color is #716366.


Background Color

.myBgColor { background-color: #716366; }

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

This div background color is #716366.


Border color

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

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

This div border color is #716366.


Opacity

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

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

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

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

This text has shadow with #716366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716366 on black background.


Color preview on white background

This text has color #716366 on white background.



Black color preview on #716366 background

This text has black color on #716366 background.


White color preview on #716366 background

This text has white color on #716366 background.