COLOR #709575

HEX: #709575
RGB: (112,149,117)

Color info

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

RGB color model

#709575 color RGB value is (112,149,117).

  • red value is 112;
  • green value is 149;
  • blue value is 117.
RGB:
(112,149,117)
(44%,58%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 149 of 255 = 58%
B 117 of 255 = 46%

112
149
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 149 + 117 = 378 (100%)
R 112 of 378 ~ 29.63%
G 149 of 378 ~ 39.42%
B 117 of 378 ~ 30.95%

%29.63
%39.42
%30.95

CMYK color model

#709575 color CMYK value is (25,0,21,42).

  • cyan value is 24.83%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(25,0,21,42)
C25M0Y21K42 
(25%,0%,21%,42%)
(0.25/0.00/0.21/0.42)	

CMYK percentages

%24.83
%0
%21.48
%41.57

Codes

Color #709575 in popluar color models

709575
RGB112149117
HSL128°14.86%51.18%
HSB/HSV128°24.83%58.43%
CMYK24.83%0.00%21.48%
41.57%

Color #709575 in popluar number systems.

HEX709575
Decimal112149117
Binary1110000100101011110101
Octal160225165

Shades and tints

Shades of #709575

#709575
(112,149,117)
#66886B
(102,136,107)
#5C7B61
(92,123,97)
#526E57
(82,110,87)
#48614D
(72,97,77)
#3E5443
(62,84,67)
#344739
(52,71,57)
#2A3A2F
(42,58,47)
#202D25
(32,45,37)
#16201B
(22,32,27)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #709575

#709575
(112,149,117)
#7D9E81
(125,158,129)
#8AA78D
(138,167,141)
#97B099
(151,176,153)
#A4B9A5
(164,185,165)
#B1C2B1
(177,194,177)
#BECBBD
(190,203,189)
#CBD4C9
(203,212,201)
#D8DDD5
(216,221,213)
#E5E6E1
(229,230,225)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709575 color. Also use rgb(112,149,117) instead hex code.

Text Font Color

.myTextColor { color: #709575; }

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

This text font color is #709575.


Background Color

.myBgColor { background-color: #709575; }

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

This div background color is #709575.


Border color

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

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

This div border color is #709575.


Opacity

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

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

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

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

This text has shadow with #709575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709575 on black background.


Color preview on white background

This text has color #709575 on white background.



Black color preview on #709575 background

This text has black color on #709575 background.


White color preview on #709575 background

This text has white color on #709575 background.