COLOR #708065

HEX: #708065 RGB: (112,128,101)

Color info

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

RGB color model

#708065 color RGB value is (112,128,101).

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

RGB channels and saturation

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

112
128
101

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

Portions of RGB colors in percentages

R + G + B = 112 + 128 + 101 = 341 (100%)
R 112 of 341 ~ 32.84%
G 128 of 341 ~ 37.54%
B 101 of 341 ~ 29.62'%

%32.84
%37.54
%29.62

CMYK color model

#708065 color CMYK value is (13,0,21,50).

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

CMYK: (13,0,21,50)
C13M0Y21K50 (13%, 0%, 21%, 50%)
(0.13 / 0.00 / 0.21 / 0.50)

CMYK percentages

%12.5
%0
%21.09
%49.8

Codes

Color #708065 in popluar color models

70 80 65
RGB 112 128 101
HSL 96° 11.79% 44.90%
HSB/HSV 96° 21.09% 50.20%
CMYK 12.50% 0.00% 21.09%
49.80%

Color #708065 in popluar number systems.

HEX 70 80 65
Decimal 112 128 101
Binary 1110000 10000000 1100101
Octal 160 200 145

Shades and tints

Shades of #708065

#708065
(112,128,101)
#66755C
(102,117,92)
#5C6A53
(92,106,83)
#525F4A
(82,95,74)
#485441
(72,84,65)
#3E4938
(62,73,56)
#343E2F
(52,62,47)
#2A3326
(42,51,38)
#20281D
(32,40,29)
#161D14
(22,29,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #708065

#708065
(112,128,101)
#7D8B73
(125,139,115)
#8A9681
(138,150,129)
#97A18F
(151,161,143)
#A4AC9D
(164,172,157)
#B1B7AB
(177,183,171)
#BEC2B9
(190,194,185)
#CBCDC7
(203,205,199)
#D8D8D5
(216,216,213)
#E5E3E3
(229,227,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708065; }

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

This text font color is #708065.

Background Color

.myBgColor { background-color: #708065; }

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

This div background color is #708065.

Border color

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

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

This div border color is #708065.

Opacity

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

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

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

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

This text has shadow with #708065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708065.

Preview

Color preview on black background

This text has color #708065 on black background.


Color preview on white background

This text has color #708065 on white background.


Black color preview on #708065 background

This text has black color on #708065 background.


White color preview on #708065 background

This text has white color on #708065 background.


Related colors

Complementary color

Complementary color for #hex is #8F7F9A.


I love getcolorcode.com

Triadic colors

1 #657080 and #806570 with #708065 are triadic colors.

2 #658070 and #807065 with #708065 are triadic colors.