COLOR #716868

HEX: #716868
RGB: (113,104,104)

Color info

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

RGB color model

#716868 color RGB value is (113,104,104).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 104 of 255 = 41%

113
104
104

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 104 = 321 (100%)
R 113 of 321 ~ 35.2%
G 104 of 321 ~ 32.4%
B 104 of 321 ~ 32.4%

%35.2
%32.4
%32.4

CMYK color model

#716868 color CMYK value is (0,8,8,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(0,8,8,56)
C0M8Y8K56 
(0%,8%,8%,56%)
(0.00/0.08/0.08/0.56)	

CMYK percentages

%0
%7.96
%7.96
%55.69

Codes

Color #716868 in popluar color models

716868
RGB113104104
HSL4.15%42.55%
HSB/HSV7.96%44.31%
CMYK0.00%7.96%7.96%
55.69%

Color #716868 in popluar number systems.

HEX716868
Decimal113104104
Binary111000111010001101000
Octal161150150

Shades and tints

Shades of #716868

#716868
(113,104,104)
#675F5F
(103,95,95)
#5D5656
(93,86,86)
#534D4D
(83,77,77)
#494444
(73,68,68)
#3F3B3B
(63,59,59)
#353232
(53,50,50)
#2B2929
(43,41,41)
#212020
(33,32,32)
#171717
(23,23,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #716868

#716868
(113,104,104)
#7D7575
(125,117,117)
#898282
(137,130,130)
#958F8F
(149,143,143)
#A19C9C
(161,156,156)
#ADA9A9
(173,169,169)
#B9B6B6
(185,182,182)
#C5C3C3
(197,195,195)
#D1D0D0
(209,208,208)
#DDDDDD
(221,221,221)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716868; }

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

This text font color is #716868.


Background Color

.myBgColor { background-color: #716868; }

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

This div background color is #716868.


Border color

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

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

This div border color is #716868.


Opacity

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

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

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

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

This text has shadow with #716868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716868 on black background.


Color preview on white background

This text has color #716868 on white background.



Black color preview on #716868 background

This text has black color on #716868 background.


White color preview on #716868 background

This text has white color on #716868 background.