COLOR #708579

HEX: #708579 RGB: (112,133,121)

Color info

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

RGB color model

#708579 color RGB value is (112,133,121).

RGB: (112,133,121) (44%, 52%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 133 of 255 = 52%
B 121 of 255 = 47%

112
133
121

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

Portions of RGB colors in percentages

R + G + B = 112 + 133 + 121 = 366 (100%)
R 112 of 366 ~ 30.6%
G 133 of 366 ~ 36.34%
B 121 of 366 ~ 33.06'%

%30.6
%36.34
%33.06

CMYK color model

#708579 color CMYK value is (16,0,9,48).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 47.84%

CMYK: (16,0,9,48)
C16M0Y9K48 (16%, 0%, 9%, 48%)
(0.16 / 0.00 / 0.09 / 0.48)

CMYK percentages

%15.79
%0
%9.02
%47.84

Codes

Color #708579 in popluar color models

70 85 79
RGB 112 133 121
HSL 146° 8.57% 48.04%
HSB/HSV 146° 15.79% 52.16%
CMYK 15.79% 0.00% 9.02%
47.84%

Color #708579 in popluar number systems.

HEX 70 85 79
Decimal 112 133 121
Binary 1110000 10000101 1111001
Octal 160 205 171

Shades and tints

Shades of #708579

#708579
(112,133,121)
#66796E
(102,121,110)
#5C6D63
(92,109,99)
#526158
(82,97,88)
#48554D
(72,85,77)
#3E4942
(62,73,66)
#343D37
(52,61,55)
#2A312C
(42,49,44)
#202521
(32,37,33)
#161916
(22,25,22)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #708579

#708579
(112,133,121)
#7D9085
(125,144,133)
#8A9B91
(138,155,145)
#97A69D
(151,166,157)
#A4B1A9
(164,177,169)
#B1BCB5
(177,188,181)
#BEC7C1
(190,199,193)
#CBD2CD
(203,210,205)
#D8DDD9
(216,221,217)
#E5E8E5
(229,232,229)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708579 color. Also use rgb(112,133,121) instead hex code.

Text Font Color

.myTextColor { color: #708579; }

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

This text font color is #708579.

Background Color

.myBgColor { background-color: #708579; }

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

This div background color is #708579.

Border color

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

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

This div border color is #708579.

Opacity

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

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

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

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

This text has shadow with #708579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708579.

Preview

Color preview on black background

This text has color #708579 on black background.


Color preview on white background

This text has color #708579 on white background.


Black color preview on #708579 background

This text has black color on #708579 background.


White color preview on #708579 background

This text has white color on #708579 background.


Related colors

Complementary color

Complementary color for #hex is #8F7A86.


I love getcolorcode.com

Triadic colors

1 #797085 and #857970 with #708579 are triadic colors.

2 #798570 and #857079 with #708579 are triadic colors.