COLOR #667564

HEX: #667564
RGB: (102,117,100)

Color info

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

RGB color model

#667564 color RGB value is (102,117,100).

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

RGB channels and saturation

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

102
117
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 100 = 319 (100%)
R 102 of 319 ~ 31.97%
G 117 of 319 ~ 36.68%
B 100 of 319 ~ 31.35%

%31.97
%36.68
%31.35

CMYK color model

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

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

CMYK percentages

%12.82
%0
%14.53
%54.12

Codes

Color #667564 in popluar color models

667564
RGB102117100
HSL113°7.83%42.55%
HSB/HSV113°14.53%45.88%
CMYK12.82%0.00%14.53%
54.12%

Color #667564 in popluar number systems.

HEX667564
Decimal102117100
Binary110011011101011100100
Octal146165144

Shades and tints

Shades of #667564

#667564
(102,117,100)
#5D6B5B
(93,107,91)
#546152
(84,97,82)
#4B5749
(75,87,73)
#424D40
(66,77,64)
#394337
(57,67,55)
#30392E
(48,57,46)
#272F25
(39,47,37)
#1E251C
(30,37,28)
#151B13
(21,27,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #667564

#667564
(102,117,100)
#738172
(115,129,114)
#808D80
(128,141,128)
#8D998E
(141,153,142)
#9AA59C
(154,165,156)
#A7B1AA
(167,177,170)
#B4BDB8
(180,189,184)
#C1C9C6
(193,201,198)
#CED5D4
(206,213,212)
#DBE1E2
(219,225,226)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667564; }

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

This text font color is #667564.


Background Color

.myBgColor { background-color: #667564; }

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

This div background color is #667564.


Border color

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

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

This div border color is #667564.


Opacity

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

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

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

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

This text has shadow with #667564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667564 on black background.


Color preview on white background

This text has color #667564 on white background.



Black color preview on #667564 background

This text has black color on #667564 background.


White color preview on #667564 background

This text has white color on #667564 background.