COLOR #708C6F

HEX: #708C6F RGB: (112,140,111)

Color info

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

RGB color model

#708C6F color RGB value is (112,140,111).

RGB: (112,140,111) (44%, 55%, 44%)

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 111 of 255 = 44%

112
140
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 140 + 111 = 363 (100%)
R 112 of 363 ~ 30.85%
G 140 of 363 ~ 38.57%
B 111 of 363 ~ 30.58'%

%30.85
%38.57
%30.58

CMYK color model

#708C6F color CMYK value is (20,0,21,45).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK: (20,0,21,45) C20M0Y21K45 (20%,0%,21%,45%) (0.20/0.00/0.21/0.45) 

CMYK percentages

%20
%0
%20.71
%45.1

Codes

Color #708C6F in popluar color models

70 8C 6F
RGB 112 140 111
HSL 118° 11.55% 49.22%
HSB/HSV 118° 20.71% 54.90%
CMYK 20.00% 0.00% 20.71%
45.10%

Color #708C6F in popluar number systems.

HEX 70 8C 6F
Decimal 112 140 111
Binary 1110000 10001100 1101111
Octal 160 214 157

Shades and tints

Shades of #708C6F

#708C6F
(112,140,111)
#668065
(102,128,101)
#5C745B
(92,116,91)
#526851
(82,104,81)
#485C47
(72,92,71)
#3E503D
(62,80,61)
#344433
(52,68,51)
#2A3829
(42,56,41)
#202C1F
(32,44,31)
#162015
(22,32,21)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #708C6F

#708C6F
(112,140,111)
#7D967C
(125,150,124)
#8AA089
(138,160,137)
#97AA96
(151,170,150)
#A4B4A3
(164,180,163)
#B1BEB0
(177,190,176)
#BEC8BD
(190,200,189)
#CBD2CA
(203,210,202)
#D8DCD7
(216,220,215)
#E5E6E4
(229,230,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708C6F color. Also use rgb(112,140,111) instead hex code.

Text Font Color

.myTextColor { color: #708C6F; }

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

This text font color is #708C6F.

Background Color

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

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

This div background color is #708C6F.

Border color

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

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

This div border color is #708C6F.

Opacity

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

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

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

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

This text has shadow with #708C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708C6F.

Preview

Color preview on black background

This text has color #708C6F on black background.


Color preview on white background

This text has color #708C6F on white background.


Black color preview on #708C6F background

This text has black color on #708C6F background.


White color preview on #708C6F background

This text has white color on #708C6F background.


Related colors

Complementary color

Complementary color for #hex is #8F7390.


I love getcolorcode.com

Triadic colors

1 #6F708C and #8C6F70 with #708C6F are triadic colors.

2 #6F8C70 and #8C706F with #708C6F are triadic colors.