COLOR #668080

HEX: #668080
RGB: (102,128,128)

Color info

#668080 contains red, green and blue colors in about the same proportion. Web safe color of #668080 is #666666 (or #666).

RGB color model

#668080 color RGB value is (102,128,128).

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

RGB channels and saturation

R 102 of 255 = 40%
G 128 of 255 = 50%
B 128 of 255 = 50%

102
128
128

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

Portions of RGB colors in percentages

R + G + B =
102 + 128 + 128 = 358 (100%)
R 102 of 358 ~ 28.49%
G 128 of 358 ~ 35.75%
B 128 of 358 ~ 35.75%

%28.49
%35.75
%35.75

CMYK color model

#668080 color CMYK value is (20,0,0,50).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,0,0,50)
C20M0Y0K50 
(20%,0%,0%,50%)
(0.20/0.00/0.00/0.50)	

CMYK percentages

%20.31
%0
%0
%49.8

Codes

Color #668080 in popluar color models

668080
RGB102128128
HSL180°11.30%45.10%
HSB/HSV180°20.31%50.20%
CMYK20.31%0.00%0.00%
49.80%

Color #668080 in popluar number systems.

HEX668080
Decimal102128128
Binary11001101000000010000000
Octal146200200

Shades and tints

Shades of #668080

#668080
(102,128,128)
#5D7575
(93,117,117)
#546A6A
(84,106,106)
#4B5F5F
(75,95,95)
#425454
(66,84,84)
#394949
(57,73,73)
#303E3E
(48,62,62)
#273333
(39,51,51)
#1E2828
(30,40,40)
#151D1D
(21,29,29)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #668080

#668080
(102,128,128)
#738B8B
(115,139,139)
#809696
(128,150,150)
#8DA1A1
(141,161,161)
#9AACAC
(154,172,172)
#A7B7B7
(167,183,183)
#B4C2C2
(180,194,194)
#C1CDCD
(193,205,205)
#CED8D8
(206,216,216)
#DBE3E3
(219,227,227)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668080; }

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

This text font color is #668080.


Background Color

.myBgColor { background-color: #668080; }

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

This div background color is #668080.


Border color

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

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

This div border color is #668080.


Opacity

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

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

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

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

This text has shadow with #668080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668080 on black background.


Color preview on white background

This text has color #668080 on white background.



Black color preview on #668080 background

This text has black color on #668080 background.


White color preview on #668080 background

This text has white color on #668080 background.