COLOR #676C68

HEX: #676C68
RGB: (103,108,104)

Color info

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

RGB color model

#676C68 color RGB value is (103,108,104).

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

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 104 of 255 = 41%

103
108
104

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

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 104 = 315 (100%)
R 103 of 315 ~ 32.7%
G 108 of 315 ~ 34.29%
B 104 of 315 ~ 33.02%

%32.7
%34.29
%33.02

CMYK color model

#676C68 color CMYK value is (5,0,4,58).

  • cyan value is 4.63%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 57.65%
CMYK:
(5,0,4,58)
C5M0Y4K58 
(5%,0%,4%,58%)
(0.05/0.00/0.04/0.58)	

CMYK percentages

%4.63
%0
%3.7
%57.65

Codes

Color #676C68 in popluar color models

676C68
RGB103108104
HSL132°2.37%41.37%
HSB/HSV132°4.63%42.35%
CMYK4.63%0.00%3.70%
57.65%

Color #676C68 in popluar number systems.

HEX676C68
Decimal103108104
Binary110011111011001101000
Octal147154150

Shades and tints

Shades of #676C68

#676C68
(103,108,104)
#5E635F
(94,99,95)
#555A56
(85,90,86)
#4C514D
(76,81,77)
#434844
(67,72,68)
#3A3F3B
(58,63,59)
#313632
(49,54,50)
#282D29
(40,45,41)
#1F2420
(31,36,32)
#161B17
(22,27,23)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #676C68

#676C68
(103,108,104)
#747975
(116,121,117)
#818682
(129,134,130)
#8E938F
(142,147,143)
#9BA09C
(155,160,156)
#A8ADA9
(168,173,169)
#B5BAB6
(181,186,182)
#C2C7C3
(194,199,195)
#CFD4D0
(207,212,208)
#DCE1DD
(220,225,221)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676C68; }

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

This text font color is #676C68.


Background Color

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

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

This div background color is #676C68.


Border color

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

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

This div border color is #676C68.


Opacity

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

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

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

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

This text has shadow with #676C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C68 on black background.


Color preview on white background

This text has color #676C68 on white background.



Black color preview on #676C68 background

This text has black color on #676C68 background.


White color preview on #676C68 background

This text has white color on #676C68 background.