COLOR #655465

HEX: #655465
RGB: (101,84,101)

Color info

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

RGB color model

#655465 color RGB value is (101,84,101).

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

RGB channels and saturation

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

101
84
101

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

Portions of RGB colors in percentages

R + G + B =
101 + 84 + 101 = 286 (100%)
R 101 of 286 ~ 35.31%
G 84 of 286 ~ 29.37%
B 101 of 286 ~ 35.31%

%35.31
%29.37
%35.31

CMYK color model

#655465 color CMYK value is (0,17,0,60).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(0,17,0,60)
C0M17Y0K60 
(0%,17%,0%,60%)
(0.00/0.17/0.00/0.60)	

CMYK percentages

%0
%16.83
%0
%60.39

Codes

Color #655465 in popluar color models

655465
RGB10184101
HSL300°9.19%36.27%
HSB/HSV300°16.83%39.61%
CMYK0.00%16.83%0.00%
60.39%

Color #655465 in popluar number systems.

HEX655465
Decimal10184101
Binary110010110101001100101
Octal145124145

Shades and tints

Shades of #655465

#655465
(101,84,101)
#5C4D5C
(92,77,92)
#534653
(83,70,83)
#4A3F4A
(74,63,74)
#413841
(65,56,65)
#383138
(56,49,56)
#2F2A2F
(47,42,47)
#262326
(38,35,38)
#1D1C1D
(29,28,29)
#141514
(20,21,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #655465

#655465
(101,84,101)
#736373
(115,99,115)
#817281
(129,114,129)
#8F818F
(143,129,143)
#9D909D
(157,144,157)
#AB9FAB
(171,159,171)
#B9AEB9
(185,174,185)
#C7BDC7
(199,189,199)
#D5CCD5
(213,204,213)
#E3DBE3
(227,219,227)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655465; }

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

This text font color is #655465.


Background Color

.myBgColor { background-color: #655465; }

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

This div background color is #655465.


Border color

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

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

This div border color is #655465.


Opacity

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

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

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

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

This text has shadow with #655465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655465 on black background.


Color preview on white background

This text has color #655465 on white background.



Black color preview on #655465 background

This text has black color on #655465 background.


White color preview on #655465 background

This text has white color on #655465 background.