COLOR #676D70

HEX: #676D70
RGB: (103,109,112)

Color info

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

RGB color model

#676D70 color RGB value is (103,109,112).

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

RGB channels and saturation

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

103
109
112

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

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 112 = 324 (100%)
R 103 of 324 ~ 31.79%
G 109 of 324 ~ 33.64%
B 112 of 324 ~ 34.57%

%31.79
%33.64
%34.57

CMYK color model

#676D70 color CMYK value is (8,3,0,56).

  • cyan value is 8.04%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(8,3,0,56)
C8M3Y0K56 
(8%,3%,0%,56%)
(0.08/0.03/0.00/0.56)	

CMYK percentages

%8.04
%2.68
%0
%56.08

Codes

Color #676D70 in popluar color models

676D70
RGB103109112
HSL200°4.19%42.16%
HSB/HSV200°8.04%43.92%
CMYK8.04%2.68%0.00%
56.08%

Color #676D70 in popluar number systems.

HEX676D70
Decimal103109112
Binary110011111011011110000
Octal147155160

Shades and tints

Shades of #676D70

#676D70
(103,109,112)
#5E6466
(94,100,102)
#555B5C
(85,91,92)
#4C5252
(76,82,82)
#434948
(67,73,72)
#3A403E
(58,64,62)
#313734
(49,55,52)
#282E2A
(40,46,42)
#1F2520
(31,37,32)
#161C16
(22,28,22)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #676D70

#676D70
(103,109,112)
#747A7D
(116,122,125)
#81878A
(129,135,138)
#8E9497
(142,148,151)
#9BA1A4
(155,161,164)
#A8AEB1
(168,174,177)
#B5BBBE
(181,187,190)
#C2C8CB
(194,200,203)
#CFD5D8
(207,213,216)
#DCE2E5
(220,226,229)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D70; }

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

This text font color is #676D70.


Background Color

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

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

This div background color is #676D70.


Border color

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

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

This div border color is #676D70.


Opacity

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

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

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

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

This text has shadow with #676D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D70 on black background.


Color preview on white background

This text has color #676D70 on white background.



Black color preview on #676D70 background

This text has black color on #676D70 background.


White color preview on #676D70 background

This text has white color on #676D70 background.