COLOR #708058

HEX: #708058
RGB: (112,128,88)

Color info

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

RGB color model

#708058 color RGB value is (112,128,88).

  • red value is 112;
  • green value is 128;
  • blue value is 88.
RGB:
(112,128,88)
(44%,50%,35%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 88 of 255 = 35%

112
128
88

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 88 = 328 (100%)
R 112 of 328 ~ 34.15%
G 128 of 328 ~ 39.02%
B 88 of 328 ~ 26.83%

%34.15
%39.02
%26.83

CMYK color model

#708058 color CMYK value is (13,0,31,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(13,0,31,50)
C13M0Y31K50 
(13%,0%,31%,50%)
(0.13/0.00/0.31/0.50)	

CMYK percentages

%12.5
%0
%31.25
%49.8

Codes

Color #708058 in popluar color models

708058
RGB11212888
HSL84°18.52%42.35%
HSB/HSV84°31.25%50.20%
CMYK12.50%0.00%31.25%
49.80%

Color #708058 in popluar number systems.

HEX708058
Decimal11212888
Binary1110000100000001011000
Octal160200130

Shades and tints

Shades of #708058

#708058
(112,128,88)
#667550
(102,117,80)
#5C6A48
(92,106,72)
#525F40
(82,95,64)
#485438
(72,84,56)
#3E4930
(62,73,48)
#343E28
(52,62,40)
#2A3320
(42,51,32)
#202818
(32,40,24)
#161D10
(22,29,16)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #708058

#708058
(112,128,88)
#7D8B67
(125,139,103)
#8A9676
(138,150,118)
#97A185
(151,161,133)
#A4AC94
(164,172,148)
#B1B7A3
(177,183,163)
#BEC2B2
(190,194,178)
#CBCDC1
(203,205,193)
#D8D8D0
(216,216,208)
#E5E3DF
(229,227,223)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708058; }

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

This text font color is #708058.


Background Color

.myBgColor { background-color: #708058; }

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

This div background color is #708058.


Border color

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

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

This div border color is #708058.


Opacity

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

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

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

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

This text has shadow with #708058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708058 on black background.


Color preview on white background

This text has color #708058 on white background.



Black color preview on #708058 background

This text has black color on #708058 background.


White color preview on #708058 background

This text has white color on #708058 background.