COLOR #665C6F

HEX: #665C6F
RGB: (102,92,111)

Color info

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

RGB color model

#665C6F color RGB value is (102,92,111).

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

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 111 of 255 = 44%

102
92
111

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 111 = 305 (100%)
R 102 of 305 ~ 33.44%
G 92 of 305 ~ 30.16%
B 111 of 305 ~ 36.39%

%33.44
%30.16
%36.39

CMYK color model

#665C6F color CMYK value is (8,17,0,56).

  • cyan value is 8.11%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(8,17,0,56)
C8M17Y0K56 
(8%,17%,0%,56%)
(0.08/0.17/0.00/0.56)	

CMYK percentages

%8.11
%17.12
%0
%56.47

Codes

Color #665C6F in popluar color models

665C6F
RGB10292111
HSL272°9.36%39.80%
HSB/HSV272°17.12%43.53%
CMYK8.11%17.12%0.00%
56.47%

Color #665C6F in popluar number systems.

HEX665C6F
Decimal10292111
Binary110011010111001101111
Octal146134157

Shades and tints

Shades of #665C6F

#665C6F
(102,92,111)
#5D5465
(93,84,101)
#544C5B
(84,76,91)
#4B4451
(75,68,81)
#423C47
(66,60,71)
#39343D
(57,52,61)
#302C33
(48,44,51)
#272429
(39,36,41)
#1E1C1F
(30,28,31)
#151415
(21,20,21)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #665C6F

#665C6F
(102,92,111)
#736A7C
(115,106,124)
#807889
(128,120,137)
#8D8696
(141,134,150)
#9A94A3
(154,148,163)
#A7A2B0
(167,162,176)
#B4B0BD
(180,176,189)
#C1BECA
(193,190,202)
#CECCD7
(206,204,215)
#DBDAE4
(219,218,228)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C6F; }

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

This text font color is #665C6F.


Background Color

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

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

This div background color is #665C6F.


Border color

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

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

This div border color is #665C6F.


Opacity

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

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

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

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

This text has shadow with #665C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C6F on black background.


Color preview on white background

This text has color #665C6F on white background.



Black color preview on #665C6F background

This text has black color on #665C6F background.


White color preview on #665C6F background

This text has white color on #665C6F background.