COLOR #676170

HEX: #676170
RGB: (103,97,112)

Color info

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

RGB color model

#676170 color RGB value is (103,97,112).

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

RGB channels and saturation

R 103 of 255 = 40%
G 97 of 255 = 38%
B 112 of 255 = 44%

103
97
112

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

Portions of RGB colors in percentages

R + G + B =
103 + 97 + 112 = 312 (100%)
R 103 of 312 ~ 33.01%
G 97 of 312 ~ 31.09%
B 112 of 312 ~ 35.9%

%33.01
%31.09
%35.9

CMYK color model

#676170 color CMYK value is (8,13,0,56).

  • cyan value is 8.04%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(8,13,0,56)
C8M13Y0K56 
(8%,13%,0%,56%)
(0.08/0.13/0.00/0.56)	

CMYK percentages

%8.04
%13.39
%0
%56.08

Codes

Color #676170 in popluar color models

676170
RGB10397112
HSL264°7.18%40.98%
HSB/HSV264°13.39%43.92%
CMYK8.04%13.39%0.00%
56.08%

Color #676170 in popluar number systems.

HEX676170
Decimal10397112
Binary110011111000011110000
Octal147141160

Shades and tints

Shades of #676170

#676170
(103,97,112)
#5E5966
(94,89,102)
#55515C
(85,81,92)
#4C4952
(76,73,82)
#434148
(67,65,72)
#3A393E
(58,57,62)
#313134
(49,49,52)
#28292A
(40,41,42)
#1F2120
(31,33,32)
#161916
(22,25,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #676170

#676170
(103,97,112)
#746F7D
(116,111,125)
#817D8A
(129,125,138)
#8E8B97
(142,139,151)
#9B99A4
(155,153,164)
#A8A7B1
(168,167,177)
#B5B5BE
(181,181,190)
#C2C3CB
(194,195,203)
#CFD1D8
(207,209,216)
#DCDFE5
(220,223,229)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676170; }

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

This text font color is #676170.


Background Color

.myBgColor { background-color: #676170; }

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

This div background color is #676170.


Border color

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

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

This div border color is #676170.


Opacity

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

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

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

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

This text has shadow with #676170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676170 on black background.


Color preview on white background

This text has color #676170 on white background.



Black color preview on #676170 background

This text has black color on #676170 background.


White color preview on #676170 background

This text has white color on #676170 background.