COLOR #707966

HEX: #707966
RGB: (112,121,102)

Color info

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

RGB color model

#707966 color RGB value is (112,121,102).

  • red value is 112;
  • green value is 121;
  • blue value is 102.
RGB:
(112,121,102)
(44%,47%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 121 of 255 = 47%
B 102 of 255 = 40%

112
121
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 121 + 102 = 335 (100%)
R 112 of 335 ~ 33.43%
G 121 of 335 ~ 36.12%
B 102 of 335 ~ 30.45%

%33.43
%36.12
%30.45

CMYK color model

#707966 color CMYK value is (7,0,16,53).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(7,0,16,53)
C7M0Y16K53 
(7%,0%,16%,53%)
(0.07/0.00/0.16/0.53)	

CMYK percentages

%7.44
%0
%15.7
%52.55

Codes

Color #707966 in popluar color models

707966
RGB112121102
HSL88°8.52%43.73%
HSB/HSV88°15.70%47.45%
CMYK7.44%0.00%15.70%
52.55%

Color #707966 in popluar number systems.

HEX707966
Decimal112121102
Binary111000011110011100110
Octal160171146

Shades and tints

Shades of #707966

#707966
(112,121,102)
#666E5D
(102,110,93)
#5C6354
(92,99,84)
#52584B
(82,88,75)
#484D42
(72,77,66)
#3E4239
(62,66,57)
#343730
(52,55,48)
#2A2C27
(42,44,39)
#20211E
(32,33,30)
#161615
(22,22,21)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #707966

#707966
(112,121,102)
#7D8573
(125,133,115)
#8A9180
(138,145,128)
#979D8D
(151,157,141)
#A4A99A
(164,169,154)
#B1B5A7
(177,181,167)
#BEC1B4
(190,193,180)
#CBCDC1
(203,205,193)
#D8D9CE
(216,217,206)
#E5E5DB
(229,229,219)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707966; }

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

This text font color is #707966.


Background Color

.myBgColor { background-color: #707966; }

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

This div background color is #707966.


Border color

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

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

This div border color is #707966.


Opacity

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

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

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

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

This text has shadow with #707966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707966 on black background.


Color preview on white background

This text has color #707966 on white background.



Black color preview on #707966 background

This text has black color on #707966 background.


White color preview on #707966 background

This text has white color on #707966 background.