COLOR #668670

HEX: #668670
RGB: (102,134,112)

Color info

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

RGB color model

#668670 color RGB value is (102,134,112).

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

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 112 of 255 = 44%

102
134
112

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

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 112 = 348 (100%)
R 102 of 348 ~ 29.31%
G 134 of 348 ~ 38.51%
B 112 of 348 ~ 32.18%

%29.31
%38.51
%32.18

CMYK color model

#668670 color CMYK value is (24,0,16,47).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 16.42%
  • key color value is 47.45%
CMYK:
(24,0,16,47)
C24M0Y16K47 
(24%,0%,16%,47%)
(0.24/0.00/0.16/0.47)	

CMYK percentages

%23.88
%0
%16.42
%47.45

Codes

Color #668670 in popluar color models

668670
RGB102134112
HSL139°13.56%46.27%
HSB/HSV139°23.88%52.55%
CMYK23.88%0.00%16.42%
47.45%

Color #668670 in popluar number systems.

HEX668670
Decimal102134112
Binary1100110100001101110000
Octal146206160

Shades and tints

Shades of #668670

#668670
(102,134,112)
#5D7A66
(93,122,102)
#546E5C
(84,110,92)
#4B6252
(75,98,82)
#425648
(66,86,72)
#394A3E
(57,74,62)
#303E34
(48,62,52)
#27322A
(39,50,42)
#1E2620
(30,38,32)
#151A16
(21,26,22)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #668670

#668670
(102,134,112)
#73917D
(115,145,125)
#809C8A
(128,156,138)
#8DA797
(141,167,151)
#9AB2A4
(154,178,164)
#A7BDB1
(167,189,177)
#B4C8BE
(180,200,190)
#C1D3CB
(193,211,203)
#CEDED8
(206,222,216)
#DBE9E5
(219,233,229)
#E8F4F2
(232,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668670; }

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

This text font color is #668670.


Background Color

.myBgColor { background-color: #668670; }

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

This div background color is #668670.


Border color

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

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

This div border color is #668670.


Opacity

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

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

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

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

This text has shadow with #668670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668670 on black background.


Color preview on white background

This text has color #668670 on white background.



Black color preview on #668670 background

This text has black color on #668670 background.


White color preview on #668670 background

This text has white color on #668670 background.