COLOR #676D6E

HEX: #676D6E RGB: (103,109,110)

Color info

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

RGB color model

#676D6E color RGB value is (103,109,110).

RGB: (103,109,110) (40%, 43%, 43%)

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 110 of 255 = 43%

103
109
110

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

Portions of RGB colors in percentages

R + G + B = 103 + 109 + 110 = 322 (100%)
R 103 of 322 ~ 31.99%
G 109 of 322 ~ 33.85%
B 110 of 322 ~ 34.16'%

%31.99
%33.85
%34.16

CMYK color model

#676D6E color CMYK value is (6,1,0,57).

  • cyan value is 6.36%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (6,1,0,57)
C6M1Y0K57 (6%, 1%, 0%, 57%)
(0.06 / 0.01 / 0.00 / 0.57)

CMYK percentages

%6.36
%0.91
%0
%56.86

Codes

Color #676D6E in popluar color models

67 6D 6E
RGB 103 109 110
HSL 189° 3.29% 41.76%
HSB/HSV 189° 6.36% 43.14%
CMYK 6.36% 0.91% 0.00%
56.86%

Color #676D6E in popluar number systems.

HEX 67 6D 6E
Decimal 103 109 110
Binary 1100111 1101101 1101110
Octal 147 155 156

Shades and tints

Shades of #676D6E

#676D6E
(103,109,110)
#5E6464
(94,100,100)
#555B5A
(85,91,90)
#4C5250
(76,82,80)
#434946
(67,73,70)
#3A403C
(58,64,60)
#313732
(49,55,50)
#282E28
(40,46,40)
#1F251E
(31,37,30)
#161C14
(22,28,20)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #676D6E

#676D6E
(103,109,110)
#747A7B
(116,122,123)
#818788
(129,135,136)
#8E9495
(142,148,149)
#9BA1A2
(155,161,162)
#A8AEAF
(168,174,175)
#B5BBBC
(181,187,188)
#C2C8C9
(194,200,201)
#CFD5D6
(207,213,214)
#DCE2E3
(220,226,227)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D6E color. Also use rgb(103,109,110) instead hex code.

Text Font Color

.myTextColor { color: #676D6E; }

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

This text font color is #676D6E.

Background Color

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

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

This div background color is #676D6E.

Border color

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

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

This div border color is #676D6E.

Opacity

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

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

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

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

This text has shadow with #676D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676D6E.

Preview

Color preview on black background

This text has color #676D6E on black background.


Color preview on white background

This text has color #676D6E on white background.


Black color preview on #676D6E background

This text has black color on #676D6E background.


White color preview on #676D6E background

This text has white color on #676D6E background.


Related colors

Complementary color

Complementary color for #hex is #989291.


I love getcolorcode.com

Triadic colors

1 #6E676D and #6D6E67 with #676D6E are triadic colors.

2 #6E6D67 and #6D676E with #676D6E are triadic colors.