COLOR #708062

HEX: #708062
RGB: (112,128,98)

Color info

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

RGB color model

#708062 color RGB value is (112,128,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 98 of 255 = 38%

112
128
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 98 = 338 (100%)
R 112 of 338 ~ 33.14%
G 128 of 338 ~ 37.87%
B 98 of 338 ~ 28.99%

%33.14
%37.87
%28.99

CMYK color model

#708062 color CMYK value is (13,0,23,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(13,0,23,50)
C13M0Y23K50 
(13%,0%,23%,50%)
(0.13/0.00/0.23/0.50)	

CMYK percentages

%12.5
%0
%23.44
%49.8

Codes

Color #708062 in popluar color models

708062
RGB11212898
HSL92°13.27%44.31%
HSB/HSV92°23.44%50.20%
CMYK12.50%0.00%23.44%
49.80%

Color #708062 in popluar number systems.

HEX708062
Decimal11212898
Binary1110000100000001100010
Octal160200142

Shades and tints

Shades of #708062

#708062
(112,128,98)
#66755A
(102,117,90)
#5C6A52
(92,106,82)
#525F4A
(82,95,74)
#485442
(72,84,66)
#3E493A
(62,73,58)
#343E32
(52,62,50)
#2A332A
(42,51,42)
#202822
(32,40,34)
#161D1A
(22,29,26)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #708062

#708062
(112,128,98)
#7D8B70
(125,139,112)
#8A967E
(138,150,126)
#97A18C
(151,161,140)
#A4AC9A
(164,172,154)
#B1B7A8
(177,183,168)
#BEC2B6
(190,194,182)
#CBCDC4
(203,205,196)
#D8D8D2
(216,216,210)
#E5E3E0
(229,227,224)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708062; }

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

This text font color is #708062.


Background Color

.myBgColor { background-color: #708062; }

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

This div background color is #708062.


Border color

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

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

This div border color is #708062.


Opacity

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

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

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

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

This text has shadow with #708062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708062 on black background.


Color preview on white background

This text has color #708062 on white background.



Black color preview on #708062 background

This text has black color on #708062 background.


White color preview on #708062 background

This text has white color on #708062 background.