COLOR #665C64

HEX: #665C64
RGB: (102,92,100)

Color info

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

RGB color model

#665C64 color RGB value is (102,92,100).

  • red value is 102;
  • green value is 92;
  • blue value is 100.
RGB:
(102,92,100)
(40%,36%,39%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 100 of 255 = 39%

102
92
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 100 = 294 (100%)
R 102 of 294 ~ 34.69%
G 92 of 294 ~ 31.29%
B 100 of 294 ~ 34.01%

%34.69
%31.29
%34.01

CMYK color model

#665C64 color CMYK value is (0,10,2,60).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(0,10,2,60)
C0M10Y2K60 
(0%,10%,2%,60%)
(0.00/0.10/0.02/0.60)	

CMYK percentages

%0
%9.8
%1.96
%60

Codes

Color #665C64 in popluar color models

665C64
RGB10292100
HSL312°5.15%38.04%
HSB/HSV312°9.80%40.00%
CMYK0.00%9.80%1.96%
60.00%

Color #665C64 in popluar number systems.

HEX665C64
Decimal10292100
Binary110011010111001100100
Octal146134144

Shades and tints

Shades of #665C64

#665C64
(102,92,100)
#5D545B
(93,84,91)
#544C52
(84,76,82)
#4B4449
(75,68,73)
#423C40
(66,60,64)
#393437
(57,52,55)
#302C2E
(48,44,46)
#272425
(39,36,37)
#1E1C1C
(30,28,28)
#151413
(21,20,19)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #665C64

#665C64
(102,92,100)
#736A72
(115,106,114)
#807880
(128,120,128)
#8D868E
(141,134,142)
#9A949C
(154,148,156)
#A7A2AA
(167,162,170)
#B4B0B8
(180,176,184)
#C1BEC6
(193,190,198)
#CECCD4
(206,204,212)
#DBDAE2
(219,218,226)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C64; }

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

This text font color is #665C64.


Background Color

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

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

This div background color is #665C64.


Border color

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

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

This div border color is #665C64.


Opacity

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

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

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

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

This text has shadow with #665C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C64 on black background.


Color preview on white background

This text has color #665C64 on white background.



Black color preview on #665C64 background

This text has black color on #665C64 background.


White color preview on #665C64 background

This text has white color on #665C64 background.