COLOR #708054

HEX: #708054
RGB: (112,128,84)

Color info

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

RGB color model

#708054 color RGB value is (112,128,84).

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

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 84 of 255 = 33%

112
128
84

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 84 = 324 (100%)
R 112 of 324 ~ 34.57%
G 128 of 324 ~ 39.51%
B 84 of 324 ~ 25.93%

%34.57
%39.51
%25.93

CMYK color model

#708054 color CMYK value is (13,0,34,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 49.80%
CMYK:
(13,0,34,50)
C13M0Y34K50 
(13%,0%,34%,50%)
(0.13/0.00/0.34/0.50)	

CMYK percentages

%12.5
%0
%34.38
%49.8

Codes

Color #708054 in popluar color models

708054
RGB11212884
HSL82°20.75%41.57%
HSB/HSV82°34.38%50.20%
CMYK12.50%0.00%34.38%
49.80%

Color #708054 in popluar number systems.

HEX708054
Decimal11212884
Binary1110000100000001010100
Octal160200124

Shades and tints

Shades of #708054

#708054
(112,128,84)
#66754D
(102,117,77)
#5C6A46
(92,106,70)
#525F3F
(82,95,63)
#485438
(72,84,56)
#3E4931
(62,73,49)
#343E2A
(52,62,42)
#2A3323
(42,51,35)
#20281C
(32,40,28)
#161D15
(22,29,21)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #708054

#708054
(112,128,84)
#7D8B63
(125,139,99)
#8A9672
(138,150,114)
#97A181
(151,161,129)
#A4AC90
(164,172,144)
#B1B79F
(177,183,159)
#BEC2AE
(190,194,174)
#CBCDBD
(203,205,189)
#D8D8CC
(216,216,204)
#E5E3DB
(229,227,219)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708054; }

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

This text font color is #708054.


Background Color

.myBgColor { background-color: #708054; }

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

This div background color is #708054.


Border color

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

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

This div border color is #708054.


Opacity

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

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

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

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

This text has shadow with #708054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708054 on black background.


Color preview on white background

This text has color #708054 on white background.



Black color preview on #708054 background

This text has black color on #708054 background.


White color preview on #708054 background

This text has white color on #708054 background.