COLOR #676F6E

HEX: #676F6E
RGB: (103,111,110)

Color info

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

RGB color model

#676F6E color RGB value is (103,111,110).

  • red value is 103;
  • green value is 111;
  • blue value is 110.
RGB:
(103,111,110)
(40%,44%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 110 of 255 = 43%

103
111
110

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

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 110 = 324 (100%)
R 103 of 324 ~ 31.79%
G 111 of 324 ~ 34.26%
B 110 of 324 ~ 33.95%

%31.79
%34.26
%33.95

CMYK color model

#676F6E color CMYK value is (7,0,1,56).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(7,0,1,56)
C7M0Y1K56 
(7%,0%,1%,56%)
(0.07/0.00/0.01/0.56)	

CMYK percentages

%7.21
%0
%0.9
%56.47

Codes

Color #676F6E in popluar color models

676F6E
RGB103111110
HSL173°3.74%41.96%
HSB/HSV173°7.21%43.53%
CMYK7.21%0.00%0.90%
56.47%

Color #676F6E in popluar number systems.

HEX676F6E
Decimal103111110
Binary110011111011111101110
Octal147157156

Shades and tints

Shades of #676F6E

#676F6E
(103,111,110)
#5E6564
(94,101,100)
#555B5A
(85,91,90)
#4C5150
(76,81,80)
#434746
(67,71,70)
#3A3D3C
(58,61,60)
#313332
(49,51,50)
#282928
(40,41,40)
#1F1F1E
(31,31,30)
#161514
(22,21,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #676F6E

#676F6E
(103,111,110)
#747C7B
(116,124,123)
#818988
(129,137,136)
#8E9695
(142,150,149)
#9BA3A2
(155,163,162)
#A8B0AF
(168,176,175)
#B5BDBC
(181,189,188)
#C2CAC9
(194,202,201)
#CFD7D6
(207,215,214)
#DCE4E3
(220,228,227)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676F6E; }

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

This text font color is #676F6E.


Background Color

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

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

This div background color is #676F6E.


Border color

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

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

This div border color is #676F6E.


Opacity

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

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

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

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

This text has shadow with #676F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F6E on black background.


Color preview on white background

This text has color #676F6E on white background.



Black color preview on #676F6E background

This text has black color on #676F6E background.


White color preview on #676F6E background

This text has white color on #676F6E background.