COLOR #667460

HEX: #667460
RGB: (102,116,96)

Color info

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

RGB color model

#667460 color RGB value is (102,116,96).

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

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 96 of 255 = 38%

102
116
96

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

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 96 = 314 (100%)
R 102 of 314 ~ 32.48%
G 116 of 314 ~ 36.94%
B 96 of 314 ~ 30.57%

%32.48
%36.94
%30.57

CMYK color model

#667460 color CMYK value is (12,0,17,55).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(12,0,17,55)
C12M0Y17K55 
(12%,0%,17%,55%)
(0.12/0.00/0.17/0.55)	

CMYK percentages

%12.07
%0
%17.24
%54.51

Codes

Color #667460 in popluar color models

667460
RGB10211696
HSL102°9.43%41.57%
HSB/HSV102°17.24%45.49%
CMYK12.07%0.00%17.24%
54.51%

Color #667460 in popluar number systems.

HEX667460
Decimal10211696
Binary110011011101001100000
Octal146164140

Shades and tints

Shades of #667460

#667460
(102,116,96)
#5D6A58
(93,106,88)
#546050
(84,96,80)
#4B5648
(75,86,72)
#424C40
(66,76,64)
#394238
(57,66,56)
#303830
(48,56,48)
#272E28
(39,46,40)
#1E2420
(30,36,32)
#151A18
(21,26,24)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #667460

#667460
(102,116,96)
#73806E
(115,128,110)
#808C7C
(128,140,124)
#8D988A
(141,152,138)
#9AA498
(154,164,152)
#A7B0A6
(167,176,166)
#B4BCB4
(180,188,180)
#C1C8C2
(193,200,194)
#CED4D0
(206,212,208)
#DBE0DE
(219,224,222)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667460; }

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

This text font color is #667460.


Background Color

.myBgColor { background-color: #667460; }

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

This div background color is #667460.


Border color

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

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

This div border color is #667460.


Opacity

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

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

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

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

This text has shadow with #667460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667460 on black background.


Color preview on white background

This text has color #667460 on white background.



Black color preview on #667460 background

This text has black color on #667460 background.


White color preview on #667460 background

This text has white color on #667460 background.