COLOR #676E79

HEX: #676E79 RGB: (103,110,121)

Color info

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

RGB color model

#676E79 color RGB value is (103,110,121).

RGB: (103,110,121) (40%, 43%, 47%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 121 of 255 = 47%

103
110
121

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

Portions of RGB colors in percentages

R + G + B = 103 + 110 + 121 = 334 (100%)
R 103 of 334 ~ 30.84%
G 110 of 334 ~ 32.93%
B 121 of 334 ~ 36.23'%

%30.84
%32.93
%36.23

CMYK color model

#676E79 color CMYK value is (15,9,0,53).

  • cyan value is 14.88%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (15,9,0,53) C15M9Y0K53 (15%,9%,0%,53%) (0.15/0.09/0.00/0.53) 

CMYK percentages

%14.88
%9.09
%0
%52.55

Codes

Color #676E79 in popluar color models

67 6E 79
RGB 103 110 121
HSL 217° 8.04% 43.92%
HSB/HSV 217° 14.88% 47.45%
CMYK 14.88% 9.09% 0.00%
52.55%

Color #676E79 in popluar number systems.

HEX 67 6E 79
Decimal 103 110 121
Binary 1100111 1101110 1111001
Octal 147 156 171

Shades and tints

Shades of #676E79

#676E79
(103,110,121)
#5E646E
(94,100,110)
#555A63
(85,90,99)
#4C5058
(76,80,88)
#43464D
(67,70,77)
#3A3C42
(58,60,66)
#313237
(49,50,55)
#28282C
(40,40,44)
#1F1E21
(31,30,33)
#161416
(22,20,22)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #676E79

#676E79
(103,110,121)
#747B85
(116,123,133)
#818891
(129,136,145)
#8E959D
(142,149,157)
#9BA2A9
(155,162,169)
#A8AFB5
(168,175,181)
#B5BCC1
(181,188,193)
#C2C9CD
(194,201,205)
#CFD6D9
(207,214,217)
#DCE3E5
(220,227,229)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676E79; }

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

This text font color is #676E79.

Background Color

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

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

This div background color is #676E79.

Border color

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

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

This div border color is #676E79.

Opacity

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

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

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

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

This text has shadow with #676E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676E79.

Preview

Color preview on black background

This text has color #676E79 on black background.


Color preview on white background

This text has color #676E79 on white background.


Black color preview on #676E79 background

This text has black color on #676E79 background.


White color preview on #676E79 background

This text has white color on #676E79 background.


Related colors

Complementary color

Complementary color for #hex is #989186.


I love getcolorcode.com

Triadic colors

1 #79676E and #6E7967 with #676E79 are triadic colors.

2 #796E67 and #6E6779 with #676E79 are triadic colors.