COLOR #676461

HEX: #676461
RGB: (103,100,97)

Color info

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

RGB color model

#676461 color RGB value is (103,100,97).

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

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 97 of 255 = 38%

103
100
97

R + G + B ~ 39%. #676461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 97 = 300 (100%)
R 103 of 300 ~ 34.33%
G 100 of 300 ~ 33.33%
B 97 of 300 ~ 32.33%

%34.33
%33.33
%32.33

CMYK color model

#676461 color CMYK value is (0,3,6,60).

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(0,3,6,60)
C0M3Y6K60 
(0%,3%,6%,60%)
(0.00/0.03/0.06/0.60)	

CMYK percentages

%0
%2.91
%5.83
%59.61

Codes

Color #676461 in popluar color models

676461
RGB10310097
HSL30°3.00%39.22%
HSB/HSV30°5.83%40.39%
CMYK0.00%2.91%5.83%
59.61%

Color #676461 in popluar number systems.

HEX676461
Decimal10310097
Binary110011111001001100001
Octal147144141

Shades and tints

Shades of #676461

#676461
(103,100,97)
#5E5B59
(94,91,89)
#555251
(85,82,81)
#4C4949
(76,73,73)
#434041
(67,64,65)
#3A3739
(58,55,57)
#312E31
(49,46,49)
#282529
(40,37,41)
#1F1C21
(31,28,33)
#161319
(22,19,25)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #676461

#676461
(103,100,97)
#74726F
(116,114,111)
#81807D
(129,128,125)
#8E8E8B
(142,142,139)
#9B9C99
(155,156,153)
#A8AAA7
(168,170,167)
#B5B8B5
(181,184,181)
#C2C6C3
(194,198,195)
#CFD4D1
(207,212,209)
#DCE2DF
(220,226,223)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676461; }

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

This text font color is #676461.


Background Color

.myBgColor { background-color: #676461; }

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

This div background color is #676461.


Border color

.myBorderColor { border: 1px solid #676461; }

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

This div border color is #676461.


Opacity

.myOpacity80 { color: #676461; opacity: 0.8; }

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

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

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

This text has shadow with #676461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676461 on black background.


Color preview on white background

This text has color #676461 on white background.



Black color preview on #676461 background

This text has black color on #676461 background.


White color preview on #676461 background

This text has white color on #676461 background.