COLOR #708B37

HEX: #708B37
RGB: (112,139,55)

Color info

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

RGB color model

#708B37 color RGB value is (112,139,55).

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

RGB channels and saturation

R 112 of 255 = 44%
G 139 of 255 = 55%
B 55 of 255 = 22%

112
139
55

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

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 55 = 306 (100%)
R 112 of 306 ~ 36.6%
G 139 of 306 ~ 45.42%
B 55 of 306 ~ 17.97%

%36.6
%45.42
%17.97

CMYK color model

#708B37 color CMYK value is (19,0,60,45).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 60.43%
  • key color value is 45.49%
CMYK:
(19,0,60,45)
C19M0Y60K45 
(19%,0%,60%,45%)
(0.19/0.00/0.60/0.45)	

CMYK percentages

%19.42
%0
%60.43
%45.49

Codes

Color #708B37 in popluar color models

708B37
RGB11213955
HSL79°43.30%38.04%
HSB/HSV79°60.43%54.51%
CMYK19.42%0.00%60.43%
45.49%

Color #708B37 in popluar number systems.

HEX708B37
Decimal11213955
Binary111000010001011110111
Octal16021367

Shades and tints

Shades of #708B37

#708B37
(112,139,55)
#667F32
(102,127,50)
#5C732D
(92,115,45)
#526728
(82,103,40)
#485B23
(72,91,35)
#3E4F1E
(62,79,30)
#344319
(52,67,25)
#2A3714
(42,55,20)
#202B0F
(32,43,15)
#161F0A
(22,31,10)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #708B37

#708B37
(112,139,55)
#7D9549
(125,149,73)
#8A9F5B
(138,159,91)
#97A96D
(151,169,109)
#A4B37F
(164,179,127)
#B1BD91
(177,189,145)
#BEC7A3
(190,199,163)
#CBD1B5
(203,209,181)
#D8DBC7
(216,219,199)
#E5E5D9
(229,229,217)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708B37; }

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

This text font color is #708B37.


Background Color

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

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

This div background color is #708B37.


Border color

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

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

This div border color is #708B37.


Opacity

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

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

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

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

This text has shadow with #708B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708B37 on black background.


Color preview on white background

This text has color #708B37 on white background.



Black color preview on #708B37 background

This text has black color on #708B37 background.


White color preview on #708B37 background

This text has white color on #708B37 background.