COLOR #708571

HEX: #708571
RGB: (112,133,113)

Color info

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

RGB color model

#708571 color RGB value is (112,133,113).

  • red value is 112;
  • green value is 133;
  • blue value is 113.
RGB:
(112,133,113)
(44%,52%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 133 of 255 = 52%
B 113 of 255 = 44%

112
133
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 133 + 113 = 358 (100%)
R 112 of 358 ~ 31.28%
G 133 of 358 ~ 37.15%
B 113 of 358 ~ 31.56%

%31.28
%37.15
%31.56

CMYK color model

#708571 color CMYK value is (16,0,15,48).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 47.84%
CMYK:
(16,0,15,48)
C16M0Y15K48 
(16%,0%,15%,48%)
(0.16/0.00/0.15/0.48)	

CMYK percentages

%15.79
%0
%15.04
%47.84

Codes

Color #708571 in popluar color models

708571
RGB112133113
HSL123°8.57%48.04%
HSB/HSV123°15.79%52.16%
CMYK15.79%0.00%15.04%
47.84%

Color #708571 in popluar number systems.

HEX708571
Decimal112133113
Binary1110000100001011110001
Octal160205161

Shades and tints

Shades of #708571

#708571
(112,133,113)
#667967
(102,121,103)
#5C6D5D
(92,109,93)
#526153
(82,97,83)
#485549
(72,85,73)
#3E493F
(62,73,63)
#343D35
(52,61,53)
#2A312B
(42,49,43)
#202521
(32,37,33)
#161917
(22,25,23)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #708571

#708571
(112,133,113)
#7D907D
(125,144,125)
#8A9B89
(138,155,137)
#97A695
(151,166,149)
#A4B1A1
(164,177,161)
#B1BCAD
(177,188,173)
#BEC7B9
(190,199,185)
#CBD2C5
(203,210,197)
#D8DDD1
(216,221,209)
#E5E8DD
(229,232,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708571; }

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

This text font color is #708571.


Background Color

.myBgColor { background-color: #708571; }

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

This div background color is #708571.


Border color

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

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

This div border color is #708571.


Opacity

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

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

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

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

This text has shadow with #708571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708571 on black background.


Color preview on white background

This text has color #708571 on white background.



Black color preview on #708571 background

This text has black color on #708571 background.


White color preview on #708571 background

This text has white color on #708571 background.