COLOR #676E6E

HEX: #676E6E RGB: (103,110,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
110
110

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

Portions of RGB colors in percentages

R + G + B = 103 + 110 + 110 = 323 (100%)
R 103 of 323 ~ 31.89%
G 110 of 323 ~ 34.06%
B 110 of 323 ~ 34.06'%

%31.89
%34.06
%34.06

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (6,0,0,57) C6M0Y0K57 (6%,0%,0%,57%) (0.06/0.00/0.00/0.57) 

CMYK percentages

%6.36
%0
%0
%56.86

Codes

Color #676E6E in popluar color models

67 6E 6E
RGB 103 110 110
HSL 180° 3.29% 41.76%
HSB/HSV 180° 6.36% 43.14%
CMYK 6.36% 0.00% 0.00%
56.86%

Color #676E6E in popluar number systems.

HEX 67 6E 6E
Decimal 103 110 110
Binary 1100111 1101110 1101110
Octal 147 156 156

Shades and tints

Shades of #676E6E

#676E6E
(103,110,110)
#5E6464
(94,100,100)
#555A5A
(85,90,90)
#4C5050
(76,80,80)
#434646
(67,70,70)
#3A3C3C
(58,60,60)
#313232
(49,50,50)
#282828
(40,40,40)
#1F1E1E
(31,30,30)
#161414
(22,20,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #676E6E

#676E6E
(103,110,110)
#747B7B
(116,123,123)
#818888
(129,136,136)
#8E9595
(142,149,149)
#9BA2A2
(155,162,162)
#A8AFAF
(168,175,175)
#B5BCBC
(181,188,188)
#C2C9C9
(194,201,201)
#CFD6D6
(207,214,214)
#DCE3E3
(220,227,227)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676E6E; }

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

This text font color is #676E6E.

Background Color

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

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

This div background color is #676E6E.

Border color

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

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

This div border color is #676E6E.

Opacity

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

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

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

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

This text has shadow with #676E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676E6E.

Preview

Color preview on black background

This text has color #676E6E on black background.


Color preview on white background

This text has color #676E6E on white background.


Black color preview on #676E6E background

This text has black color on #676E6E background.


White color preview on #676E6E background

This text has white color on #676E6E background.


Related colors

Complementary color

Complementary color for #hex is #989191.


I love getcolorcode.com