COLOR #708365

HEX: #708365
RGB: (112,131,101)

Color info

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

RGB color model

#708365 color RGB value is (112,131,101).

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

RGB channels and saturation

R 112 of 255 = 44%
G 131 of 255 = 51%
B 101 of 255 = 40%

112
131
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 131 + 101 = 344 (100%)
R 112 of 344 ~ 32.56%
G 131 of 344 ~ 38.08%
B 101 of 344 ~ 29.36%

%32.56
%38.08
%29.36

CMYK color model

#708365 color CMYK value is (15,0,23,49).

  • cyan value is 14.50%
  • magenta value is 0.00%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(15,0,23,49)
C15M0Y23K49 
(15%,0%,23%,49%)
(0.15/0.00/0.23/0.49)	

CMYK percentages

%14.5
%0
%22.9
%48.63

Codes

Color #708365 in popluar color models

708365
RGB112131101
HSL98°12.93%45.49%
HSB/HSV98°22.90%51.37%
CMYK14.50%0.00%22.90%
48.63%

Color #708365 in popluar number systems.

HEX708365
Decimal112131101
Binary1110000100000111100101
Octal160203145

Shades and tints

Shades of #708365

#708365
(112,131,101)
#66785C
(102,120,92)
#5C6D53
(92,109,83)
#52624A
(82,98,74)
#485741
(72,87,65)
#3E4C38
(62,76,56)
#34412F
(52,65,47)
#2A3626
(42,54,38)
#202B1D
(32,43,29)
#162014
(22,32,20)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #708365

#708365
(112,131,101)
#7D8E73
(125,142,115)
#8A9981
(138,153,129)
#97A48F
(151,164,143)
#A4AF9D
(164,175,157)
#B1BAAB
(177,186,171)
#BEC5B9
(190,197,185)
#CBD0C7
(203,208,199)
#D8DBD5
(216,219,213)
#E5E6E3
(229,230,227)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708365; }

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

This text font color is #708365.


Background Color

.myBgColor { background-color: #708365; }

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

This div background color is #708365.


Border color

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

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

This div border color is #708365.


Opacity

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

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

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

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

This text has shadow with #708365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708365 on black background.


Color preview on white background

This text has color #708365 on white background.



Black color preview on #708365 background

This text has black color on #708365 background.


White color preview on #708365 background

This text has white color on #708365 background.