COLOR #665E6F

HEX: #665E6F
RGB: (102,94,111)

Color info

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

RGB color model

#665E6F color RGB value is (102,94,111).

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

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 111 of 255 = 44%

102
94
111

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

Portions of RGB colors in percentages

R + G + B =
102 + 94 + 111 = 307 (100%)
R 102 of 307 ~ 33.22%
G 94 of 307 ~ 30.62%
B 111 of 307 ~ 36.16%

%33.22
%30.62
%36.16

CMYK color model

#665E6F color CMYK value is (8,15,0,56).

  • cyan value is 8.11%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(8,15,0,56)
C8M15Y0K56 
(8%,15%,0%,56%)
(0.08/0.15/0.00/0.56)	

CMYK percentages

%8.11
%15.32
%0
%56.47

Codes

Color #665E6F in popluar color models

665E6F
RGB10294111
HSL268°8.29%40.20%
HSB/HSV268°15.32%43.53%
CMYK8.11%15.32%0.00%
56.47%

Color #665E6F in popluar number systems.

HEX665E6F
Decimal10294111
Binary110011010111101101111
Octal146136157

Shades and tints

Shades of #665E6F

#665E6F
(102,94,111)
#5D5665
(93,86,101)
#544E5B
(84,78,91)
#4B4651
(75,70,81)
#423E47
(66,62,71)
#39363D
(57,54,61)
#302E33
(48,46,51)
#272629
(39,38,41)
#1E1E1F
(30,30,31)
#151615
(21,22,21)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #665E6F

#665E6F
(102,94,111)
#736C7C
(115,108,124)
#807A89
(128,122,137)
#8D8896
(141,136,150)
#9A96A3
(154,150,163)
#A7A4B0
(167,164,176)
#B4B2BD
(180,178,189)
#C1C0CA
(193,192,202)
#CECED7
(206,206,215)
#DBDCE4
(219,220,228)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665E6F; }

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

This text font color is #665E6F.


Background Color

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

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

This div background color is #665E6F.


Border color

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

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

This div border color is #665E6F.


Opacity

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

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

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

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

This text has shadow with #665E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665E6F on black background.


Color preview on white background

This text has color #665E6F on white background.



Black color preview on #665E6F background

This text has black color on #665E6F background.


White color preview on #665E6F background

This text has white color on #665E6F background.