COLOR #665466

HEX: #665466
RGB: (102,84,102)

Color info

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

RGB color model

#665466 color RGB value is (102,84,102).

  • red value is 102;
  • green value is 84;
  • blue value is 102.
RGB:
(102,84,102)
(40%,33%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 102 of 255 = 40%

102
84
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 102 = 288 (100%)
R 102 of 288 ~ 35.42%
G 84 of 288 ~ 29.17%
B 102 of 288 ~ 35.42%

%35.42
%29.17
%35.42

CMYK color model

#665466 color CMYK value is (0,18,0,60).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(0,18,0,60)
C0M18Y0K60 
(0%,18%,0%,60%)
(0.00/0.18/0.00/0.60)	

CMYK percentages

%0
%17.65
%0
%60

Codes

Color #665466 in popluar color models

665466
RGB10284102
HSL300°9.68%36.47%
HSB/HSV300°17.65%40.00%
CMYK0.00%17.65%0.00%
60.00%

Color #665466 in popluar number systems.

HEX665466
Decimal10284102
Binary110011010101001100110
Octal146124146

Shades and tints

Shades of #665466

#665466
(102,84,102)
#5D4D5D
(93,77,93)
#544654
(84,70,84)
#4B3F4B
(75,63,75)
#423842
(66,56,66)
#393139
(57,49,57)
#302A30
(48,42,48)
#272327
(39,35,39)
#1E1C1E
(30,28,30)
#151515
(21,21,21)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #665466

#665466
(102,84,102)
#736373
(115,99,115)
#807280
(128,114,128)
#8D818D
(141,129,141)
#9A909A
(154,144,154)
#A79FA7
(167,159,167)
#B4AEB4
(180,174,180)
#C1BDC1
(193,189,193)
#CECCCE
(206,204,206)
#DBDBDB
(219,219,219)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665466; }

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

This text font color is #665466.


Background Color

.myBgColor { background-color: #665466; }

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

This div background color is #665466.


Border color

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

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

This div border color is #665466.


Opacity

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

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

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

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

This text has shadow with #665466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665466 on black background.


Color preview on white background

This text has color #665466 on white background.



Black color preview on #665466 background

This text has black color on #665466 background.


White color preview on #665466 background

This text has white color on #665466 background.