COLOR #655763

HEX: #655763
RGB: (101,87,99)

Color info

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

RGB color model

#655763 color RGB value is (101,87,99).

  • red value is 101;
  • green value is 87;
  • blue value is 99.
RGB:
(101,87,99)
(40%,34%,39%)

RGB channels and saturation

R 101 of 255 = 40%
G 87 of 255 = 34%
B 99 of 255 = 39%

101
87
99

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

Portions of RGB colors in percentages

R + G + B =
101 + 87 + 99 = 287 (100%)
R 101 of 287 ~ 35.19%
G 87 of 287 ~ 30.31%
B 99 of 287 ~ 34.49%

%35.19
%30.31
%34.49

CMYK color model

#655763 color CMYK value is (0,14,2,60).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(0,14,2,60)
C0M14Y2K60 
(0%,14%,2%,60%)
(0.00/0.14/0.02/0.60)	

CMYK percentages

%0
%13.86
%1.98
%60.39

Codes

Color #655763 in popluar color models

655763
RGB1018799
HSL309°7.45%36.86%
HSB/HSV309°13.86%39.61%
CMYK0.00%13.86%1.98%
60.39%

Color #655763 in popluar number systems.

HEX655763
Decimal1018799
Binary110010110101111100011
Octal145127143

Shades and tints

Shades of #655763

#655763
(101,87,99)
#5C505A
(92,80,90)
#534951
(83,73,81)
#4A4248
(74,66,72)
#413B3F
(65,59,63)
#383436
(56,52,54)
#2F2D2D
(47,45,45)
#262624
(38,38,36)
#1D1F1B
(29,31,27)
#141812
(20,24,18)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #655763

#655763
(101,87,99)
#736671
(115,102,113)
#81757F
(129,117,127)
#8F848D
(143,132,141)
#9D939B
(157,147,155)
#ABA2A9
(171,162,169)
#B9B1B7
(185,177,183)
#C7C0C5
(199,192,197)
#D5CFD3
(213,207,211)
#E3DEE1
(227,222,225)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655763; }

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

This text font color is #655763.


Background Color

.myBgColor { background-color: #655763; }

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

This div background color is #655763.


Border color

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

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

This div border color is #655763.


Opacity

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

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

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

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

This text has shadow with #655763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655763 on black background.


Color preview on white background

This text has color #655763 on white background.



Black color preview on #655763 background

This text has black color on #655763 background.


White color preview on #655763 background

This text has white color on #655763 background.