COLOR #708F4B

HEX: #708F4B
RGB: (112,143,75)

Color info

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

RGB color model

#708F4B color RGB value is (112,143,75).

  • red value is 112;
  • green value is 143;
  • blue value is 75.
RGB:
(112,143,75)
(44%,56%,29%)

RGB channels and saturation

R 112 of 255 = 44%
G 143 of 255 = 56%
B 75 of 255 = 29%

112
143
75

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

Portions of RGB colors in percentages

R + G + B =
112 + 143 + 75 = 330 (100%)
R 112 of 330 ~ 33.94%
G 143 of 330 ~ 43.33%
B 75 of 330 ~ 22.73%

%33.94
%43.33
%22.73

CMYK color model

#708F4B color CMYK value is (22,0,48,44).

  • cyan value is 21.68%
  • magenta value is 0.00%
  • yellow value is 47.55%
  • key color value is 43.92%
CMYK:
(22,0,48,44)
C22M0Y48K44 
(22%,0%,48%,44%)
(0.22/0.00/0.48/0.44)	

CMYK percentages

%21.68
%0
%47.55
%43.92

Codes

Color #708F4B in popluar color models

708F4B
RGB11214375
HSL87°31.19%42.75%
HSB/HSV87°47.55%56.08%
CMYK21.68%0.00%47.55%
43.92%

Color #708F4B in popluar number systems.

HEX708F4B
Decimal11214375
Binary1110000100011111001011
Octal160217113

Shades and tints

Shades of #708F4B

#708F4B
(112,143,75)
#668245
(102,130,69)
#5C753F
(92,117,63)
#526839
(82,104,57)
#485B33
(72,91,51)
#3E4E2D
(62,78,45)
#344127
(52,65,39)
#2A3421
(42,52,33)
#20271B
(32,39,27)
#161A15
(22,26,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #708F4B

#708F4B
(112,143,75)
#7D995B
(125,153,91)
#8AA36B
(138,163,107)
#97AD7B
(151,173,123)
#A4B78B
(164,183,139)
#B1C19B
(177,193,155)
#BECBAB
(190,203,171)
#CBD5BB
(203,213,187)
#D8DFCB
(216,223,203)
#E5E9DB
(229,233,219)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708F4B color. Also use rgb(112,143,75) instead hex code.

Text Font Color

.myTextColor { color: #708F4B; }

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

This text font color is #708F4B.


Background Color

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

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

This div background color is #708F4B.


Border color

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

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

This div border color is #708F4B.


Opacity

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

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

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

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

This text has shadow with #708F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708F4B on black background.


Color preview on white background

This text has color #708F4B on white background.



Black color preview on #708F4B background

This text has black color on #708F4B background.


White color preview on #708F4B background

This text has white color on #708F4B background.