COLOR #706668

HEX: #706668
RGB: (112,102,104)

Color info

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

RGB color model

#706668 color RGB value is (112,102,104).

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

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 104 of 255 = 41%

112
102
104

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 104 = 318 (100%)
R 112 of 318 ~ 35.22%
G 102 of 318 ~ 32.08%
B 104 of 318 ~ 32.7%

%35.22
%32.08
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 7.14%
  • key color value is 56.08%
CMYK:
(0,9,7,56)
C0M9Y7K56 
(0%,9%,7%,56%)
(0.00/0.09/0.07/0.56)	

CMYK percentages

%0
%8.93
%7.14
%56.08

Codes

Color #706668 in popluar color models

706668
RGB112102104
HSL348°4.67%41.96%
HSB/HSV348°8.93%43.92%
CMYK0.00%8.93%7.14%
56.08%

Color #706668 in popluar number systems.

HEX706668
Decimal112102104
Binary111000011001101101000
Octal160146150

Shades and tints

Shades of #706668

#706668
(112,102,104)
#665D5F
(102,93,95)
#5C5456
(92,84,86)
#524B4D
(82,75,77)
#484244
(72,66,68)
#3E393B
(62,57,59)
#343032
(52,48,50)
#2A2729
(42,39,41)
#201E20
(32,30,32)
#161517
(22,21,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #706668

#706668
(112,102,104)
#7D7375
(125,115,117)
#8A8082
(138,128,130)
#978D8F
(151,141,143)
#A49A9C
(164,154,156)
#B1A7A9
(177,167,169)
#BEB4B6
(190,180,182)
#CBC1C3
(203,193,195)
#D8CED0
(216,206,208)
#E5DBDD
(229,219,221)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706668; }

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

This text font color is #706668.


Background Color

.myBgColor { background-color: #706668; }

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

This div background color is #706668.


Border color

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

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

This div border color is #706668.


Opacity

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

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

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

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

This text has shadow with #706668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706668 on black background.


Color preview on white background

This text has color #706668 on white background.



Black color preview on #706668 background

This text has black color on #706668 background.


White color preview on #706668 background

This text has white color on #706668 background.