COLOR #708F63

HEX: #708F63 RGB: (112,143,99)

Color info

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

RGB color model

#708F63 color RGB value is (112,143,99).

RGB: (112,143,99) (44%, 56%, 39%)

RGB channels and saturation

R 112 of 255 = 44%
G 143 of 255 = 56%
B 99 of 255 = 39%

112
143
99

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

Portions of RGB colors in percentages

R + G + B = 112 + 143 + 99 = 354 (100%)
R 112 of 354 ~ 31.64%
G 143 of 354 ~ 40.4%
B 99 of 354 ~ 27.97'%

%31.64
%40.4
%27.97

CMYK color model

#708F63 color CMYK value is (22,0,31,44).

  • cyan value is 21.68%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 43.92%

CMYK: (22,0,31,44)
C22M0Y31K44 (22%, 0%, 31%, 44%)
(0.22 / 0.00 / 0.31 / 0.44)

CMYK percentages

%21.68
%0
%30.77
%43.92

Codes

Color #708F63 in popluar color models

70 8F 63
RGB 112 143 99
HSL 102° 18.18% 47.45%
HSB/HSV 102° 30.77% 56.08%
CMYK 21.68% 0.00% 30.77%
43.92%

Color #708F63 in popluar number systems.

HEX 70 8F 63
Decimal 112 143 99
Binary 1110000 10001111 1100011
Octal 160 217 143

Shades and tints

Shades of #708F63

#708F63
(112,143,99)
#66825A
(102,130,90)
#5C7551
(92,117,81)
#526848
(82,104,72)
#485B3F
(72,91,63)
#3E4E36
(62,78,54)
#34412D
(52,65,45)
#2A3424
(42,52,36)
#20271B
(32,39,27)
#161A12
(22,26,18)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #708F63

#708F63
(112,143,99)
#7D9971
(125,153,113)
#8AA37F
(138,163,127)
#97AD8D
(151,173,141)
#A4B79B
(164,183,155)
#B1C1A9
(177,193,169)
#BECBB7
(190,203,183)
#CBD5C5
(203,213,197)
#D8DFD3
(216,223,211)
#E5E9E1
(229,233,225)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708F63; }

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

This text font color is #708F63.

Background Color

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

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

This div background color is #708F63.

Border color

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

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

This div border color is #708F63.

Opacity

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

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

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

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

This text has shadow with #708F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708F63.

Preview

Color preview on black background

This text has color #708F63 on black background.


Color preview on white background

This text has color #708F63 on white background.


Black color preview on #708F63 background

This text has black color on #708F63 background.


White color preview on #708F63 background

This text has white color on #708F63 background.


Related colors

Complementary color

Complementary color for #hex is #8F709C.


I love getcolorcode.com

Triadic colors

1 #63708F and #8F6370 with #708F63 are triadic colors.

2 #638F70 and #8F7063 with #708F63 are triadic colors.