COLOR #66577F

HEX: #66577F RGB: (102,87,127)

Color info

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

RGB color model

#66577F color RGB value is (102,87,127).

RGB: (102,87,127) (40%, 34%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 87 of 255 = 34%
B 127 of 255 = 50%

102
87
127

R + G + B ~ 41%. #66577F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 87 + 127 = 316 (100%)
R 102 of 316 ~ 32.28%
G 87 of 316 ~ 27.53%
B 127 of 316 ~ 40.19'%

%32.28
%27.53
%40.19

CMYK color model

#66577F color CMYK value is (20,31,0,50).

  • cyan value is 19.69%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (20,31,0,50)
C20M31Y0K50 (20%, 31%, 0%, 50%)
(0.20 / 0.31 / 0.00 / 0.50)

CMYK percentages

%19.69
%31.5
%0
%50.2

Codes

Color #66577F in popluar color models

66 57 7F
RGB 102 87 127
HSL 263° 18.69% 41.96%
HSB/HSV 263° 31.50% 49.80%
CMYK 19.69% 31.50% 0.00%
50.20%

Color #66577F in popluar number systems.

HEX 66 57 7F
Decimal 102 87 127
Binary 1100110 1010111 1111111
Octal 146 127 177

Shades and tints

Shades of #66577F

#66577F
(102,87,127)
#5D5074
(93,80,116)
#544969
(84,73,105)
#4B425E
(75,66,94)
#423B53
(66,59,83)
#393448
(57,52,72)
#302D3D
(48,45,61)
#272632
(39,38,50)
#1E1F27
(30,31,39)
#15181C
(21,24,28)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #66577F

#66577F
(102,87,127)
#73668A
(115,102,138)
#807595
(128,117,149)
#8D84A0
(141,132,160)
#9A93AB
(154,147,171)
#A7A2B6
(167,162,182)
#B4B1C1
(180,177,193)
#C1C0CC
(193,192,204)
#CECFD7
(206,207,215)
#DBDEE2
(219,222,226)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66577F color. Also use rgb(102,87,127) instead hex code.

Text Font Color

.myTextColor { color: #66577F; }

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

This text font color is #66577F.

Background Color

.myBgColor { background-color: #66577F; }

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

This div background color is #66577F.

Border color

.myBorderColor { border: 1px solid #66577F; }

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

This div border color is #66577F.

Opacity

.myOpacity80 { color: #66577F; opacity: 0.8; }

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

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

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

This text has shadow with #66577F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66577F.

Preview

Color preview on black background

This text has color #66577F on black background.


Color preview on white background

This text has color #66577F on white background.


Black color preview on #66577F background

This text has black color on #66577F background.


White color preview on #66577F background

This text has white color on #66577F background.


Related colors

Complementary color

Complementary color for #hex is #99A880.


I love getcolorcode.com

Triadic colors

1 #7F6657 and #577F66 with #66577F are triadic colors.

2 #7F5766 and #57667F with #66577F are triadic colors.