COLOR #707468

HEX: #707468
RGB: (112,116,104)

Color info

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

RGB color model

#707468 color RGB value is (112,116,104).

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

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 104 of 255 = 41%

112
116
104

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 104 = 332 (100%)
R 112 of 332 ~ 33.73%
G 116 of 332 ~ 34.94%
B 104 of 332 ~ 31.33%

%33.73
%34.94
%31.33

CMYK color model

#707468 color CMYK value is (3,0,10,55).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(3,0,10,55)
C3M0Y10K55 
(3%,0%,10%,55%)
(0.03/0.00/0.10/0.55)	

CMYK percentages

%3.45
%0
%10.34
%54.51

Codes

Color #707468 in popluar color models

707468
RGB112116104
HSL80°5.45%43.14%
HSB/HSV80°10.34%45.49%
CMYK3.45%0.00%10.34%
54.51%

Color #707468 in popluar number systems.

HEX707468
Decimal112116104
Binary111000011101001101000
Octal160164150

Shades and tints

Shades of #707468

#707468
(112,116,104)
#666A5F
(102,106,95)
#5C6056
(92,96,86)
#52564D
(82,86,77)
#484C44
(72,76,68)
#3E423B
(62,66,59)
#343832
(52,56,50)
#2A2E29
(42,46,41)
#202420
(32,36,32)
#161A17
(22,26,23)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #707468

#707468
(112,116,104)
#7D8075
(125,128,117)
#8A8C82
(138,140,130)
#97988F
(151,152,143)
#A4A49C
(164,164,156)
#B1B0A9
(177,176,169)
#BEBCB6
(190,188,182)
#CBC8C3
(203,200,195)
#D8D4D0
(216,212,208)
#E5E0DD
(229,224,221)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707468; }

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

This text font color is #707468.


Background Color

.myBgColor { background-color: #707468; }

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

This div background color is #707468.


Border color

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

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

This div border color is #707468.


Opacity

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

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

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

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

This text has shadow with #707468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707468 on black background.


Color preview on white background

This text has color #707468 on white background.



Black color preview on #707468 background

This text has black color on #707468 background.


White color preview on #707468 background

This text has white color on #707468 background.