COLOR #707160

HEX: #707160
RGB: (112,113,96)

Color info

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

RGB color model

#707160 color RGB value is (112,113,96).

  • red value is 112;
  • green value is 113;
  • blue value is 96.
RGB:
(112,113,96)
(44%,44%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 96 of 255 = 38%

112
113
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 96 = 321 (100%)
R 112 of 321 ~ 34.89%
G 113 of 321 ~ 35.2%
B 96 of 321 ~ 29.91%

%34.89
%35.2
%29.91

CMYK color model

#707160 color CMYK value is (1,0,15,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(1,0,15,56)
C1M0Y15K56 
(1%,0%,15%,56%)
(0.01/0.00/0.15/0.56)	

CMYK percentages

%0.88
%0
%15.04
%55.69

Codes

Color #707160 in popluar color models

707160
RGB11211396
HSL64°8.13%40.98%
HSB/HSV64°15.04%44.31%
CMYK0.88%0.00%15.04%
55.69%

Color #707160 in popluar number systems.

HEX707160
Decimal11211396
Binary111000011100011100000
Octal160161140

Shades and tints

Shades of #707160

#707160
(112,113,96)
#666758
(102,103,88)
#5C5D50
(92,93,80)
#525348
(82,83,72)
#484940
(72,73,64)
#3E3F38
(62,63,56)
#343530
(52,53,48)
#2A2B28
(42,43,40)
#202120
(32,33,32)
#161718
(22,23,24)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #707160

#707160
(112,113,96)
#7D7D6E
(125,125,110)
#8A897C
(138,137,124)
#97958A
(151,149,138)
#A4A198
(164,161,152)
#B1ADA6
(177,173,166)
#BEB9B4
(190,185,180)
#CBC5C2
(203,197,194)
#D8D1D0
(216,209,208)
#E5DDDE
(229,221,222)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707160; }

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

This text font color is #707160.


Background Color

.myBgColor { background-color: #707160; }

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

This div background color is #707160.


Border color

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

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

This div border color is #707160.


Opacity

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

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

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

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

This text has shadow with #707160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707160 on black background.


Color preview on white background

This text has color #707160 on white background.



Black color preview on #707160 background

This text has black color on #707160 background.


White color preview on #707160 background

This text has white color on #707160 background.