COLOR #676A6E

HEX: #676A6E RGB: (103,106,110)

Color info

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

RGB color model

#676A6E color RGB value is (103,106,110).

RGB: (103,106,110) (40%, 42%, 43%)

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 110 of 255 = 43%

103
106
110

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

Portions of RGB colors in percentages

R + G + B = 103 + 106 + 110 = 319 (100%)
R 103 of 319 ~ 32.29%
G 106 of 319 ~ 33.23%
B 110 of 319 ~ 34.48'%

%32.29
%33.23
%34.48

CMYK color model

#676A6E color CMYK value is (6,4,0,57).

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

CMYK: (6,4,0,57)
C6M4Y0K57 (6%, 4%, 0%, 57%)
(0.06 / 0.04 / 0.00 / 0.57)

CMYK percentages

%6.36
%3.64
%0
%56.86

Codes

Color #676A6E in popluar color models

67 6A 6E
RGB 103 106 110
HSL 214° 3.29% 41.76%
HSB/HSV 214° 6.36% 43.14%
CMYK 6.36% 3.64% 0.00%
56.86%

Color #676A6E in popluar number systems.

HEX 67 6A 6E
Decimal 103 106 110
Binary 1100111 1101010 1101110
Octal 147 152 156

Shades and tints

Shades of #676A6E

#676A6E
(103,106,110)
#5E6164
(94,97,100)
#55585A
(85,88,90)
#4C4F50
(76,79,80)
#434646
(67,70,70)
#3A3D3C
(58,61,60)
#313432
(49,52,50)
#282B28
(40,43,40)
#1F221E
(31,34,30)
#161914
(22,25,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #676A6E

#676A6E
(103,106,110)
#74777B
(116,119,123)
#818488
(129,132,136)
#8E9195
(142,145,149)
#9B9EA2
(155,158,162)
#A8ABAF
(168,171,175)
#B5B8BC
(181,184,188)
#C2C5C9
(194,197,201)
#CFD2D6
(207,210,214)
#DCDFE3
(220,223,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A6E; }

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

This text font color is #676A6E.

Background Color

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

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

This div background color is #676A6E.

Border color

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

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

This div border color is #676A6E.

Opacity

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

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

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

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

This text has shadow with #676A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676A6E.

Preview

Color preview on black background

This text has color #676A6E on black background.


Color preview on white background

This text has color #676A6E on white background.


Black color preview on #676A6E background

This text has black color on #676A6E background.


White color preview on #676A6E background

This text has white color on #676A6E background.


Related colors

Complementary color

Complementary color for #hex is #989591.


I love getcolorcode.com

Triadic colors

1 #6E676A and #6A6E67 with #676A6E are triadic colors.

2 #6E6A67 and #6A676E with #676A6E are triadic colors.