COLOR #667676

HEX: #667676
RGB: (102,118,118)

Color info

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

RGB color model

#667676 color RGB value is (102,118,118).

  • red value is 102;
  • green value is 118;
  • blue value is 118.
RGB:
(102,118,118)
(40%,46%,46%)

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 118 of 255 = 46%

102
118
118

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

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 118 = 338 (100%)
R 102 of 338 ~ 30.18%
G 118 of 338 ~ 34.91%
B 118 of 338 ~ 34.91%

%30.18
%34.91
%34.91

CMYK color model

#667676 color CMYK value is (14,0,0,54).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,0,0,54)
C14M0Y0K54 
(14%,0%,0%,54%)
(0.14/0.00/0.00/0.54)	

CMYK percentages

%13.56
%0
%0
%53.73

Codes

Color #667676 in popluar color models

667676
RGB102118118
HSL180°7.27%43.14%
HSB/HSV180°13.56%46.27%
CMYK13.56%0.00%0.00%
53.73%

Color #667676 in popluar number systems.

HEX667676
Decimal102118118
Binary110011011101101110110
Octal146166166

Shades and tints

Shades of #667676

#667676
(102,118,118)
#5D6C6C
(93,108,108)
#546262
(84,98,98)
#4B5858
(75,88,88)
#424E4E
(66,78,78)
#394444
(57,68,68)
#303A3A
(48,58,58)
#273030
(39,48,48)
#1E2626
(30,38,38)
#151C1C
(21,28,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #667676

#667676
(102,118,118)
#738282
(115,130,130)
#808E8E
(128,142,142)
#8D9A9A
(141,154,154)
#9AA6A6
(154,166,166)
#A7B2B2
(167,178,178)
#B4BEBE
(180,190,190)
#C1CACA
(193,202,202)
#CED6D6
(206,214,214)
#DBE2E2
(219,226,226)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667676 color. Also use rgb(102,118,118) instead hex code.

Text Font Color

.myTextColor { color: #667676; }

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

This text font color is #667676.


Background Color

.myBgColor { background-color: #667676; }

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

This div background color is #667676.


Border color

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

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

This div border color is #667676.


Opacity

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

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

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

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

This text has shadow with #667676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667676 on black background.


Color preview on white background

This text has color #667676 on white background.



Black color preview on #667676 background

This text has black color on #667676 background.


White color preview on #667676 background

This text has white color on #667676 background.