COLOR #676F68

HEX: #676F68 RGB: (103,111,104)

Color info

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

RGB color model

#676F68 color RGB value is (103,111,104).

RGB: (103,111,104) (40%, 44%, 41%)

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 104 of 255 = 41%

103
111
104

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

Portions of RGB colors in percentages

R + G + B = 103 + 111 + 104 = 318 (100%)
R 103 of 318 ~ 32.39%
G 111 of 318 ~ 34.91%
B 104 of 318 ~ 32.7'%

%32.39
%34.91
%32.7

CMYK color model

#676F68 color CMYK value is (7,0,6,56).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 6.31%
  • key color value is 56.47%

CMYK: (7,0,6,56)
C7M0Y6K56 (7%, 0%, 6%, 56%)
(0.07 / 0.00 / 0.06 / 0.56)

CMYK percentages

%7.21
%0
%6.31
%56.47

Codes

Color #676F68 in popluar color models

67 6F 68
RGB 103 111 104
HSL 128° 3.74% 41.96%
HSB/HSV 128° 7.21% 43.53%
CMYK 7.21% 0.00% 6.31%
56.47%

Color #676F68 in popluar number systems.

HEX 67 6F 68
Decimal 103 111 104
Binary 1100111 1101111 1101000
Octal 147 157 150

Shades and tints

Shades of #676F68

#676F68
(103,111,104)
#5E655F
(94,101,95)
#555B56
(85,91,86)
#4C514D
(76,81,77)
#434744
(67,71,68)
#3A3D3B
(58,61,59)
#313332
(49,51,50)
#282929
(40,41,41)
#1F1F20
(31,31,32)
#161517
(22,21,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #676F68

#676F68
(103,111,104)
#747C75
(116,124,117)
#818982
(129,137,130)
#8E968F
(142,150,143)
#9BA39C
(155,163,156)
#A8B0A9
(168,176,169)
#B5BDB6
(181,189,182)
#C2CAC3
(194,202,195)
#CFD7D0
(207,215,208)
#DCE4DD
(220,228,221)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676F68; }

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

This text font color is #676F68.

Background Color

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

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

This div background color is #676F68.

Border color

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

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

This div border color is #676F68.

Opacity

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

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

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

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

This text has shadow with #676F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676F68.

Preview

Color preview on black background

This text has color #676F68 on black background.


Color preview on white background

This text has color #676F68 on white background.


Black color preview on #676F68 background

This text has black color on #676F68 background.


White color preview on #676F68 background

This text has white color on #676F68 background.


Related colors

Complementary color

Complementary color for #hex is #989097.


I love getcolorcode.com

Triadic colors

1 #68676F and #6F6867 with #676F68 are triadic colors.

2 #686F67 and #6F6768 with #676F68 are triadic colors.