COLOR #676C6F

HEX: #676C6F
RGB: (103,108,111)

Color info

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

RGB color model

#676C6F color RGB value is (103,108,111).

  • red value is 103;
  • green value is 108;
  • blue value is 111.
RGB:
(103,108,111)
(40%,42%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 111 of 255 = 44%

103
108
111

R + G + B ~ 42%. #676C6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 111 = 322 (100%)
R 103 of 322 ~ 31.99%
G 108 of 322 ~ 33.54%
B 111 of 322 ~ 34.47%

%31.99
%33.54
%34.47

CMYK color model

#676C6F color CMYK value is (7,3,0,56).

  • cyan value is 7.21%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(7,3,0,56)
C7M3Y0K56 
(7%,3%,0%,56%)
(0.07/0.03/0.00/0.56)	

CMYK percentages

%7.21
%2.7
%0
%56.47

Codes

Color #676C6F in popluar color models

676C6F
RGB103108111
HSL203°3.74%41.96%
HSB/HSV203°7.21%43.53%
CMYK7.21%2.70%0.00%
56.47%

Color #676C6F in popluar number systems.

HEX676C6F
Decimal103108111
Binary110011111011001101111
Octal147154157

Shades and tints

Shades of #676C6F

#676C6F
(103,108,111)
#5E6365
(94,99,101)
#555A5B
(85,90,91)
#4C5151
(76,81,81)
#434847
(67,72,71)
#3A3F3D
(58,63,61)
#313633
(49,54,51)
#282D29
(40,45,41)
#1F241F
(31,36,31)
#161B15
(22,27,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #676C6F

#676C6F
(103,108,111)
#74797C
(116,121,124)
#818689
(129,134,137)
#8E9396
(142,147,150)
#9BA0A3
(155,160,163)
#A8ADB0
(168,173,176)
#B5BABD
(181,186,189)
#C2C7CA
(194,199,202)
#CFD4D7
(207,212,215)
#DCE1E4
(220,225,228)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C6F color. Also use rgb(103,108,111) instead hex code.

Text Font Color

.myTextColor { color: #676C6F; }

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

This text font color is #676C6F.


Background Color

.myBgColor { background-color: #676C6F; }

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

This div background color is #676C6F.


Border color

.myBorderColor { border: 1px solid #676C6F; }

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

This div border color is #676C6F.


Opacity

.myOpacity80 { color: #676C6F; opacity: 0.8; }

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

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

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

This text has shadow with #676C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C6F on black background.


Color preview on white background

This text has color #676C6F on white background.



Black color preview on #676C6F background

This text has black color on #676C6F background.


White color preview on #676C6F background

This text has white color on #676C6F background.