COLOR #707671

HEX: #707671
RGB: (112,118,113)

Color info

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

RGB color model

#707671 color RGB value is (112,118,113).

  • red value is 112;
  • green value is 118;
  • blue value is 113.
RGB:
(112,118,113)
(44%,46%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 113 of 255 = 44%

112
118
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 118 + 113 = 343 (100%)
R 112 of 343 ~ 32.65%
G 118 of 343 ~ 34.4%
B 113 of 343 ~ 32.94%

%32.65
%34.4
%32.94

CMYK color model

#707671 color CMYK value is (5,0,4,54).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 53.73%
CMYK:
(5,0,4,54)
C5M0Y4K54 
(5%,0%,4%,54%)
(0.05/0.00/0.04/0.54)	

CMYK percentages

%5.08
%0
%4.24
%53.73

Codes

Color #707671 in popluar color models

707671
RGB112118113
HSL130°2.61%45.10%
HSB/HSV130°5.08%46.27%
CMYK5.08%0.00%4.24%
53.73%

Color #707671 in popluar number systems.

HEX707671
Decimal112118113
Binary111000011101101110001
Octal160166161

Shades and tints

Shades of #707671

#707671
(112,118,113)
#666C67
(102,108,103)
#5C625D
(92,98,93)
#525853
(82,88,83)
#484E49
(72,78,73)
#3E443F
(62,68,63)
#343A35
(52,58,53)
#2A302B
(42,48,43)
#202621
(32,38,33)
#161C17
(22,28,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #707671

#707671
(112,118,113)
#7D827D
(125,130,125)
#8A8E89
(138,142,137)
#979A95
(151,154,149)
#A4A6A1
(164,166,161)
#B1B2AD
(177,178,173)
#BEBEB9
(190,190,185)
#CBCAC5
(203,202,197)
#D8D6D1
(216,214,209)
#E5E2DD
(229,226,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707671; }

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

This text font color is #707671.


Background Color

.myBgColor { background-color: #707671; }

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

This div background color is #707671.


Border color

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

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

This div border color is #707671.


Opacity

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

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

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

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

This text has shadow with #707671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707671 on black background.


Color preview on white background

This text has color #707671 on white background.



Black color preview on #707671 background

This text has black color on #707671 background.


White color preview on #707671 background

This text has white color on #707671 background.