COLOR #655759

HEX: #655759
RGB: (101,87,89)

Color info

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

RGB color model

#655759 color RGB value is (101,87,89).

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

RGB channels and saturation

R 101 of 255 = 40%
G 87 of 255 = 34%
B 89 of 255 = 35%

101
87
89

R + G + B ~ 36%. #655759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 87 + 89 = 277 (100%)
R 101 of 277 ~ 36.46%
G 87 of 277 ~ 31.41%
B 89 of 277 ~ 32.13%

%36.46
%31.41
%32.13

CMYK color model

#655759 color CMYK value is (0,14,12,60).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(0,14,12,60)
C0M14Y12K60 
(0%,14%,12%,60%)
(0.00/0.14/0.12/0.60)	

CMYK percentages

%0
%13.86
%11.88
%60.39

Codes

Color #655759 in popluar color models

655759
RGB1018789
HSL351°7.45%36.86%
HSB/HSV351°13.86%39.61%
CMYK0.00%13.86%11.88%
60.39%

Color #655759 in popluar number systems.

HEX655759
Decimal1018789
Binary110010110101111011001
Octal145127131

Shades and tints

Shades of #655759

#655759
(101,87,89)
#5C5051
(92,80,81)
#534949
(83,73,73)
#4A4241
(74,66,65)
#413B39
(65,59,57)
#383431
(56,52,49)
#2F2D29
(47,45,41)
#262621
(38,38,33)
#1D1F19
(29,31,25)
#141811
(20,24,17)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #655759

#655759
(101,87,89)
#736668
(115,102,104)
#817577
(129,117,119)
#8F8486
(143,132,134)
#9D9395
(157,147,149)
#ABA2A4
(171,162,164)
#B9B1B3
(185,177,179)
#C7C0C2
(199,192,194)
#D5CFD1
(213,207,209)
#E3DEE0
(227,222,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655759; }

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

This text font color is #655759.


Background Color

.myBgColor { background-color: #655759; }

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

This div background color is #655759.


Border color

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

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

This div border color is #655759.


Opacity

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

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

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

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

This text has shadow with #655759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655759 on black background.


Color preview on white background

This text has color #655759 on white background.



Black color preview on #655759 background

This text has black color on #655759 background.


White color preview on #655759 background

This text has white color on #655759 background.