COLOR #707862

HEX: #707862
RGB: (112,120,98)

Color info

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

RGB color model

#707862 color RGB value is (112,120,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 98 of 255 = 38%

112
120
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 98 = 330 (100%)
R 112 of 330 ~ 33.94%
G 120 of 330 ~ 36.36%
B 98 of 330 ~ 29.7%

%33.94
%36.36
%29.7

CMYK color model

#707862 color CMYK value is (7,0,18,53).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(7,0,18,53)
C7M0Y18K53 
(7%,0%,18%,53%)
(0.07/0.00/0.18/0.53)	

CMYK percentages

%6.67
%0
%18.33
%52.94

Codes

Color #707862 in popluar color models

707862
RGB11212098
HSL82°10.09%42.75%
HSB/HSV82°18.33%47.06%
CMYK6.67%0.00%18.33%
52.94%

Color #707862 in popluar number systems.

HEX707862
Decimal11212098
Binary111000011110001100010
Octal160170142

Shades and tints

Shades of #707862

#707862
(112,120,98)
#666E5A
(102,110,90)
#5C6452
(92,100,82)
#525A4A
(82,90,74)
#485042
(72,80,66)
#3E463A
(62,70,58)
#343C32
(52,60,50)
#2A322A
(42,50,42)
#202822
(32,40,34)
#161E1A
(22,30,26)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #707862

#707862
(112,120,98)
#7D8470
(125,132,112)
#8A907E
(138,144,126)
#979C8C
(151,156,140)
#A4A89A
(164,168,154)
#B1B4A8
(177,180,168)
#BEC0B6
(190,192,182)
#CBCCC4
(203,204,196)
#D8D8D2
(216,216,210)
#E5E4E0
(229,228,224)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707862; }

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

This text font color is #707862.


Background Color

.myBgColor { background-color: #707862; }

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

This div background color is #707862.


Border color

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

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

This div border color is #707862.


Opacity

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

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

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

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

This text has shadow with #707862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707862 on black background.


Color preview on white background

This text has color #707862 on white background.



Black color preview on #707862 background

This text has black color on #707862 background.


White color preview on #707862 background

This text has white color on #707862 background.