COLOR #667166

HEX: #667166
RGB: (102,113,102)

Color info

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

RGB color model

#667166 color RGB value is (102,113,102).

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

RGB channels and saturation

R 102 of 255 = 40%
G 113 of 255 = 44%
B 102 of 255 = 40%

102
113
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 113 + 102 = 317 (100%)
R 102 of 317 ~ 32.18%
G 113 of 317 ~ 35.65%
B 102 of 317 ~ 32.18%

%32.18
%35.65
%32.18

CMYK color model

#667166 color CMYK value is (10,0,10,56).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(10,0,10,56)
C10M0Y10K56 
(10%,0%,10%,56%)
(0.10/0.00/0.10/0.56)	

CMYK percentages

%9.73
%0
%9.73
%55.69

Codes

Color #667166 in popluar color models

667166
RGB102113102
HSL120°5.12%42.16%
HSB/HSV120°9.73%44.31%
CMYK9.73%0.00%9.73%
55.69%

Color #667166 in popluar number systems.

HEX667166
Decimal102113102
Binary110011011100011100110
Octal146161146

Shades and tints

Shades of #667166

#667166
(102,113,102)
#5D675D
(93,103,93)
#545D54
(84,93,84)
#4B534B
(75,83,75)
#424942
(66,73,66)
#393F39
(57,63,57)
#303530
(48,53,48)
#272B27
(39,43,39)
#1E211E
(30,33,30)
#151715
(21,23,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #667166

#667166
(102,113,102)
#737D73
(115,125,115)
#808980
(128,137,128)
#8D958D
(141,149,141)
#9AA19A
(154,161,154)
#A7ADA7
(167,173,167)
#B4B9B4
(180,185,180)
#C1C5C1
(193,197,193)
#CED1CE
(206,209,206)
#DBDDDB
(219,221,219)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667166; }

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

This text font color is #667166.


Background Color

.myBgColor { background-color: #667166; }

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

This div background color is #667166.


Border color

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

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

This div border color is #667166.


Opacity

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

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

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

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

This text has shadow with #667166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667166 on black background.


Color preview on white background

This text has color #667166 on white background.



Black color preview on #667166 background

This text has black color on #667166 background.


White color preview on #667166 background

This text has white color on #667166 background.