COLOR #66616C

HEX: #66616C RGB: (102,97,108)

Color info

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

RGB color model

#66616C color RGB value is (102,97,108).

RGB: (102,97,108) (40%, 38%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 97 of 255 = 38%
B 108 of 255 = 42%

102
97
108

R + G + B ~ 40%. #66616C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 97 + 108 = 307 (100%)
R 102 of 307 ~ 33.22%
G 97 of 307 ~ 31.6%
B 108 of 307 ~ 35.18'%

%33.22
%31.6
%35.18

CMYK color model

#66616C color CMYK value is (6,10,0,58).

  • cyan value is 5.56%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (6,10,0,58)
C6M10Y0K58 (6%, 10%, 0%, 58%)
(0.06 / 0.10 / 0.00 / 0.58)

CMYK percentages

%5.56
%10.19
%0
%57.65

Codes

Color #66616C in popluar color models

66 61 6C
RGB 102 97 108
HSL 267° 5.37% 40.20%
HSB/HSV 267° 10.19% 42.35%
CMYK 5.56% 10.19% 0.00%
57.65%

Color #66616C in popluar number systems.

HEX 66 61 6C
Decimal 102 97 108
Binary 1100110 1100001 1101100
Octal 146 141 154

Shades and tints

Shades of #66616C

#66616C
(102,97,108)
#5D5963
(93,89,99)
#54515A
(84,81,90)
#4B4951
(75,73,81)
#424148
(66,65,72)
#39393F
(57,57,63)
#303136
(48,49,54)
#27292D
(39,41,45)
#1E2124
(30,33,36)
#15191B
(21,25,27)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #66616C

#66616C
(102,97,108)
#736F79
(115,111,121)
#807D86
(128,125,134)
#8D8B93
(141,139,147)
#9A99A0
(154,153,160)
#A7A7AD
(167,167,173)
#B4B5BA
(180,181,186)
#C1C3C7
(193,195,199)
#CED1D4
(206,209,212)
#DBDFE1
(219,223,225)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66616C color. Also use rgb(102,97,108) instead hex code.

Text Font Color

.myTextColor { color: #66616C; }

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

This text font color is #66616C.

Background Color

.myBgColor { background-color: #66616C; }

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

This div background color is #66616C.

Border color

.myBorderColor { border: 1px solid #66616C; }

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

This div border color is #66616C.

Opacity

.myOpacity80 { color: #66616C; opacity: 0.8; }

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

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

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

This text has shadow with #66616C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66616C.

Preview

Color preview on black background

This text has color #66616C on black background.


Color preview on white background

This text has color #66616C on white background.


Black color preview on #66616C background

This text has black color on #66616C background.


White color preview on #66616C background

This text has white color on #66616C background.


Related colors

Complementary color

Complementary color for #hex is #999E93.


I love getcolorcode.com

Triadic colors

1 #6C6661 and #616C66 with #66616C are triadic colors.

2 #6C6166 and #61666C with #66616C are triadic colors.