COLOR #667864

HEX: #667864
RGB: (102,120,100)

Color info

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

RGB color model

#667864 color RGB value is (102,120,100).

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

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 100 of 255 = 39%

102
120
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 100 = 322 (100%)
R 102 of 322 ~ 31.68%
G 120 of 322 ~ 37.27%
B 100 of 322 ~ 31.06%

%31.68
%37.27
%31.06

CMYK color model

#667864 color CMYK value is (15,0,17,53).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(15,0,17,53)
C15M0Y17K53 
(15%,0%,17%,53%)
(0.15/0.00/0.17/0.53)	

CMYK percentages

%15
%0
%16.67
%52.94

Codes

Color #667864 in popluar color models

667864
RGB102120100
HSL114°9.09%43.14%
HSB/HSV114°16.67%47.06%
CMYK15.00%0.00%16.67%
52.94%

Color #667864 in popluar number systems.

HEX667864
Decimal102120100
Binary110011011110001100100
Octal146170144

Shades and tints

Shades of #667864

#667864
(102,120,100)
#5D6E5B
(93,110,91)
#546452
(84,100,82)
#4B5A49
(75,90,73)
#425040
(66,80,64)
#394637
(57,70,55)
#303C2E
(48,60,46)
#273225
(39,50,37)
#1E281C
(30,40,28)
#151E13
(21,30,19)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #667864

#667864
(102,120,100)
#738472
(115,132,114)
#809080
(128,144,128)
#8D9C8E
(141,156,142)
#9AA89C
(154,168,156)
#A7B4AA
(167,180,170)
#B4C0B8
(180,192,184)
#C1CCC6
(193,204,198)
#CED8D4
(206,216,212)
#DBE4E2
(219,228,226)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667864; }

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

This text font color is #667864.


Background Color

.myBgColor { background-color: #667864; }

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

This div background color is #667864.


Border color

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

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

This div border color is #667864.


Opacity

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

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

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

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

This text has shadow with #667864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667864 on black background.


Color preview on white background

This text has color #667864 on white background.



Black color preview on #667864 background

This text has black color on #667864 background.


White color preview on #667864 background

This text has white color on #667864 background.