COLOR #707568

HEX: #707568 RGB: (112,117,104)

Color info

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

RGB color model

#707568 color RGB value is (112,117,104).

RGB: (112,117,104) (44%, 46%, 41%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 104 of 255 = 41%

112
117
104

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

Portions of RGB colors in percentages

R + G + B = 112 + 117 + 104 = 333 (100%)
R 112 of 333 ~ 33.63%
G 117 of 333 ~ 35.14%
B 104 of 333 ~ 31.23'%

%33.63
%35.14
%31.23

CMYK color model

#707568 color CMYK value is (4,0,11,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%

CMYK: (4,0,11,54)
C4M0Y11K54 (4%, 0%, 11%, 54%)
(0.04 / 0.00 / 0.11 / 0.54)

CMYK percentages

%4.27
%0
%11.11
%54.12

Codes

Color #707568 in popluar color models

70 75 68
RGB 112 117 104
HSL 83° 5.88% 43.33%
HSB/HSV 83° 11.11% 45.88%
CMYK 4.27% 0.00% 11.11%
54.12%

Color #707568 in popluar number systems.

HEX 70 75 68
Decimal 112 117 104
Binary 1110000 1110101 1101000
Octal 160 165 150

Shades and tints

Shades of #707568

#707568
(112,117,104)
#666B5F
(102,107,95)
#5C6156
(92,97,86)
#52574D
(82,87,77)
#484D44
(72,77,68)
#3E433B
(62,67,59)
#343932
(52,57,50)
#2A2F29
(42,47,41)
#202520
(32,37,32)
#161B17
(22,27,23)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #707568

#707568
(112,117,104)
#7D8175
(125,129,117)
#8A8D82
(138,141,130)
#97998F
(151,153,143)
#A4A59C
(164,165,156)
#B1B1A9
(177,177,169)
#BEBDB6
(190,189,182)
#CBC9C3
(203,201,195)
#D8D5D0
(216,213,208)
#E5E1DD
(229,225,221)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707568; }

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

This text font color is #707568.

Background Color

.myBgColor { background-color: #707568; }

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

This div background color is #707568.

Border color

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

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

This div border color is #707568.

Opacity

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

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

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

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

This text has shadow with #707568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707568.

Preview

Color preview on black background

This text has color #707568 on black background.


Color preview on white background

This text has color #707568 on white background.


Black color preview on #707568 background

This text has black color on #707568 background.


White color preview on #707568 background

This text has white color on #707568 background.


Related colors

Complementary color

Complementary color for #hex is #8F8A97.


I love getcolorcode.com

Triadic colors

1 #687075 and #756870 with #707568 are triadic colors.

2 #687570 and #757068 with #707568 are triadic colors.