COLOR #707057

HEX: #707057
RGB: (112,112,87)

Color info

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

RGB color model

#707057 color RGB value is (112,112,87).

  • red value is 112;
  • green value is 112;
  • blue value is 87.
RGB:
(112,112,87)
(44%,44%,34%)

RGB channels and saturation

R 112 of 255 = 44%
G 112 of 255 = 44%
B 87 of 255 = 34%

112
112
87

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

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 87 = 311 (100%)
R 112 of 311 ~ 36.01%
G 112 of 311 ~ 36.01%
B 87 of 311 ~ 27.97%

%36.01
%36.01
%27.97

CMYK color model

#707057 color CMYK value is (0,0,22,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • key color value is 56.08%
CMYK:
(0,0,22,56)
C0M0Y22K56 
(0%,0%,22%,56%)
(0.00/0.00/0.22/0.56)	

CMYK percentages

%0
%0
%22.32
%56.08

Codes

Color #707057 in popluar color models

707057
RGB11211287
HSL60°12.56%39.02%
HSB/HSV60°22.32%43.92%
CMYK0.00%0.00%22.32%
56.08%

Color #707057 in popluar number systems.

HEX707057
Decimal11211287
Binary111000011100001010111
Octal160160127

Shades and tints

Shades of #707057

#707057
(112,112,87)
#666650
(102,102,80)
#5C5C49
(92,92,73)
#525242
(82,82,66)
#48483B
(72,72,59)
#3E3E34
(62,62,52)
#34342D
(52,52,45)
#2A2A26
(42,42,38)
#20201F
(32,32,31)
#161618
(22,22,24)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #707057

#707057
(112,112,87)
#7D7D66
(125,125,102)
#8A8A75
(138,138,117)
#979784
(151,151,132)
#A4A493
(164,164,147)
#B1B1A2
(177,177,162)
#BEBEB1
(190,190,177)
#CBCBC0
(203,203,192)
#D8D8CF
(216,216,207)
#E5E5DE
(229,229,222)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707057; }

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

This text font color is #707057.


Background Color

.myBgColor { background-color: #707057; }

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

This div background color is #707057.


Border color

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

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

This div border color is #707057.


Opacity

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

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

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

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

This text has shadow with #707057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707057 on black background.


Color preview on white background

This text has color #707057 on white background.



Black color preview on #707057 background

This text has black color on #707057 background.


White color preview on #707057 background

This text has white color on #707057 background.