COLOR #708565

HEX: #708565
RGB: (112,133,101)

Color info

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

RGB color model

#708565 color RGB value is (112,133,101).

  • red value is 112;
  • green value is 133;
  • blue value is 101.
RGB:
(112,133,101)
(44%,52%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 133 of 255 = 52%
B 101 of 255 = 40%

112
133
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 133 + 101 = 346 (100%)
R 112 of 346 ~ 32.37%
G 133 of 346 ~ 38.44%
B 101 of 346 ~ 29.19%

%32.37
%38.44
%29.19

CMYK color model

#708565 color CMYK value is (16,0,24,48).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(16,0,24,48)
C16M0Y24K48 
(16%,0%,24%,48%)
(0.16/0.00/0.24/0.48)	

CMYK percentages

%15.79
%0
%24.06
%47.84

Codes

Color #708565 in popluar color models

708565
RGB112133101
HSL99°13.68%45.88%
HSB/HSV99°24.06%52.16%
CMYK15.79%0.00%24.06%
47.84%

Color #708565 in popluar number systems.

HEX708565
Decimal112133101
Binary1110000100001011100101
Octal160205145

Shades and tints

Shades of #708565

#708565
(112,133,101)
#66795C
(102,121,92)
#5C6D53
(92,109,83)
#52614A
(82,97,74)
#485541
(72,85,65)
#3E4938
(62,73,56)
#343D2F
(52,61,47)
#2A3126
(42,49,38)
#20251D
(32,37,29)
#161914
(22,25,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #708565

#708565
(112,133,101)
#7D9073
(125,144,115)
#8A9B81
(138,155,129)
#97A68F
(151,166,143)
#A4B19D
(164,177,157)
#B1BCAB
(177,188,171)
#BEC7B9
(190,199,185)
#CBD2C7
(203,210,199)
#D8DDD5
(216,221,213)
#E5E8E3
(229,232,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708565 color. Also use rgb(112,133,101) instead hex code.

Text Font Color

.myTextColor { color: #708565; }

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

This text font color is #708565.


Background Color

.myBgColor { background-color: #708565; }

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

This div background color is #708565.


Border color

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

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

This div border color is #708565.


Opacity

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

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

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

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

This text has shadow with #708565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708565 on black background.


Color preview on white background

This text has color #708565 on white background.



Black color preview on #708565 background

This text has black color on #708565 background.


White color preview on #708565 background

This text has white color on #708565 background.