COLOR #676B6A

HEX: #676B6A
RGB: (103,107,106)

Color info

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

RGB color model

#676B6A color RGB value is (103,107,106).

  • red value is 103;
  • green value is 107;
  • blue value is 106.
RGB:
(103,107,106)
(40%,42%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 106 of 255 = 42%

103
107
106

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

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 106 = 316 (100%)
R 103 of 316 ~ 32.59%
G 107 of 316 ~ 33.86%
B 106 of 316 ~ 33.54%

%32.59
%33.86
%33.54

CMYK color model

#676B6A color CMYK value is (4,0,1,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(4,0,1,58)
C4M0Y1K58 
(4%,0%,1%,58%)
(0.04/0.00/0.01/0.58)	

CMYK percentages

%3.74
%0
%0.93
%58.04

Codes

Color #676B6A in popluar color models

676B6A
RGB103107106
HSL165°1.90%41.18%
HSB/HSV165°3.74%41.96%
CMYK3.74%0.00%0.93%
58.04%

Color #676B6A in popluar number systems.

HEX676B6A
Decimal103107106
Binary110011111010111101010
Octal147153152

Shades and tints

Shades of #676B6A

#676B6A
(103,107,106)
#5E6261
(94,98,97)
#555958
(85,89,88)
#4C504F
(76,80,79)
#434746
(67,71,70)
#3A3E3D
(58,62,61)
#313534
(49,53,52)
#282C2B
(40,44,43)
#1F2322
(31,35,34)
#161A19
(22,26,25)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #676B6A

#676B6A
(103,107,106)
#747877
(116,120,119)
#818584
(129,133,132)
#8E9291
(142,146,145)
#9B9F9E
(155,159,158)
#A8ACAB
(168,172,171)
#B5B9B8
(181,185,184)
#C2C6C5
(194,198,197)
#CFD3D2
(207,211,210)
#DCE0DF
(220,224,223)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676B6A color. Also use rgb(103,107,106) instead hex code.

Text Font Color

.myTextColor { color: #676B6A; }

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

This text font color is #676B6A.


Background Color

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

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

This div background color is #676B6A.


Border color

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

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

This div border color is #676B6A.


Opacity

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

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

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

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

This text has shadow with #676B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B6A on black background.


Color preview on white background

This text has color #676B6A on white background.



Black color preview on #676B6A background

This text has black color on #676B6A background.


White color preview on #676B6A background

This text has white color on #676B6A background.