COLOR #707967

HEX: #707967
RGB: (112,121,103)

Color info

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

RGB color model

#707967 color RGB value is (112,121,103).

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

RGB channels and saturation

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

112
121
103

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

Portions of RGB colors in percentages

R + G + B =
112 + 121 + 103 = 336 (100%)
R 112 of 336 ~ 33.33%
G 121 of 336 ~ 36.01%
B 103 of 336 ~ 30.65%

%33.33
%36.01
%30.65

CMYK color model

#707967 color CMYK value is (7,0,15,53).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 52.55%
CMYK:
(7,0,15,53)
C7M0Y15K53 
(7%,0%,15%,53%)
(0.07/0.00/0.15/0.53)	

CMYK percentages

%7.44
%0
%14.88
%52.55

Codes

Color #707967 in popluar color models

707967
RGB112121103
HSL90°8.04%43.92%
HSB/HSV90°14.88%47.45%
CMYK7.44%0.00%14.88%
52.55%

Color #707967 in popluar number systems.

HEX707967
Decimal112121103
Binary111000011110011100111
Octal160171147

Shades and tints

Shades of #707967

#707967
(112,121,103)
#666E5E
(102,110,94)
#5C6355
(92,99,85)
#52584C
(82,88,76)
#484D43
(72,77,67)
#3E423A
(62,66,58)
#343731
(52,55,49)
#2A2C28
(42,44,40)
#20211F
(32,33,31)
#161616
(22,22,22)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #707967

#707967
(112,121,103)
#7D8574
(125,133,116)
#8A9181
(138,145,129)
#979D8E
(151,157,142)
#A4A99B
(164,169,155)
#B1B5A8
(177,181,168)
#BEC1B5
(190,193,181)
#CBCDC2
(203,205,194)
#D8D9CF
(216,217,207)
#E5E5DC
(229,229,220)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707967; }

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

This text font color is #707967.


Background Color

.myBgColor { background-color: #707967; }

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

This div background color is #707967.


Border color

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

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

This div border color is #707967.


Opacity

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

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

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

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

This text has shadow with #707967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707967 on black background.


Color preview on white background

This text has color #707967 on white background.



Black color preview on #707967 background

This text has black color on #707967 background.


White color preview on #707967 background

This text has white color on #707967 background.