COLOR #708B5D

HEX: #708B5D
RGB: (112,139,93)

Color info

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

RGB color model

#708B5D color RGB value is (112,139,93).

  • red value is 112;
  • green value is 139;
  • blue value is 93.
RGB:
(112,139,93)
(44%,55%,36%)

RGB channels and saturation

R 112 of 255 = 44%
G 139 of 255 = 55%
B 93 of 255 = 36%

112
139
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 93 = 344 (100%)
R 112 of 344 ~ 32.56%
G 139 of 344 ~ 40.41%
B 93 of 344 ~ 27.03%

%32.56
%40.41
%27.03

CMYK color model

#708B5D color CMYK value is (19,0,33,45).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK:
(19,0,33,45)
C19M0Y33K45 
(19%,0%,33%,45%)
(0.19/0.00/0.33/0.45)	

CMYK percentages

%19.42
%0
%33.09
%45.49

Codes

Color #708B5D in popluar color models

708B5D
RGB11213993
HSL95°19.83%45.49%
HSB/HSV95°33.09%54.51%
CMYK19.42%0.00%33.09%
45.49%

Color #708B5D in popluar number systems.

HEX708B5D
Decimal11213993
Binary1110000100010111011101
Octal160213135

Shades and tints

Shades of #708B5D

#708B5D
(112,139,93)
#667F55
(102,127,85)
#5C734D
(92,115,77)
#526745
(82,103,69)
#485B3D
(72,91,61)
#3E4F35
(62,79,53)
#34432D
(52,67,45)
#2A3725
(42,55,37)
#202B1D
(32,43,29)
#161F15
(22,31,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #708B5D

#708B5D
(112,139,93)
#7D956B
(125,149,107)
#8A9F79
(138,159,121)
#97A987
(151,169,135)
#A4B395
(164,179,149)
#B1BDA3
(177,189,163)
#BEC7B1
(190,199,177)
#CBD1BF
(203,209,191)
#D8DBCD
(216,219,205)
#E5E5DB
(229,229,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708B5D color. Also use rgb(112,139,93) instead hex code.

Text Font Color

.myTextColor { color: #708B5D; }

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

This text font color is #708B5D.


Background Color

.myBgColor { background-color: #708B5D; }

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

This div background color is #708B5D.


Border color

.myBorderColor { border: 1px solid #708B5D; }

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

This div border color is #708B5D.


Opacity

.myOpacity80 { color: #708B5D; opacity: 0.8; }

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

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

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

This text has shadow with #708B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708B5D on black background.


Color preview on white background

This text has color #708B5D on white background.



Black color preview on #708B5D background

This text has black color on #708B5D background.


White color preview on #708B5D background

This text has white color on #708B5D background.