COLOR #708652

HEX: #708652
RGB: (112,134,82)

Color info

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

RGB color model

#708652 color RGB value is (112,134,82).

  • red value is 112;
  • green value is 134;
  • blue value is 82.
RGB:
(112,134,82)
(44%,53%,32%)

RGB channels and saturation

R 112 of 255 = 44%
G 134 of 255 = 53%
B 82 of 255 = 32%

112
134
82

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

Portions of RGB colors in percentages

R + G + B =
112 + 134 + 82 = 328 (100%)
R 112 of 328 ~ 34.15%
G 134 of 328 ~ 40.85%
B 82 of 328 ~ 25%

%34.15
%40.85
%25

CMYK color model

#708652 color CMYK value is (16,0,39,47).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 47.45%
CMYK:
(16,0,39,47)
C16M0Y39K47 
(16%,0%,39%,47%)
(0.16/0.00/0.39/0.47)	

CMYK percentages

%16.42
%0
%38.81
%47.45

Codes

Color #708652 in popluar color models

708652
RGB11213482
HSL85°24.07%42.35%
HSB/HSV85°38.81%52.55%
CMYK16.42%0.00%38.81%
47.45%

Color #708652 in popluar number systems.

HEX708652
Decimal11213482
Binary1110000100001101010010
Octal160206122

Shades and tints

Shades of #708652

#708652
(112,134,82)
#667A4B
(102,122,75)
#5C6E44
(92,110,68)
#52623D
(82,98,61)
#485636
(72,86,54)
#3E4A2F
(62,74,47)
#343E28
(52,62,40)
#2A3221
(42,50,33)
#20261A
(32,38,26)
#161A13
(22,26,19)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #708652

#708652
(112,134,82)
#7D9161
(125,145,97)
#8A9C70
(138,156,112)
#97A77F
(151,167,127)
#A4B28E
(164,178,142)
#B1BD9D
(177,189,157)
#BEC8AC
(190,200,172)
#CBD3BB
(203,211,187)
#D8DECA
(216,222,202)
#E5E9D9
(229,233,217)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708652 color. Also use rgb(112,134,82) instead hex code.

Text Font Color

.myTextColor { color: #708652; }

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

This text font color is #708652.


Background Color

.myBgColor { background-color: #708652; }

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

This div background color is #708652.


Border color

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

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

This div border color is #708652.


Opacity

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

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

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

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

This text has shadow with #708652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708652 on black background.


Color preview on white background

This text has color #708652 on white background.



Black color preview on #708652 background

This text has black color on #708652 background.


White color preview on #708652 background

This text has white color on #708652 background.