COLOR #676E70

HEX: #676E70 RGB: (103,110,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
110
112

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

Portions of RGB colors in percentages

R + G + B = 103 + 110 + 112 = 325 (100%)
R 103 of 325 ~ 31.69%
G 110 of 325 ~ 33.85%
B 112 of 325 ~ 34.46'%

%31.69
%33.85
%34.46

CMYK color model

#676E70 color CMYK value is (8,2,0,56).

  • cyan value is 8.04%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (8,2,0,56)
C8M2Y0K56 (8%, 2%, 0%, 56%)
(0.08 / 0.02 / 0.00 / 0.56)

CMYK percentages

%8.04
%1.79
%0
%56.08

Codes

Color #676E70 in popluar color models

67 6E 70
RGB 103 110 112
HSL 193° 4.19% 42.16%
HSB/HSV 193° 8.04% 43.92%
CMYK 8.04% 1.79% 0.00%
56.08%

Color #676E70 in popluar number systems.

HEX 67 6E 70
Decimal 103 110 112
Binary 1100111 1101110 1110000
Octal 147 156 160

Shades and tints

Shades of #676E70

#676E70
(103,110,112)
#5E6466
(94,100,102)
#555A5C
(85,90,92)
#4C5052
(76,80,82)
#434648
(67,70,72)
#3A3C3E
(58,60,62)
#313234
(49,50,52)
#28282A
(40,40,42)
#1F1E20
(31,30,32)
#161416
(22,20,22)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #676E70

#676E70
(103,110,112)
#747B7D
(116,123,125)
#81888A
(129,136,138)
#8E9597
(142,149,151)
#9BA2A4
(155,162,164)
#A8AFB1
(168,175,177)
#B5BCBE
(181,188,190)
#C2C9CB
(194,201,203)
#CFD6D8
(207,214,216)
#DCE3E5
(220,227,229)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676E70; }

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

This text font color is #676E70.

Background Color

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

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

This div background color is #676E70.

Border color

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

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

This div border color is #676E70.

Opacity

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

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

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

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

This text has shadow with #676E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676E70.

Preview

Color preview on black background

This text has color #676E70 on black background.


Color preview on white background

This text has color #676E70 on white background.


Black color preview on #676E70 background

This text has black color on #676E70 background.


White color preview on #676E70 background

This text has white color on #676E70 background.


Related colors

Complementary color

Complementary color for #hex is #98918F.


I love getcolorcode.com

Triadic colors

1 #70676E and #6E7067 with #676E70 are triadic colors.

2 #706E67 and #6E6770 with #676E70 are triadic colors.