COLOR #708B5A

HEX: #708B5A
RGB: (112,139,90)

Color info

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

RGB color model

#708B5A color RGB value is (112,139,90).

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

RGB channels and saturation

R 112 of 255 = 44%
G 139 of 255 = 55%
B 90 of 255 = 35%

112
139
90

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

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 90 = 341 (100%)
R 112 of 341 ~ 32.84%
G 139 of 341 ~ 40.76%
B 90 of 341 ~ 26.39%

%32.84
%40.76
%26.39

CMYK color model

#708B5A color CMYK value is (19,0,35,45).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 35.25%
  • key color value is 45.49%
CMYK:
(19,0,35,45)
C19M0Y35K45 
(19%,0%,35%,45%)
(0.19/0.00/0.35/0.45)	

CMYK percentages

%19.42
%0
%35.25
%45.49

Codes

Color #708B5A in popluar color models

708B5A
RGB11213990
HSL93°21.40%44.90%
HSB/HSV93°35.25%54.51%
CMYK19.42%0.00%35.25%
45.49%

Color #708B5A in popluar number systems.

HEX708B5A
Decimal11213990
Binary1110000100010111011010
Octal160213132

Shades and tints

Shades of #708B5A

#708B5A
(112,139,90)
#667F52
(102,127,82)
#5C734A
(92,115,74)
#526742
(82,103,66)
#485B3A
(72,91,58)
#3E4F32
(62,79,50)
#34432A
(52,67,42)
#2A3722
(42,55,34)
#202B1A
(32,43,26)
#161F12
(22,31,18)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #708B5A

#708B5A
(112,139,90)
#7D9569
(125,149,105)
#8A9F78
(138,159,120)
#97A987
(151,169,135)
#A4B396
(164,179,150)
#B1BDA5
(177,189,165)
#BEC7B4
(190,199,180)
#CBD1C3
(203,209,195)
#D8DBD2
(216,219,210)
#E5E5E1
(229,229,225)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708B5A; }

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

This text font color is #708B5A.


Background Color

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

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

This div background color is #708B5A.


Border color

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

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

This div border color is #708B5A.


Opacity

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

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

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

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

This text has shadow with #708B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708B5A on black background.


Color preview on white background

This text has color #708B5A on white background.



Black color preview on #708B5A background

This text has black color on #708B5A background.


White color preview on #708B5A background

This text has white color on #708B5A background.