COLOR #708E6C

HEX: #708E6C RGB: (112,142,108)

Color info

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

RGB color model

#708E6C color RGB value is (112,142,108).

RGB: (112,142,108) (44%, 56%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 108 of 255 = 42%

112
142
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 142 + 108 = 362 (100%)
R 112 of 362 ~ 30.94%
G 142 of 362 ~ 39.23%
B 108 of 362 ~ 29.83'%

%30.94
%39.23
%29.83

CMYK color model

#708E6C color CMYK value is (21,0,24,44).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 44.31%

CMYK: (21,0,24,44)
C21M0Y24K44 (21%, 0%, 24%, 44%)
(0.21 / 0.00 / 0.24 / 0.44)

CMYK percentages

%21.13
%0
%23.94
%44.31

Codes

Color #708E6C in popluar color models

70 8E 6C
RGB 112 142 108
HSL 113° 13.60% 49.02%
HSB/HSV 113° 23.94% 55.69%
CMYK 21.13% 0.00% 23.94%
44.31%

Color #708E6C in popluar number systems.

HEX 70 8E 6C
Decimal 112 142 108
Binary 1110000 10001110 1101100
Octal 160 216 154

Shades and tints

Shades of #708E6C

#708E6C
(112,142,108)
#668263
(102,130,99)
#5C765A
(92,118,90)
#526A51
(82,106,81)
#485E48
(72,94,72)
#3E523F
(62,82,63)
#344636
(52,70,54)
#2A3A2D
(42,58,45)
#202E24
(32,46,36)
#16221B
(22,34,27)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #708E6C

#708E6C
(112,142,108)
#7D9879
(125,152,121)
#8AA286
(138,162,134)
#97AC93
(151,172,147)
#A4B6A0
(164,182,160)
#B1C0AD
(177,192,173)
#BECABA
(190,202,186)
#CBD4C7
(203,212,199)
#D8DED4
(216,222,212)
#E5E8E1
(229,232,225)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708E6C; }

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

This text font color is #708E6C.

Background Color

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

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

This div background color is #708E6C.

Border color

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

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

This div border color is #708E6C.

Opacity

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

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

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

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

This text has shadow with #708E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708E6C.

Preview

Color preview on black background

This text has color #708E6C on black background.


Color preview on white background

This text has color #708E6C on white background.


Black color preview on #708E6C background

This text has black color on #708E6C background.


White color preview on #708E6C background

This text has white color on #708E6C background.


Related colors

Complementary color

Complementary color for #hex is #8F7193.


I love getcolorcode.com

Triadic colors

1 #6C708E and #8E6C70 with #708E6C are triadic colors.

2 #6C8E70 and #8E706C with #708E6C are triadic colors.