COLOR #708462

HEX: #708462
RGB: (112,132,98)

Color info

#708462 contains red, green and blue colors in about the same proportion. Web safe color of #708462 is #669966 (or #696).

RGB color model

#708462 color RGB value is (112,132,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 98 of 255 = 38%

112
132
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 98 = 342 (100%)
R 112 of 342 ~ 32.75%
G 132 of 342 ~ 38.6%
B 98 of 342 ~ 28.65%

%32.75
%38.6
%28.65

CMYK color model

#708462 color CMYK value is (15,0,26,48).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(15,0,26,48)
C15M0Y26K48 
(15%,0%,26%,48%)
(0.15/0.00/0.26/0.48)	

CMYK percentages

%15.15
%0
%25.76
%48.24

Codes

Color #708462 in popluar color models

708462
RGB11213298
HSL95°14.78%45.10%
HSB/HSV95°25.76%51.76%
CMYK15.15%0.00%25.76%
48.24%

Color #708462 in popluar number systems.

HEX708462
Decimal11213298
Binary1110000100001001100010
Octal160204142

Shades and tints

Shades of #708462

#708462
(112,132,98)
#66785A
(102,120,90)
#5C6C52
(92,108,82)
#52604A
(82,96,74)
#485442
(72,84,66)
#3E483A
(62,72,58)
#343C32
(52,60,50)
#2A302A
(42,48,42)
#202422
(32,36,34)
#16181A
(22,24,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #708462

#708462
(112,132,98)
#7D8F70
(125,143,112)
#8A9A7E
(138,154,126)
#97A58C
(151,165,140)
#A4B09A
(164,176,154)
#B1BBA8
(177,187,168)
#BEC6B6
(190,198,182)
#CBD1C4
(203,209,196)
#D8DCD2
(216,220,210)
#E5E7E0
(229,231,224)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708462; }

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

This text font color is #708462.


Background Color

.myBgColor { background-color: #708462; }

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

This div background color is #708462.


Border color

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

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

This div border color is #708462.


Opacity

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

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

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

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

This text has shadow with #708462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708462 on black background.


Color preview on white background

This text has color #708462 on white background.



Black color preview on #708462 background

This text has black color on #708462 background.


White color preview on #708462 background

This text has white color on #708462 background.