COLOR #708066

HEX: #708066 RGB: (112,128,102)

Color info

#708066 contains red, green and blue colors in about the same proportion. Web safe color of #708066 is #666666 (or #666).

RGB color model

#708066 color RGB value is (112,128,102).

RGB: (112,128,102) (44%, 50%, 40%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 102 of 255 = 40%

112
128
102

R + G + B ~ 45%. #708066 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 128 + 102 = 342 (100%)
R 112 of 342 ~ 32.75%
G 128 of 342 ~ 37.43%
B 102 of 342 ~ 29.82'%

%32.75
%37.43
%29.82

CMYK color model

#708066 color CMYK value is (13,0,20,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 49.80%

CMYK: (13,0,20,50)
C13M0Y20K50 (13%, 0%, 20%, 50%)
(0.13 / 0.00 / 0.20 / 0.50)

CMYK percentages

%12.5
%0
%20.31
%49.8

Codes

Color #708066 in popluar color models

70 80 66
RGB 112 128 102
HSL 97° 11.30% 45.10%
HSB/HSV 97° 20.31% 50.20%
CMYK 12.50% 0.00% 20.31%
49.80%

Color #708066 in popluar number systems.

HEX 70 80 66
Decimal 112 128 102
Binary 1110000 10000000 1100110
Octal 160 200 146

Shades and tints

Shades of #708066

#708066
(112,128,102)
#66755D
(102,117,93)
#5C6A54
(92,106,84)
#525F4B
(82,95,75)
#485442
(72,84,66)
#3E4939
(62,73,57)
#343E30
(52,62,48)
#2A3327
(42,51,39)
#20281E
(32,40,30)
#161D15
(22,29,21)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #708066

#708066
(112,128,102)
#7D8B73
(125,139,115)
#8A9680
(138,150,128)
#97A18D
(151,161,141)
#A4AC9A
(164,172,154)
#B1B7A7
(177,183,167)
#BEC2B4
(190,194,180)
#CBCDC1
(203,205,193)
#D8D8CE
(216,216,206)
#E5E3DB
(229,227,219)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708066 color. Also use rgb(112,128,102) instead hex code.

Text Font Color

.myTextColor { color: #708066; }

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

This text font color is #708066.

Background Color

.myBgColor { background-color: #708066; }

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

This div background color is #708066.

Border color

.myBorderColor { border: 1px solid #708066; }

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

This div border color is #708066.

Opacity

.myOpacity80 { color: #708066; opacity: 0.8; }

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

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

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

This text has shadow with #708066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708066.

Preview

Color preview on black background

This text has color #708066 on black background.


Color preview on white background

This text has color #708066 on white background.


Black color preview on #708066 background

This text has black color on #708066 background.


White color preview on #708066 background

This text has white color on #708066 background.


Related colors

Complementary color

Complementary color for #hex is #8F7F99.


I love getcolorcode.com

Triadic colors

1 #667080 and #806670 with #708066 are triadic colors.

2 #668070 and #807066 with #708066 are triadic colors.