COLOR #676D61

HEX: #676D61
RGB: (103,109,97)

Color info

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

RGB color model

#676D61 color RGB value is (103,109,97).

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

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 97 of 255 = 38%

103
109
97

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

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 97 = 309 (100%)
R 103 of 309 ~ 33.33%
G 109 of 309 ~ 35.28%
B 97 of 309 ~ 31.39%

%33.33
%35.28
%31.39

CMYK color model

#676D61 color CMYK value is (6,0,11,57).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 57.25%
CMYK:
(6,0,11,57)
C6M0Y11K57 
(6%,0%,11%,57%)
(0.06/0.00/0.11/0.57)	

CMYK percentages

%5.5
%0
%11.01
%57.25

Codes

Color #676D61 in popluar color models

676D61
RGB10310997
HSL90°5.83%40.39%
HSB/HSV90°11.01%42.75%
CMYK5.50%0.00%11.01%
57.25%

Color #676D61 in popluar number systems.

HEX676D61
Decimal10310997
Binary110011111011011100001
Octal147155141

Shades and tints

Shades of #676D61

#676D61
(103,109,97)
#5E6459
(94,100,89)
#555B51
(85,91,81)
#4C5249
(76,82,73)
#434941
(67,73,65)
#3A4039
(58,64,57)
#313731
(49,55,49)
#282E29
(40,46,41)
#1F2521
(31,37,33)
#161C19
(22,28,25)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #676D61

#676D61
(103,109,97)
#747A6F
(116,122,111)
#81877D
(129,135,125)
#8E948B
(142,148,139)
#9BA199
(155,161,153)
#A8AEA7
(168,174,167)
#B5BBB5
(181,187,181)
#C2C8C3
(194,200,195)
#CFD5D1
(207,213,209)
#DCE2DF
(220,226,223)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D61; }

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

This text font color is #676D61.


Background Color

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

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

This div background color is #676D61.


Border color

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

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

This div border color is #676D61.


Opacity

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

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

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

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

This text has shadow with #676D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D61 on black background.


Color preview on white background

This text has color #676D61 on white background.



Black color preview on #676D61 background

This text has black color on #676D61 background.


White color preview on #676D61 background

This text has white color on #676D61 background.