COLOR #668460

HEX: #668460
RGB: (102,132,96)

Color info

#668460 contains red, green and blue colors in about the same proportion. Web safe color of #668460 is #669966 (or #696).

RGB color model

#668460 color RGB value is (102,132,96).

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

RGB channels and saturation

R 102 of 255 = 40%
G 132 of 255 = 52%
B 96 of 255 = 38%

102
132
96

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

Portions of RGB colors in percentages

R + G + B =
102 + 132 + 96 = 330 (100%)
R 102 of 330 ~ 30.91%
G 132 of 330 ~ 40%
B 96 of 330 ~ 29.09%

%30.91
%40
%29.09

CMYK color model

#668460 color CMYK value is (23,0,27,48).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(23,0,27,48)
C23M0Y27K48 
(23%,0%,27%,48%)
(0.23/0.00/0.27/0.48)	

CMYK percentages

%22.73
%0
%27.27
%48.24

Codes

Color #668460 in popluar color models

668460
RGB10213296
HSL110°15.79%44.71%
HSB/HSV110°27.27%51.76%
CMYK22.73%0.00%27.27%
48.24%

Color #668460 in popluar number systems.

HEX668460
Decimal10213296
Binary1100110100001001100000
Octal146204140

Shades and tints

Shades of #668460

#668460
(102,132,96)
#5D7858
(93,120,88)
#546C50
(84,108,80)
#4B6048
(75,96,72)
#425440
(66,84,64)
#394838
(57,72,56)
#303C30
(48,60,48)
#273028
(39,48,40)
#1E2420
(30,36,32)
#151818
(21,24,24)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #668460

#668460
(102,132,96)
#738F6E
(115,143,110)
#809A7C
(128,154,124)
#8DA58A
(141,165,138)
#9AB098
(154,176,152)
#A7BBA6
(167,187,166)
#B4C6B4
(180,198,180)
#C1D1C2
(193,209,194)
#CEDCD0
(206,220,208)
#DBE7DE
(219,231,222)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668460; }

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

This text font color is #668460.


Background Color

.myBgColor { background-color: #668460; }

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

This div background color is #668460.


Border color

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

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

This div border color is #668460.


Opacity

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

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

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

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

This text has shadow with #668460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668460 on black background.


Color preview on white background

This text has color #668460 on white background.



Black color preview on #668460 background

This text has black color on #668460 background.


White color preview on #668460 background

This text has white color on #668460 background.