COLOR #667860

HEX: #667860
RGB: (102,120,96)

Color info

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

RGB color model

#667860 color RGB value is (102,120,96).

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

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 96 of 255 = 38%

102
120
96

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

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 96 = 318 (100%)
R 102 of 318 ~ 32.08%
G 120 of 318 ~ 37.74%
B 96 of 318 ~ 30.19%

%32.08
%37.74
%30.19

CMYK color model

#667860 color CMYK value is (15,0,20,53).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK:
(15,0,20,53)
C15M0Y20K53 
(15%,0%,20%,53%)
(0.15/0.00/0.20/0.53)	

CMYK percentages

%15
%0
%20
%52.94

Codes

Color #667860 in popluar color models

667860
RGB10212096
HSL105°11.11%42.35%
HSB/HSV105°20.00%47.06%
CMYK15.00%0.00%20.00%
52.94%

Color #667860 in popluar number systems.

HEX667860
Decimal10212096
Binary110011011110001100000
Octal146170140

Shades and tints

Shades of #667860

#667860
(102,120,96)
#5D6E58
(93,110,88)
#546450
(84,100,80)
#4B5A48
(75,90,72)
#425040
(66,80,64)
#394638
(57,70,56)
#303C30
(48,60,48)
#273228
(39,50,40)
#1E2820
(30,40,32)
#151E18
(21,30,24)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #667860

#667860
(102,120,96)
#73846E
(115,132,110)
#80907C
(128,144,124)
#8D9C8A
(141,156,138)
#9AA898
(154,168,152)
#A7B4A6
(167,180,166)
#B4C0B4
(180,192,180)
#C1CCC2
(193,204,194)
#CED8D0
(206,216,208)
#DBE4DE
(219,228,222)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667860; }

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

This text font color is #667860.


Background Color

.myBgColor { background-color: #667860; }

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

This div background color is #667860.


Border color

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

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

This div border color is #667860.


Opacity

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

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

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

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

This text has shadow with #667860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667860 on black background.


Color preview on white background

This text has color #667860 on white background.



Black color preview on #667860 background

This text has black color on #667860 background.


White color preview on #667860 background

This text has white color on #667860 background.