COLOR #676B61

HEX: #676B61 RGB: (103,107,97)

Color info

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

RGB color model

#676B61 color RGB value is (103,107,97).

RGB: (103,107,97) (40%, 42%, 38%)

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 97 of 255 = 38%

103
107
97

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

Portions of RGB colors in percentages

R + G + B = 103 + 107 + 97 = 307 (100%)
R 103 of 307 ~ 33.55%
G 107 of 307 ~ 34.85%
B 97 of 307 ~ 31.6'%

%33.55
%34.85
%31.6

CMYK color model

#676B61 color CMYK value is (4,0,9,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 58.04%

CMYK: (4,0,9,58)
C4M0Y9K58 (4%, 0%, 9%, 58%)
(0.04 / 0.00 / 0.09 / 0.58)

CMYK percentages

%3.74
%0
%9.35
%58.04

Codes

Color #676B61 in popluar color models

67 6B 61
RGB 103 107 97
HSL 84° 4.90% 40.00%
HSB/HSV 84° 9.35% 41.96%
CMYK 3.74% 0.00% 9.35%
58.04%

Color #676B61 in popluar number systems.

HEX 67 6B 61
Decimal 103 107 97
Binary 1100111 1101011 1100001
Octal 147 153 141

Shades and tints

Shades of #676B61

#676B61
(103,107,97)
#5E6259
(94,98,89)
#555951
(85,89,81)
#4C5049
(76,80,73)
#434741
(67,71,65)
#3A3E39
(58,62,57)
#313531
(49,53,49)
#282C29
(40,44,41)
#1F2321
(31,35,33)
#161A19
(22,26,25)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #676B61

#676B61
(103,107,97)
#74786F
(116,120,111)
#81857D
(129,133,125)
#8E928B
(142,146,139)
#9B9F99
(155,159,153)
#A8ACA7
(168,172,167)
#B5B9B5
(181,185,181)
#C2C6C3
(194,198,195)
#CFD3D1
(207,211,209)
#DCE0DF
(220,224,223)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B61; }

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

This text font color is #676B61.

Background Color

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

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

This div background color is #676B61.

Border color

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

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

This div border color is #676B61.

Opacity

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

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

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

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

This text has shadow with #676B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676B61.

Preview

Color preview on black background

This text has color #676B61 on black background.


Color preview on white background

This text has color #676B61 on white background.


Black color preview on #676B61 background

This text has black color on #676B61 background.


White color preview on #676B61 background

This text has white color on #676B61 background.


Related colors

Complementary color

Complementary color for #hex is #98949E.


I love getcolorcode.com

Triadic colors

1 #61676B and #6B6167 with #676B61 are triadic colors.

2 #616B67 and #6B6761 with #676B61 are triadic colors.