COLOR #676E76

HEX: #676E76
RGB: (103,110,118)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
110
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 110 + 118 = 331 (100%)
R 103 of 331 ~ 31.12%
G 110 of 331 ~ 33.23%
B 118 of 331 ~ 35.65%

%31.12
%33.23
%35.65

CMYK color model

#676E76 color CMYK value is (13,7,0,54).

  • cyan value is 12.71%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(13,7,0,54)
C13M7Y0K54 
(13%,7%,0%,54%)
(0.13/0.07/0.00/0.54)	

CMYK percentages

%12.71
%6.78
%0
%53.73

Codes

Color #676E76 in popluar color models

676E76
RGB103110118
HSL212°6.79%43.33%
HSB/HSV212°12.71%46.27%
CMYK12.71%6.78%0.00%
53.73%

Color #676E76 in popluar number systems.

HEX676E76
Decimal103110118
Binary110011111011101110110
Octal147156166

Shades and tints

Shades of #676E76

#676E76
(103,110,118)
#5E646C
(94,100,108)
#555A62
(85,90,98)
#4C5058
(76,80,88)
#43464E
(67,70,78)
#3A3C44
(58,60,68)
#31323A
(49,50,58)
#282830
(40,40,48)
#1F1E26
(31,30,38)
#16141C
(22,20,28)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #676E76

#676E76
(103,110,118)
#747B82
(116,123,130)
#81888E
(129,136,142)
#8E959A
(142,149,154)
#9BA2A6
(155,162,166)
#A8AFB2
(168,175,178)
#B5BCBE
(181,188,190)
#C2C9CA
(194,201,202)
#CFD6D6
(207,214,214)
#DCE3E2
(220,227,226)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676E76; }

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

This text font color is #676E76.


Background Color

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

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

This div background color is #676E76.


Border color

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

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

This div border color is #676E76.


Opacity

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

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

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

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

This text has shadow with #676E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E76 on black background.


Color preview on white background

This text has color #676E76 on white background.



Black color preview on #676E76 background

This text has black color on #676E76 background.


White color preview on #676E76 background

This text has white color on #676E76 background.