COLOR #668466

HEX: #668466
RGB: (102,132,102)

Color info

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

RGB color model

#668466 color RGB value is (102,132,102).

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

RGB channels and saturation

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

102
132
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 132 + 102 = 336 (100%)
R 102 of 336 ~ 30.36%
G 132 of 336 ~ 39.29%
B 102 of 336 ~ 30.36%

%30.36
%39.29
%30.36

CMYK color model

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

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

CMYK percentages

%22.73
%0
%22.73
%48.24

Codes

Color #668466 in popluar color models

668466
RGB102132102
HSL120°12.82%45.88%
HSB/HSV120°22.73%51.76%
CMYK22.73%0.00%22.73%
48.24%

Color #668466 in popluar number systems.

HEX668466
Decimal102132102
Binary1100110100001001100110
Octal146204146

Shades and tints

Shades of #668466

#668466
(102,132,102)
#5D785D
(93,120,93)
#546C54
(84,108,84)
#4B604B
(75,96,75)
#425442
(66,84,66)
#394839
(57,72,57)
#303C30
(48,60,48)
#273027
(39,48,39)
#1E241E
(30,36,30)
#151815
(21,24,21)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #668466

#668466
(102,132,102)
#738F73
(115,143,115)
#809A80
(128,154,128)
#8DA58D
(141,165,141)
#9AB09A
(154,176,154)
#A7BBA7
(167,187,167)
#B4C6B4
(180,198,180)
#C1D1C1
(193,209,193)
#CEDCCE
(206,220,206)
#DBE7DB
(219,231,219)
#E8F2E8
(232,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668466; }

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

This text font color is #668466.


Background Color

.myBgColor { background-color: #668466; }

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

This div background color is #668466.


Border color

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

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

This div border color is #668466.


Opacity

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

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

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

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

This text has shadow with #668466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668466 on black background.


Color preview on white background

This text has color #668466 on white background.



Black color preview on #668466 background

This text has black color on #668466 background.


White color preview on #668466 background

This text has white color on #668466 background.