COLOR #676171

HEX: #676171
RGB: (103,97,113)

Color info

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

RGB color model

#676171 color RGB value is (103,97,113).

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

RGB channels and saturation

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

103
97
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 97 + 113 = 313 (100%)
R 103 of 313 ~ 32.91%
G 97 of 313 ~ 30.99%
B 113 of 313 ~ 36.1%

%32.91
%30.99
%36.1

CMYK color model

#676171 color CMYK value is (9,14,0,56).

  • cyan value is 8.85%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,14,0,56)
C9M14Y0K56 
(9%,14%,0%,56%)
(0.09/0.14/0.00/0.56)	

CMYK percentages

%8.85
%14.16
%0
%55.69

Codes

Color #676171 in popluar color models

676171
RGB10397113
HSL263°7.62%41.18%
HSB/HSV263°14.16%44.31%
CMYK8.85%14.16%0.00%
55.69%

Color #676171 in popluar number systems.

HEX676171
Decimal10397113
Binary110011111000011110001
Octal147141161

Shades and tints

Shades of #676171

#676171
(103,97,113)
#5E5967
(94,89,103)
#55515D
(85,81,93)
#4C4953
(76,73,83)
#434149
(67,65,73)
#3A393F
(58,57,63)
#313135
(49,49,53)
#28292B
(40,41,43)
#1F2121
(31,33,33)
#161917
(22,25,23)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #676171

#676171
(103,97,113)
#746F7D
(116,111,125)
#817D89
(129,125,137)
#8E8B95
(142,139,149)
#9B99A1
(155,153,161)
#A8A7AD
(168,167,173)
#B5B5B9
(181,181,185)
#C2C3C5
(194,195,197)
#CFD1D1
(207,209,209)
#DCDFDD
(220,223,221)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676171; }

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

This text font color is #676171.


Background Color

.myBgColor { background-color: #676171; }

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

This div background color is #676171.


Border color

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

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

This div border color is #676171.


Opacity

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

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

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

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

This text has shadow with #676171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676171 on black background.


Color preview on white background

This text has color #676171 on white background.



Black color preview on #676171 background

This text has black color on #676171 background.


White color preview on #676171 background

This text has white color on #676171 background.