COLOR #676C63

HEX: #676C63
RGB: (103,108,99)

Color info

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

RGB color model

#676C63 color RGB value is (103,108,99).

  • red value is 103;
  • green value is 108;
  • blue value is 99.
RGB:
(103,108,99)
(40%,42%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 99 of 255 = 39%

103
108
99

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

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 99 = 310 (100%)
R 103 of 310 ~ 33.23%
G 108 of 310 ~ 34.84%
B 99 of 310 ~ 31.94%

%33.23
%34.84
%31.94

CMYK color model

#676C63 color CMYK value is (5,0,8,58).

  • cyan value is 4.63%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 57.65%
CMYK:
(5,0,8,58)
C5M0Y8K58 
(5%,0%,8%,58%)
(0.05/0.00/0.08/0.58)	

CMYK percentages

%4.63
%0
%8.33
%57.65

Codes

Color #676C63 in popluar color models

676C63
RGB10310899
HSL93°4.35%40.59%
HSB/HSV93°8.33%42.35%
CMYK4.63%0.00%8.33%
57.65%

Color #676C63 in popluar number systems.

HEX676C63
Decimal10310899
Binary110011111011001100011
Octal147154143

Shades and tints

Shades of #676C63

#676C63
(103,108,99)
#5E635A
(94,99,90)
#555A51
(85,90,81)
#4C5148
(76,81,72)
#43483F
(67,72,63)
#3A3F36
(58,63,54)
#31362D
(49,54,45)
#282D24
(40,45,36)
#1F241B
(31,36,27)
#161B12
(22,27,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #676C63

#676C63
(103,108,99)
#747971
(116,121,113)
#81867F
(129,134,127)
#8E938D
(142,147,141)
#9BA09B
(155,160,155)
#A8ADA9
(168,173,169)
#B5BAB7
(181,186,183)
#C2C7C5
(194,199,197)
#CFD4D3
(207,212,211)
#DCE1E1
(220,225,225)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C63 color. Also use rgb(103,108,99) instead hex code.

Text Font Color

.myTextColor { color: #676C63; }

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

This text font color is #676C63.


Background Color

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

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

This div background color is #676C63.


Border color

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

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

This div border color is #676C63.


Opacity

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

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

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

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

This text has shadow with #676C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C63 on black background.


Color preview on white background

This text has color #676C63 on white background.



Black color preview on #676C63 background

This text has black color on #676C63 background.


White color preview on #676C63 background

This text has white color on #676C63 background.