COLOR #655466

HEX: #655466
RGB: (101,84,102)

Color info

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

RGB color model

#655466 color RGB value is (101,84,102).

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

RGB channels and saturation

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

101
84
102

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

Portions of RGB colors in percentages

R + G + B =
101 + 84 + 102 = 287 (100%)
R 101 of 287 ~ 35.19%
G 84 of 287 ~ 29.27%
B 102 of 287 ~ 35.54%

%35.19
%29.27
%35.54

CMYK color model

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

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

CMYK percentages

%0.98
%17.65
%0
%60

Codes

Color #655466 in popluar color models

655466
RGB10184102
HSL297°9.68%36.47%
HSB/HSV297°17.65%40.00%
CMYK0.98%17.65%0.00%
60.00%

Color #655466 in popluar number systems.

HEX655466
Decimal10184102
Binary110010110101001100110
Octal145124146

Shades and tints

Shades of #655466

#655466
(101,84,102)
#5C4D5D
(92,77,93)
#534654
(83,70,84)
#4A3F4B
(74,63,75)
#413842
(65,56,66)
#383139
(56,49,57)
#2F2A30
(47,42,48)
#262327
(38,35,39)
#1D1C1E
(29,28,30)
#141515
(20,21,21)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #655466

#655466
(101,84,102)
#736373
(115,99,115)
#817280
(129,114,128)
#8F818D
(143,129,141)
#9D909A
(157,144,154)
#AB9FA7
(171,159,167)
#B9AEB4
(185,174,180)
#C7BDC1
(199,189,193)
#D5CCCE
(213,204,206)
#E3DBDB
(227,219,219)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655466; }

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

This text font color is #655466.


Background Color

.myBgColor { background-color: #655466; }

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

This div background color is #655466.


Border color

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

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

This div border color is #655466.


Opacity

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

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

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

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

This text has shadow with #655466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655466 on black background.


Color preview on white background

This text has color #655466 on white background.



Black color preview on #655466 background

This text has black color on #655466 background.


White color preview on #655466 background

This text has white color on #655466 background.