COLOR #708069

HEX: #708069
RGB: (112,128,105)

Color info

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

RGB color model

#708069 color RGB value is (112,128,105).

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

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 105 of 255 = 41%

112
128
105

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 105 = 345 (100%)
R 112 of 345 ~ 32.46%
G 128 of 345 ~ 37.1%
B 105 of 345 ~ 30.43%

%32.46
%37.1
%30.43

CMYK color model

#708069 color CMYK value is (13,0,18,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(13,0,18,50)
C13M0Y18K50 
(13%,0%,18%,50%)
(0.13/0.00/0.18/0.50)	

CMYK percentages

%12.5
%0
%17.97
%49.8

Codes

Color #708069 in popluar color models

708069
RGB112128105
HSL102°9.87%45.69%
HSB/HSV102°17.97%50.20%
CMYK12.50%0.00%17.97%
49.80%

Color #708069 in popluar number systems.

HEX708069
Decimal112128105
Binary1110000100000001101001
Octal160200151

Shades and tints

Shades of #708069

#708069
(112,128,105)
#667560
(102,117,96)
#5C6A57
(92,106,87)
#525F4E
(82,95,78)
#485445
(72,84,69)
#3E493C
(62,73,60)
#343E33
(52,62,51)
#2A332A
(42,51,42)
#202821
(32,40,33)
#161D18
(22,29,24)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #708069

#708069
(112,128,105)
#7D8B76
(125,139,118)
#8A9683
(138,150,131)
#97A190
(151,161,144)
#A4AC9D
(164,172,157)
#B1B7AA
(177,183,170)
#BEC2B7
(190,194,183)
#CBCDC4
(203,205,196)
#D8D8D1
(216,216,209)
#E5E3DE
(229,227,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708069; }

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

This text font color is #708069.


Background Color

.myBgColor { background-color: #708069; }

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

This div background color is #708069.


Border color

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

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

This div border color is #708069.


Opacity

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

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

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

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

This text has shadow with #708069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708069 on black background.


Color preview on white background

This text has color #708069 on white background.



Black color preview on #708069 background

This text has black color on #708069 background.


White color preview on #708069 background

This text has white color on #708069 background.