COLOR #708E3B

HEX: #708E3B
RGB: (112,142,59)

Color info

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

RGB color model

#708E3B color RGB value is (112,142,59).

  • red value is 112;
  • green value is 142;
  • blue value is 59.
RGB:
(112,142,59)
(44%,56%,23%)

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 59 of 255 = 23%

112
142
59

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

Portions of RGB colors in percentages

R + G + B =
112 + 142 + 59 = 313 (100%)
R 112 of 313 ~ 35.78%
G 142 of 313 ~ 45.37%
B 59 of 313 ~ 18.85%

%35.78
%45.37
%18.85

CMYK color model

#708E3B color CMYK value is (21,0,58,44).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 58.45%
  • key color value is 44.31%
CMYK:
(21,0,58,44)
C21M0Y58K44 
(21%,0%,58%,44%)
(0.21/0.00/0.58/0.44)	

CMYK percentages

%21.13
%0
%58.45
%44.31

Codes

Color #708E3B in popluar color models

708E3B
RGB11214259
HSL82°41.29%39.41%
HSB/HSV82°58.45%55.69%
CMYK21.13%0.00%58.45%
44.31%

Color #708E3B in popluar number systems.

HEX708E3B
Decimal11214259
Binary111000010001110111011
Octal16021673

Shades and tints

Shades of #708E3B

#708E3B
(112,142,59)
#668236
(102,130,54)
#5C7631
(92,118,49)
#526A2C
(82,106,44)
#485E27
(72,94,39)
#3E5222
(62,82,34)
#34461D
(52,70,29)
#2A3A18
(42,58,24)
#202E13
(32,46,19)
#16220E
(22,34,14)
#0C1609
(12,22,9)
#000000
(0,0,0)

Tints of #708E3B

#708E3B
(112,142,59)
#7D984C
(125,152,76)
#8AA25D
(138,162,93)
#97AC6E
(151,172,110)
#A4B67F
(164,182,127)
#B1C090
(177,192,144)
#BECAA1
(190,202,161)
#CBD4B2
(203,212,178)
#D8DEC3
(216,222,195)
#E5E8D4
(229,232,212)
#F2F2E5
(242,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708E3B color. Also use rgb(112,142,59) instead hex code.

Text Font Color

.myTextColor { color: #708E3B; }

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

This text font color is #708E3B.


Background Color

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

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

This div background color is #708E3B.


Border color

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

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

This div border color is #708E3B.


Opacity

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

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

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

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

This text has shadow with #708E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708E3B on black background.


Color preview on white background

This text has color #708E3B on white background.



Black color preview on #708E3B background

This text has black color on #708E3B background.


White color preview on #708E3B background

This text has white color on #708E3B background.