COLOR #666865

HEX: #666865 RGB: (102,104,101)

Color info

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

RGB color model

#666865 color RGB value is (102,104,101).

RGB: (102,104,101) (40%, 41%, 40%)

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 101 of 255 = 40%

102
104
101

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

Portions of RGB colors in percentages

R + G + B = 102 + 104 + 101 = 307 (100%)
R 102 of 307 ~ 33.22%
G 104 of 307 ~ 33.88%
B 101 of 307 ~ 32.9'%

%33.22
%33.88
%32.9

CMYK color model

#666865 color CMYK value is (2,0,3,59).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 59.22%

CMYK: (2,0,3,59)
C2M0Y3K59 (2%, 0%, 3%, 59%)
(0.02 / 0.00 / 0.03 / 0.59)

CMYK percentages

%1.92
%0
%2.88
%59.22

Codes

Color #666865 in popluar color models

66 68 65
RGB 102 104 101
HSL 100° 1.46% 40.20%
HSB/HSV 100° 2.88% 40.78%
CMYK 1.92% 0.00% 2.88%
59.22%

Color #666865 in popluar number systems.

HEX 66 68 65
Decimal 102 104 101
Binary 1100110 1101000 1100101
Octal 146 150 145

Shades and tints

Shades of #666865

#666865
(102,104,101)
#5D5F5C
(93,95,92)
#545653
(84,86,83)
#4B4D4A
(75,77,74)
#424441
(66,68,65)
#393B38
(57,59,56)
#30322F
(48,50,47)
#272926
(39,41,38)
#1E201D
(30,32,29)
#151714
(21,23,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #666865

#666865
(102,104,101)
#737573
(115,117,115)
#808281
(128,130,129)
#8D8F8F
(141,143,143)
#9A9C9D
(154,156,157)
#A7A9AB
(167,169,171)
#B4B6B9
(180,182,185)
#C1C3C7
(193,195,199)
#CED0D5
(206,208,213)
#DBDDE3
(219,221,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666865 color. Also use rgb(102,104,101) instead hex code.

Text Font Color

.myTextColor { color: #666865; }

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

This text font color is #666865.

Background Color

.myBgColor { background-color: #666865; }

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

This div background color is #666865.

Border color

.myBorderColor { border: 1px solid #666865; }

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

This div border color is #666865.

Opacity

.myOpacity80 { color: #666865; opacity: 0.8; }

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

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

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

This text has shadow with #666865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666865.

Preview

Color preview on black background

This text has color #666865 on black background.


Color preview on white background

This text has color #666865 on white background.


Black color preview on #666865 background

This text has black color on #666865 background.


White color preview on #666865 background

This text has white color on #666865 background.


Related colors

Complementary color

Complementary color for #hex is #99979A.


I love getcolorcode.com

Triadic colors

1 #656668 and #686566 with #666865 are triadic colors.

2 #656866 and #686665 with #666865 are triadic colors.