COLOR #665C60

HEX: #665C60 RGB: (102,92,96)

Color info

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

RGB color model

#665C60 color RGB value is (102,92,96).

RGB: (102,92,96) (40%, 36%, 38%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 96 of 255 = 38%

102
92
96

R + G + B ~ 38%. #665C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 92 + 96 = 290 (100%)
R 102 of 290 ~ 35.17%
G 92 of 290 ~ 31.72%
B 96 of 290 ~ 33.1'%

%35.17
%31.72
%33.1

CMYK color model

#665C60 color CMYK value is (0,10,6,60).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 5.88%
  • key color value is 60.00%

CMYK: (0,10,6,60)
C0M10Y6K60 (0%, 10%, 6%, 60%)
(0.00 / 0.10 / 0.06 / 0.60)

CMYK percentages

%0
%9.8
%5.88
%60

Codes

Color #665C60 in popluar color models

66 5C 60
RGB 102 92 96
HSL 336° 5.15% 38.04%
HSB/HSV 336° 9.80% 40.00%
CMYK 0.00% 9.80% 5.88%
60.00%

Color #665C60 in popluar number systems.

HEX 66 5C 60
Decimal 102 92 96
Binary 1100110 1011100 1100000
Octal 146 134 140

Shades and tints

Shades of #665C60

#665C60
(102,92,96)
#5D5458
(93,84,88)
#544C50
(84,76,80)
#4B4448
(75,68,72)
#423C40
(66,60,64)
#393438
(57,52,56)
#302C30
(48,44,48)
#272428
(39,36,40)
#1E1C20
(30,28,32)
#151418
(21,20,24)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #665C60

#665C60
(102,92,96)
#736A6E
(115,106,110)
#80787C
(128,120,124)
#8D868A
(141,134,138)
#9A9498
(154,148,152)
#A7A2A6
(167,162,166)
#B4B0B4
(180,176,180)
#C1BEC2
(193,190,194)
#CECCD0
(206,204,208)
#DBDADE
(219,218,222)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665C60 color. Also use rgb(102,92,96) instead hex code.

Text Font Color

.myTextColor { color: #665C60; }

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

This text font color is #665C60.

Background Color

.myBgColor { background-color: #665C60; }

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

This div background color is #665C60.

Border color

.myBorderColor { border: 1px solid #665C60; }

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

This div border color is #665C60.

Opacity

.myOpacity80 { color: #665C60; opacity: 0.8; }

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

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

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

This text has shadow with #665C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665C60.

Preview

Color preview on black background

This text has color #665C60 on black background.


Color preview on white background

This text has color #665C60 on white background.


Black color preview on #665C60 background

This text has black color on #665C60 background.


White color preview on #665C60 background

This text has white color on #665C60 background.


Related colors

Complementary color

Complementary color for #hex is #99A39F.


I love getcolorcode.com

Triadic colors

1 #60665C and #5C6066 with #665C60 are triadic colors.

2 #605C66 and #5C6660 with #665C60 are triadic colors.