COLOR #676A62

HEX: #676A62
RGB: (103,106,98)

Color info

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

RGB color model

#676A62 color RGB value is (103,106,98).

  • red value is 103;
  • green value is 106;
  • blue value is 98.
RGB:
(103,106,98)
(40%,42%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 98 of 255 = 38%

103
106
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 98 = 307 (100%)
R 103 of 307 ~ 33.55%
G 106 of 307 ~ 34.53%
B 98 of 307 ~ 31.92%

%33.55
%34.53
%31.92

CMYK color model

#676A62 color CMYK value is (3,0,8,58).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 58.43%
CMYK:
(3,0,8,58)
C3M0Y8K58 
(3%,0%,8%,58%)
(0.03/0.00/0.08/0.58)	

CMYK percentages

%2.83
%0
%7.55
%58.43

Codes

Color #676A62 in popluar color models

676A62
RGB10310698
HSL83°3.92%40.00%
HSB/HSV83°7.55%41.57%
CMYK2.83%0.00%7.55%
58.43%

Color #676A62 in popluar number systems.

HEX676A62
Decimal10310698
Binary110011111010101100010
Octal147152142

Shades and tints

Shades of #676A62

#676A62
(103,106,98)
#5E615A
(94,97,90)
#555852
(85,88,82)
#4C4F4A
(76,79,74)
#434642
(67,70,66)
#3A3D3A
(58,61,58)
#313432
(49,52,50)
#282B2A
(40,43,42)
#1F2222
(31,34,34)
#16191A
(22,25,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #676A62

#676A62
(103,106,98)
#747770
(116,119,112)
#81847E
(129,132,126)
#8E918C
(142,145,140)
#9B9E9A
(155,158,154)
#A8ABA8
(168,171,168)
#B5B8B6
(181,184,182)
#C2C5C4
(194,197,196)
#CFD2D2
(207,210,210)
#DCDFE0
(220,223,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A62; }

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

This text font color is #676A62.


Background Color

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

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

This div background color is #676A62.


Border color

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

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

This div border color is #676A62.


Opacity

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

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

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

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

This text has shadow with #676A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A62 on black background.


Color preview on white background

This text has color #676A62 on white background.



Black color preview on #676A62 background

This text has black color on #676A62 background.


White color preview on #676A62 background

This text has white color on #676A62 background.