COLOR #707F4F

HEX: #707F4F
RGB: (112,127,79)

Color info

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

RGB color model

#707F4F color RGB value is (112,127,79).

  • red value is 112;
  • green value is 127;
  • blue value is 79.
RGB:
(112,127,79)
(44%,50%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 79 of 255 = 31%

112
127
79

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

Portions of RGB colors in percentages

R + G + B =
112 + 127 + 79 = 318 (100%)
R 112 of 318 ~ 35.22%
G 127 of 318 ~ 39.94%
B 79 of 318 ~ 24.84%

%35.22
%39.94
%24.84

CMYK color model

#707F4F color CMYK value is (12,0,38,50).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(12,0,38,50)
C12M0Y38K50 
(12%,0%,38%,50%)
(0.12/0.00/0.38/0.50)	

CMYK percentages

%11.81
%0
%37.8
%50.2

Codes

Color #707F4F in popluar color models

707F4F
RGB11212779
HSL79°23.30%40.39%
HSB/HSV79°37.80%49.80%
CMYK11.81%0.00%37.80%
50.20%

Color #707F4F in popluar number systems.

HEX707F4F
Decimal11212779
Binary111000011111111001111
Octal160177117

Shades and tints

Shades of #707F4F

#707F4F
(112,127,79)
#667448
(102,116,72)
#5C6941
(92,105,65)
#525E3A
(82,94,58)
#485333
(72,83,51)
#3E482C
(62,72,44)
#343D25
(52,61,37)
#2A321E
(42,50,30)
#202717
(32,39,23)
#161C10
(22,28,16)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #707F4F

#707F4F
(112,127,79)
#7D8A5F
(125,138,95)
#8A956F
(138,149,111)
#97A07F
(151,160,127)
#A4AB8F
(164,171,143)
#B1B69F
(177,182,159)
#BEC1AF
(190,193,175)
#CBCCBF
(203,204,191)
#D8D7CF
(216,215,207)
#E5E2DF
(229,226,223)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707F4F color. Also use rgb(112,127,79) instead hex code.

Text Font Color

.myTextColor { color: #707F4F; }

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

This text font color is #707F4F.


Background Color

.myBgColor { background-color: #707F4F; }

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

This div background color is #707F4F.


Border color

.myBorderColor { border: 1px solid #707F4F; }

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

This div border color is #707F4F.


Opacity

.myOpacity80 { color: #707F4F; opacity: 0.8; }

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

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

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

This text has shadow with #707F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707F4F on black background.


Color preview on white background

This text has color #707F4F on white background.



Black color preview on #707F4F background

This text has black color on #707F4F background.


White color preview on #707F4F background

This text has white color on #707F4F background.