COLOR #66808A

HEX: #66808A RGB: (102,128,138)

Color info

#66808A contains red, green and blue colors in about the same proportion. Web safe color of #66808A is #666699 (or #669).

RGB color model

#66808A color RGB value is (102,128,138).

RGB: (102,128,138) (40%, 50%, 54%)

RGB channels and saturation

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

102
128
138

R + G + B ~ 48%. #66808A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 128 + 138 = 368 (100%)
R 102 of 368 ~ 27.72%
G 128 of 368 ~ 34.78%
B 138 of 368 ~ 37.5'%

%27.72
%34.78
%37.5

CMYK color model

#66808A color CMYK value is (26,7,0,46).

  • cyan value is 26.09%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (26,7,0,46)
C26M7Y0K46 (26%, 7%, 0%, 46%)
(0.26 / 0.07 / 0.00 / 0.46)

CMYK percentages

%26.09
%7.25
%0
%45.88

Codes

Color #66808A in popluar color models

66 80 8A
RGB 102 128 138
HSL 197° 15.00% 47.06%
HSB/HSV 197° 26.09% 54.12%
CMYK 26.09% 7.25% 0.00%
45.88%

Color #66808A in popluar number systems.

HEX 66 80 8A
Decimal 102 128 138
Binary 1100110 10000000 10001010
Octal 146 200 212

Shades and tints

Shades of #66808A

#66808A
(102,128,138)
#5D757E
(93,117,126)
#546A72
(84,106,114)
#4B5F66
(75,95,102)
#42545A
(66,84,90)
#39494E
(57,73,78)
#303E42
(48,62,66)
#273336
(39,51,54)
#1E282A
(30,40,42)
#151D1E
(21,29,30)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #66808A

#66808A
(102,128,138)
#738B94
(115,139,148)
#80969E
(128,150,158)
#8DA1A8
(141,161,168)
#9AACB2
(154,172,178)
#A7B7BC
(167,183,188)
#B4C2C6
(180,194,198)
#C1CDD0
(193,205,208)
#CED8DA
(206,216,218)
#DBE3E4
(219,227,228)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66808A; }

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

This text font color is #66808A.

Background Color

.myBgColor { background-color: #66808A; }

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

This div background color is #66808A.

Border color

.myBorderColor { border: 1px solid #66808A; }

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

This div border color is #66808A.

Opacity

.myOpacity80 { color: #66808A; opacity: 0.8; }

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

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

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

This text has shadow with #66808A color.


.textShadow {text-shadow: 3px 3px 1px #66808A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66808A; -webkit-box-shadow: 1px 1px 3px 2px #66808A; box-shadow:1px 1px 3px 2px #66808A;">
Div content here
</div>

This div box has shadow with color #66808A.

Preview

Color preview on black background

This text has color #66808A on black background.


Color preview on white background

This text has color #66808A on white background.


Black color preview on #66808A background

This text has black color on #66808A background.


White color preview on #66808A background

This text has white color on #66808A background.


Related colors

Complementary color

Complementary color for #hex is #997F75.


I love getcolorcode.com

Triadic colors

1 #8A6680 and #808A66 with #66808A are triadic colors.

2 #8A8066 and #80668A with #66808A are triadic colors.