COLOR #667566

HEX: #667566
RGB: (102,117,102)

Color info

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

RGB color model

#667566 color RGB value is (102,117,102).

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

RGB channels and saturation

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

102
117
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 102 = 321 (100%)
R 102 of 321 ~ 31.78%
G 117 of 321 ~ 36.45%
B 102 of 321 ~ 31.78%

%31.78
%36.45
%31.78

CMYK color model

#667566 color CMYK value is (13,0,13,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(13,0,13,54)
C13M0Y13K54 
(13%,0%,13%,54%)
(0.13/0.00/0.13/0.54)	

CMYK percentages

%12.82
%0
%12.82
%54.12

Codes

Color #667566 in popluar color models

667566
RGB102117102
HSL120°6.85%42.94%
HSB/HSV120°12.82%45.88%
CMYK12.82%0.00%12.82%
54.12%

Color #667566 in popluar number systems.

HEX667566
Decimal102117102
Binary110011011101011100110
Octal146165146

Shades and tints

Shades of #667566

#667566
(102,117,102)
#5D6B5D
(93,107,93)
#546154
(84,97,84)
#4B574B
(75,87,75)
#424D42
(66,77,66)
#394339
(57,67,57)
#303930
(48,57,48)
#272F27
(39,47,39)
#1E251E
(30,37,30)
#151B15
(21,27,21)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #667566

#667566
(102,117,102)
#738173
(115,129,115)
#808D80
(128,141,128)
#8D998D
(141,153,141)
#9AA59A
(154,165,154)
#A7B1A7
(167,177,167)
#B4BDB4
(180,189,180)
#C1C9C1
(193,201,193)
#CED5CE
(206,213,206)
#DBE1DB
(219,225,219)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667566; }

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

This text font color is #667566.


Background Color

.myBgColor { background-color: #667566; }

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

This div background color is #667566.


Border color

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

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

This div border color is #667566.


Opacity

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

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

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

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

This text has shadow with #667566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667566 on black background.


Color preview on white background

This text has color #667566 on white background.



Black color preview on #667566 background

This text has black color on #667566 background.


White color preview on #667566 background

This text has white color on #667566 background.