COLOR #655865

HEX: #655865
RGB: (101,88,101)

Color info

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

RGB color model

#655865 color RGB value is (101,88,101).

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

RGB channels and saturation

R 101 of 255 = 40%
G 88 of 255 = 35%
B 101 of 255 = 40%

101
88
101

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

Portions of RGB colors in percentages

R + G + B =
101 + 88 + 101 = 290 (100%)
R 101 of 290 ~ 34.83%
G 88 of 290 ~ 30.34%
B 101 of 290 ~ 34.83%

%34.83
%30.34
%34.83

CMYK color model

#655865 color CMYK value is (0,13,0,60).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(0,13,0,60)
C0M13Y0K60 
(0%,13%,0%,60%)
(0.00/0.13/0.00/0.60)	

CMYK percentages

%0
%12.87
%0
%60.39

Codes

Color #655865 in popluar color models

655865
RGB10188101
HSL300°6.88%37.06%
HSB/HSV300°12.87%39.61%
CMYK0.00%12.87%0.00%
60.39%

Color #655865 in popluar number systems.

HEX655865
Decimal10188101
Binary110010110110001100101
Octal145130145

Shades and tints

Shades of #655865

#655865
(101,88,101)
#5C505C
(92,80,92)
#534853
(83,72,83)
#4A404A
(74,64,74)
#413841
(65,56,65)
#383038
(56,48,56)
#2F282F
(47,40,47)
#262026
(38,32,38)
#1D181D
(29,24,29)
#141014
(20,16,20)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #655865

#655865
(101,88,101)
#736773
(115,103,115)
#817681
(129,118,129)
#8F858F
(143,133,143)
#9D949D
(157,148,157)
#ABA3AB
(171,163,171)
#B9B2B9
(185,178,185)
#C7C1C7
(199,193,199)
#D5D0D5
(213,208,213)
#E3DFE3
(227,223,227)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655865; }

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

This text font color is #655865.


Background Color

.myBgColor { background-color: #655865; }

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

This div background color is #655865.


Border color

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

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

This div border color is #655865.


Opacity

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

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

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

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

This text has shadow with #655865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655865 on black background.


Color preview on white background

This text has color #655865 on white background.



Black color preview on #655865 background

This text has black color on #655865 background.


White color preview on #655865 background

This text has white color on #655865 background.