COLOR #668661

HEX: #668661
RGB: (102,134,97)

Color info

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

RGB color model

#668661 color RGB value is (102,134,97).

  • red value is 102;
  • green value is 134;
  • blue value is 97.
RGB:
(102,134,97)
(40%,53%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 97 of 255 = 38%

102
134
97

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

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 97 = 333 (100%)
R 102 of 333 ~ 30.63%
G 134 of 333 ~ 40.24%
B 97 of 333 ~ 29.13%

%30.63
%40.24
%29.13

CMYK color model

#668661 color CMYK value is (24,0,28,47).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 27.61%
  • key color value is 47.45%
CMYK:
(24,0,28,47)
C24M0Y28K47 
(24%,0%,28%,47%)
(0.24/0.00/0.28/0.47)	

CMYK percentages

%23.88
%0
%27.61
%47.45

Codes

Color #668661 in popluar color models

668661
RGB10213497
HSL112°16.02%45.29%
HSB/HSV112°27.61%52.55%
CMYK23.88%0.00%27.61%
47.45%

Color #668661 in popluar number systems.

HEX668661
Decimal10213497
Binary1100110100001101100001
Octal146206141

Shades and tints

Shades of #668661

#668661
(102,134,97)
#5D7A59
(93,122,89)
#546E51
(84,110,81)
#4B6249
(75,98,73)
#425641
(66,86,65)
#394A39
(57,74,57)
#303E31
(48,62,49)
#273229
(39,50,41)
#1E2621
(30,38,33)
#151A19
(21,26,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #668661

#668661
(102,134,97)
#73916F
(115,145,111)
#809C7D
(128,156,125)
#8DA78B
(141,167,139)
#9AB299
(154,178,153)
#A7BDA7
(167,189,167)
#B4C8B5
(180,200,181)
#C1D3C3
(193,211,195)
#CEDED1
(206,222,209)
#DBE9DF
(219,233,223)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668661; }

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

This text font color is #668661.


Background Color

.myBgColor { background-color: #668661; }

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

This div background color is #668661.


Border color

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

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

This div border color is #668661.


Opacity

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

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

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

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

This text has shadow with #668661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668661 on black background.


Color preview on white background

This text has color #668661 on white background.



Black color preview on #668661 background

This text has black color on #668661 background.


White color preview on #668661 background

This text has white color on #668661 background.