COLOR #708B2F

HEX: #708B2F
RGB: (112,139,47)

Color info

#708B2F contains mainly red and green colors. Web safe color of #708B2F is #669933 (or #693).

RGB color model

#708B2F color RGB value is (112,139,47).

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

RGB channels and saturation

R 112 of 255 = 44%
G 139 of 255 = 55%
B 47 of 255 = 18%

112
139
47

R + G + B ~ 39%. #708B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 47 = 298 (100%)
R 112 of 298 ~ 37.58%
G 139 of 298 ~ 46.64%
B 47 of 298 ~ 15.77%

%37.58
%46.64
%15.77

CMYK color model

#708B2F color CMYK value is (19,0,66,45).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 66.19%
  • key color value is 45.49%
CMYK:
(19,0,66,45)
C19M0Y66K45 
(19%,0%,66%,45%)
(0.19/0.00/0.66/0.45)	

CMYK percentages

%19.42
%0
%66.19
%45.49

Codes

Color #708B2F in popluar color models

708B2F
RGB11213947
HSL78°49.46%36.47%
HSB/HSV78°66.19%54.51%
CMYK19.42%0.00%66.19%
45.49%

Color #708B2F in popluar number systems.

HEX708B2F
Decimal11213947
Binary111000010001011101111
Octal16021357

Shades and tints

Shades of #708B2F

#708B2F
(112,139,47)
#667F2B
(102,127,43)
#5C7327
(92,115,39)
#526723
(82,103,35)
#485B1F
(72,91,31)
#3E4F1B
(62,79,27)
#344317
(52,67,23)
#2A3713
(42,55,19)
#202B0F
(32,43,15)
#161F0B
(22,31,11)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #708B2F

#708B2F
(112,139,47)
#7D9541
(125,149,65)
#8A9F53
(138,159,83)
#97A965
(151,169,101)
#A4B377
(164,179,119)
#B1BD89
(177,189,137)
#BEC79B
(190,199,155)
#CBD1AD
(203,209,173)
#D8DBBF
(216,219,191)
#E5E5D1
(229,229,209)
#F2EFE3
(242,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708B2F; }

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

This text font color is #708B2F.


Background Color

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

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

This div background color is #708B2F.


Border color

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

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

This div border color is #708B2F.


Opacity

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

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

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

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

This text has shadow with #708B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708B2F on black background.


Color preview on white background

This text has color #708B2F on white background.



Black color preview on #708B2F background

This text has black color on #708B2F background.


White color preview on #708B2F background

This text has white color on #708B2F background.