COLOR #707562

HEX: #707562
RGB: (112,117,98)

Color info

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

RGB color model

#707562 color RGB value is (112,117,98).

  • red value is 112;
  • green value is 117;
  • blue value is 98.
RGB:
(112,117,98)
(44%,46%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 98 of 255 = 38%

112
117
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 98 = 327 (100%)
R 112 of 327 ~ 34.25%
G 117 of 327 ~ 35.78%
B 98 of 327 ~ 29.97%

%34.25
%35.78
%29.97

CMYK color model

#707562 color CMYK value is (4,0,16,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(4,0,16,54)
C4M0Y16K54 
(4%,0%,16%,54%)
(0.04/0.00/0.16/0.54)	

CMYK percentages

%4.27
%0
%16.24
%54.12

Codes

Color #707562 in popluar color models

707562
RGB11211798
HSL76°8.84%42.16%
HSB/HSV76°16.24%45.88%
CMYK4.27%0.00%16.24%
54.12%

Color #707562 in popluar number systems.

HEX707562
Decimal11211798
Binary111000011101011100010
Octal160165142

Shades and tints

Shades of #707562

#707562
(112,117,98)
#666B5A
(102,107,90)
#5C6152
(92,97,82)
#52574A
(82,87,74)
#484D42
(72,77,66)
#3E433A
(62,67,58)
#343932
(52,57,50)
#2A2F2A
(42,47,42)
#202522
(32,37,34)
#161B1A
(22,27,26)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #707562

#707562
(112,117,98)
#7D8170
(125,129,112)
#8A8D7E
(138,141,126)
#97998C
(151,153,140)
#A4A59A
(164,165,154)
#B1B1A8
(177,177,168)
#BEBDB6
(190,189,182)
#CBC9C4
(203,201,196)
#D8D5D2
(216,213,210)
#E5E1E0
(229,225,224)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707562 color. Also use rgb(112,117,98) instead hex code.

Text Font Color

.myTextColor { color: #707562; }

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

This text font color is #707562.


Background Color

.myBgColor { background-color: #707562; }

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

This div background color is #707562.


Border color

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

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

This div border color is #707562.


Opacity

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

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

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

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

This text has shadow with #707562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707562 on black background.


Color preview on white background

This text has color #707562 on white background.



Black color preview on #707562 background

This text has black color on #707562 background.


White color preview on #707562 background

This text has white color on #707562 background.