COLOR #668667

HEX: #668667
RGB: (102,134,103)

Color info

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

RGB color model

#668667 color RGB value is (102,134,103).

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

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 103 of 255 = 40%

102
134
103

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

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 103 = 339 (100%)
R 102 of 339 ~ 30.09%
G 134 of 339 ~ 39.53%
B 103 of 339 ~ 30.38%

%30.09
%39.53
%30.38

CMYK color model

#668667 color CMYK value is (24,0,23,47).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(24,0,23,47)
C24M0Y23K47 
(24%,0%,23%,47%)
(0.24/0.00/0.23/0.47)	

CMYK percentages

%23.88
%0
%23.13
%47.45

Codes

Color #668667 in popluar color models

668667
RGB102134103
HSL122°13.56%46.27%
HSB/HSV122°23.88%52.55%
CMYK23.88%0.00%23.13%
47.45%

Color #668667 in popluar number systems.

HEX668667
Decimal102134103
Binary1100110100001101100111
Octal146206147

Shades and tints

Shades of #668667

#668667
(102,134,103)
#5D7A5E
(93,122,94)
#546E55
(84,110,85)
#4B624C
(75,98,76)
#425643
(66,86,67)
#394A3A
(57,74,58)
#303E31
(48,62,49)
#273228
(39,50,40)
#1E261F
(30,38,31)
#151A16
(21,26,22)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #668667

#668667
(102,134,103)
#739174
(115,145,116)
#809C81
(128,156,129)
#8DA78E
(141,167,142)
#9AB29B
(154,178,155)
#A7BDA8
(167,189,168)
#B4C8B5
(180,200,181)
#C1D3C2
(193,211,194)
#CEDECF
(206,222,207)
#DBE9DC
(219,233,220)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668667; }

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

This text font color is #668667.


Background Color

.myBgColor { background-color: #668667; }

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

This div background color is #668667.


Border color

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

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

This div border color is #668667.


Opacity

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

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

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

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

This text has shadow with #668667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668667 on black background.


Color preview on white background

This text has color #668667 on white background.



Black color preview on #668667 background

This text has black color on #668667 background.


White color preview on #668667 background

This text has white color on #668667 background.