COLOR #676967

HEX: #676967
RGB: (103,105,103)

Color info

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

RGB color model

#676967 color RGB value is (103,105,103).

  • red value is 103;
  • green value is 105;
  • blue value is 103.
RGB:
(103,105,103)
(40%,41%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 105 of 255 = 41%
B 103 of 255 = 40%

103
105
103

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

Portions of RGB colors in percentages

R + G + B =
103 + 105 + 103 = 311 (100%)
R 103 of 311 ~ 33.12%
G 105 of 311 ~ 33.76%
B 103 of 311 ~ 33.12%

%33.12
%33.76
%33.12

CMYK color model

#676967 color CMYK value is (2,0,2,59).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 58.82%
CMYK:
(2,0,2,59)
C2M0Y2K59 
(2%,0%,2%,59%)
(0.02/0.00/0.02/0.59)	

CMYK percentages

%1.9
%0
%1.9
%58.82

Codes

Color #676967 in popluar color models

676967
RGB103105103
HSL120°0.96%40.78%
HSB/HSV120°1.90%41.18%
CMYK1.90%0.00%1.90%
58.82%

Color #676967 in popluar number systems.

HEX676967
Decimal103105103
Binary110011111010011100111
Octal147151147

Shades and tints

Shades of #676967

#676967
(103,105,103)
#5E605E
(94,96,94)
#555755
(85,87,85)
#4C4E4C
(76,78,76)
#434543
(67,69,67)
#3A3C3A
(58,60,58)
#313331
(49,51,49)
#282A28
(40,42,40)
#1F211F
(31,33,31)
#161816
(22,24,22)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #676967

#676967
(103,105,103)
#747674
(116,118,116)
#818381
(129,131,129)
#8E908E
(142,144,142)
#9B9D9B
(155,157,155)
#A8AAA8
(168,170,168)
#B5B7B5
(181,183,181)
#C2C4C2
(194,196,194)
#CFD1CF
(207,209,207)
#DCDEDC
(220,222,220)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676967; }

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

This text font color is #676967.


Background Color

.myBgColor { background-color: #676967; }

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

This div background color is #676967.


Border color

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

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

This div border color is #676967.


Opacity

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

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

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

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

This text has shadow with #676967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676967 on black background.


Color preview on white background

This text has color #676967 on white background.



Black color preview on #676967 background

This text has black color on #676967 background.


White color preview on #676967 background

This text has white color on #676967 background.