COLOR #707260

HEX: #707260
RGB: (112,114,96)

Color info

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

RGB color model

#707260 color RGB value is (112,114,96).

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

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 96 of 255 = 38%

112
114
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 96 = 322 (100%)
R 112 of 322 ~ 34.78%
G 114 of 322 ~ 35.4%
B 96 of 322 ~ 29.81%

%34.78
%35.4
%29.81

CMYK color model

#707260 color CMYK value is (2,0,16,55).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(2,0,16,55)
C2M0Y16K55 
(2%,0%,16%,55%)
(0.02/0.00/0.16/0.55)	

CMYK percentages

%1.75
%0
%15.79
%55.29

Codes

Color #707260 in popluar color models

707260
RGB11211496
HSL67°8.57%41.18%
HSB/HSV67°15.79%44.71%
CMYK1.75%0.00%15.79%
55.29%

Color #707260 in popluar number systems.

HEX707260
Decimal11211496
Binary111000011100101100000
Octal160162140

Shades and tints

Shades of #707260

#707260
(112,114,96)
#666858
(102,104,88)
#5C5E50
(92,94,80)
#525448
(82,84,72)
#484A40
(72,74,64)
#3E4038
(62,64,56)
#343630
(52,54,48)
#2A2C28
(42,44,40)
#202220
(32,34,32)
#161818
(22,24,24)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #707260

#707260
(112,114,96)
#7D7E6E
(125,126,110)
#8A8A7C
(138,138,124)
#97968A
(151,150,138)
#A4A298
(164,162,152)
#B1AEA6
(177,174,166)
#BEBAB4
(190,186,180)
#CBC6C2
(203,198,194)
#D8D2D0
(216,210,208)
#E5DEDE
(229,222,222)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707260; }

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

This text font color is #707260.


Background Color

.myBgColor { background-color: #707260; }

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

This div background color is #707260.


Border color

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

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

This div border color is #707260.


Opacity

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

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

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

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

This text has shadow with #707260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707260 on black background.


Color preview on white background

This text has color #707260 on white background.



Black color preview on #707260 background

This text has black color on #707260 background.


White color preview on #707260 background

This text has white color on #707260 background.