COLOR #66585A

HEX: #66585A RGB: (102,88,90)

Color info

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

RGB color model

#66585A color RGB value is (102,88,90).

RGB: (102,88,90) (40%, 35%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 88 of 255 = 35%
B 90 of 255 = 35%

102
88
90

R + G + B ~ 37%. #66585A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 88 + 90 = 280 (100%)
R 102 of 280 ~ 36.43%
G 88 of 280 ~ 31.43%
B 90 of 280 ~ 32.14'%

%36.43
%31.43
%32.14

CMYK color model

#66585A color CMYK value is (0,14,12,60).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 11.76%
  • key color value is 60.00%

CMYK: (0,14,12,60)
C0M14Y12K60 (0%, 14%, 12%, 60%)
(0.00 / 0.14 / 0.12 / 0.60)

CMYK percentages

%0
%13.73
%11.76
%60

Codes

Color #66585A in popluar color models

66 58 5A
RGB 102 88 90
HSL 351° 7.37% 37.25%
HSB/HSV 351° 13.73% 40.00%
CMYK 0.00% 13.73% 11.76%
60.00%

Color #66585A in popluar number systems.

HEX 66 58 5A
Decimal 102 88 90
Binary 1100110 1011000 1011010
Octal 146 130 132

Shades and tints

Shades of #66585A

#66585A
(102,88,90)
#5D5052
(93,80,82)
#54484A
(84,72,74)
#4B4042
(75,64,66)
#42383A
(66,56,58)
#393032
(57,48,50)
#30282A
(48,40,42)
#272022
(39,32,34)
#1E181A
(30,24,26)
#151012
(21,16,18)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #66585A

#66585A
(102,88,90)
#736769
(115,103,105)
#807678
(128,118,120)
#8D8587
(141,133,135)
#9A9496
(154,148,150)
#A7A3A5
(167,163,165)
#B4B2B4
(180,178,180)
#C1C1C3
(193,193,195)
#CED0D2
(206,208,210)
#DBDFE1
(219,223,225)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66585A color. Also use rgb(102,88,90) instead hex code.

Text Font Color

.myTextColor { color: #66585A; }

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

This text font color is #66585A.

Background Color

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

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

This div background color is #66585A.

Border color

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

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

This div border color is #66585A.

Opacity

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

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

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

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

This text has shadow with #66585A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66585A.

Preview

Color preview on black background

This text has color #66585A on black background.


Color preview on white background

This text has color #66585A on white background.


Black color preview on #66585A background

This text has black color on #66585A background.


White color preview on #66585A background

This text has white color on #66585A background.


Related colors

Complementary color

Complementary color for #hex is #99A7A5.


I love getcolorcode.com

Triadic colors

1 #5A6658 and #585A66 with #66585A are triadic colors.

2 #5A5866 and #58665A with #66585A are triadic colors.