COLOR #676C79

HEX: #676C79
RGB: (103,108,121)

Color info

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

RGB color model

#676C79 color RGB value is (103,108,121).

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

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 121 of 255 = 47%

103
108
121

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

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 121 = 332 (100%)
R 103 of 332 ~ 31.02%
G 108 of 332 ~ 32.53%
B 121 of 332 ~ 36.45%

%31.02
%32.53
%36.45

CMYK color model

#676C79 color CMYK value is (15,11,0,53).

  • cyan value is 14.88%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(15,11,0,53)
C15M11Y0K53 
(15%,11%,0%,53%)
(0.15/0.11/0.00/0.53)	

CMYK percentages

%14.88
%10.74
%0
%52.55

Codes

Color #676C79 in popluar color models

676C79
RGB103108121
HSL223°8.04%43.92%
HSB/HSV223°14.88%47.45%
CMYK14.88%10.74%0.00%
52.55%

Color #676C79 in popluar number systems.

HEX676C79
Decimal103108121
Binary110011111011001111001
Octal147154171

Shades and tints

Shades of #676C79

#676C79
(103,108,121)
#5E636E
(94,99,110)
#555A63
(85,90,99)
#4C5158
(76,81,88)
#43484D
(67,72,77)
#3A3F42
(58,63,66)
#313637
(49,54,55)
#282D2C
(40,45,44)
#1F2421
(31,36,33)
#161B16
(22,27,22)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #676C79

#676C79
(103,108,121)
#747985
(116,121,133)
#818691
(129,134,145)
#8E939D
(142,147,157)
#9BA0A9
(155,160,169)
#A8ADB5
(168,173,181)
#B5BAC1
(181,186,193)
#C2C7CD
(194,199,205)
#CFD4D9
(207,212,217)
#DCE1E5
(220,225,229)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676C79; }

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

This text font color is #676C79.


Background Color

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

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

This div background color is #676C79.


Border color

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

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

This div border color is #676C79.


Opacity

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

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

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

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

This text has shadow with #676C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C79 on black background.


Color preview on white background

This text has color #676C79 on white background.



Black color preview on #676C79 background

This text has black color on #676C79 background.


White color preview on #676C79 background

This text has white color on #676C79 background.