COLOR #707564

HEX: #707564
RGB: (112,117,100)

Color info

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

RGB color model

#707564 color RGB value is (112,117,100).

  • red value is 112;
  • green value is 117;
  • blue value is 100.
RGB: (112,117,100) (44%,46%,39%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 100 of 255 = 39%

112
117
100

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 100 = 329 (100%)
R 112 of 329 ~ 34.04%
G 117 of 329 ~ 35.56%
B 100 of 329 ~ 30.4%

%34.04
%35.56
%30.4

CMYK color model

#707564 color CMYK value is (4,0,15,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK: (4,0,15,54) C4M0Y15K54 (4%,0%,15%,54%) (0.04/0.00/0.15/0.54)

CMYK percentages

%4.27
%0
%14.53
%54.12

Codes

Color #707564 in popluar color models

707564
RGB112117100
HSL78°7.83%42.55%
HSB/HSV78°14.53%45.88%
CMYK4.27%0.00%14.53%
54.12%

Color #707564 in popluar number systems.

HEX707564
Decimal112117100
Binary111000011101011100100
Octal160165144

Shades and tints

Shades of #707564

#707564
(112,117,100)
#666B5B
(102,107,91)
#5C6152
(92,97,82)
#525749
(82,87,73)
#484D40
(72,77,64)
#3E4337
(62,67,55)
#34392E
(52,57,46)
#2A2F25
(42,47,37)
#20251C
(32,37,28)
#161B13
(22,27,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #707564

#707564
(112,117,100)
#7D8172
(125,129,114)
#8A8D80
(138,141,128)
#97998E
(151,153,142)
#A4A59C
(164,165,156)
#B1B1AA
(177,177,170)
#BEBDB8
(190,189,184)
#CBC9C6
(203,201,198)
#D8D5D4
(216,213,212)
#E5E1E2
(229,225,226)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707564; }

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

This text font color is #707564.


Background Color

.myBgColor { background-color: #707564; }

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

This div background color is #707564.


Border color

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

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

This div border color is #707564.


Opacity

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

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

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

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

This text has shadow with #707564 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #707564 on black background.


Color preview on white background

This text has color #707564 on white background.



Black color preview on #707564 background

This text has black color on #707564 background.


White color preview on #707564 background

This text has white color on #707564 background.