COLOR #665C6C

HEX: #665C6C
RGB: (102,92,108)

Color info

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

RGB color model

#665C6C color RGB value is (102,92,108).

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

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 108 of 255 = 42%

102
92
108

R + G + B ~ 39%. #665C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 108 = 302 (100%)
R 102 of 302 ~ 33.77%
G 92 of 302 ~ 30.46%
B 108 of 302 ~ 35.76%

%33.77
%30.46
%35.76

CMYK color model

#665C6C color CMYK value is (6,15,0,58).

  • cyan value is 5.56%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(6,15,0,58)
C6M15Y0K58 
(6%,15%,0%,58%)
(0.06/0.15/0.00/0.58)	

CMYK percentages

%5.56
%14.81
%0
%57.65

Codes

Color #665C6C in popluar color models

665C6C
RGB10292108
HSL278°8.00%39.22%
HSB/HSV278°14.81%42.35%
CMYK5.56%14.81%0.00%
57.65%

Color #665C6C in popluar number systems.

HEX665C6C
Decimal10292108
Binary110011010111001101100
Octal146134154

Shades and tints

Shades of #665C6C

#665C6C
(102,92,108)
#5D5463
(93,84,99)
#544C5A
(84,76,90)
#4B4451
(75,68,81)
#423C48
(66,60,72)
#39343F
(57,52,63)
#302C36
(48,44,54)
#27242D
(39,36,45)
#1E1C24
(30,28,36)
#15141B
(21,20,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #665C6C

#665C6C
(102,92,108)
#736A79
(115,106,121)
#807886
(128,120,134)
#8D8693
(141,134,147)
#9A94A0
(154,148,160)
#A7A2AD
(167,162,173)
#B4B0BA
(180,176,186)
#C1BEC7
(193,190,199)
#CECCD4
(206,204,212)
#DBDAE1
(219,218,225)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C6C; }

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

This text font color is #665C6C.


Background Color

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

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

This div background color is #665C6C.


Border color

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

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

This div border color is #665C6C.


Opacity

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

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

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

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

This text has shadow with #665C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C6C on black background.


Color preview on white background

This text has color #665C6C on white background.



Black color preview on #665C6C background

This text has black color on #665C6C background.


White color preview on #665C6C background

This text has white color on #665C6C background.