COLOR #655F77

HEX: #655F77
RGB: (101,95,119)

Color info

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

RGB color model

#655F77 color RGB value is (101,95,119).

  • red value is 101;
  • green value is 95;
  • blue value is 119.
RGB:
(101,95,119)
(40%,37%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 119 of 255 = 47%

101
95
119

R + G + B ~ 41%. #655F77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 95 + 119 = 315 (100%)
R 101 of 315 ~ 32.06%
G 95 of 315 ~ 30.16%
B 119 of 315 ~ 37.78%

%32.06
%30.16
%37.78

CMYK color model

#655F77 color CMYK value is (15,20,0,53).

  • cyan value is 15.13%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(15,20,0,53)
C15M20Y0K53 
(15%,20%,0%,53%)
(0.15/0.20/0.00/0.53)	

CMYK percentages

%15.13
%20.17
%0
%53.33

Codes

Color #655F77 in popluar color models

655F77
RGB10195119
HSL255°11.21%41.96%
HSB/HSV255°20.17%46.67%
CMYK15.13%20.17%0.00%
53.33%

Color #655F77 in popluar number systems.

HEX655F77
Decimal10195119
Binary110010110111111110111
Octal145137167

Shades and tints

Shades of #655F77

#655F77
(101,95,119)
#5C576D
(92,87,109)
#534F63
(83,79,99)
#4A4759
(74,71,89)
#413F4F
(65,63,79)
#383745
(56,55,69)
#2F2F3B
(47,47,59)
#262731
(38,39,49)
#1D1F27
(29,31,39)
#14171D
(20,23,29)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #655F77

#655F77
(101,95,119)
#736D83
(115,109,131)
#817B8F
(129,123,143)
#8F899B
(143,137,155)
#9D97A7
(157,151,167)
#ABA5B3
(171,165,179)
#B9B3BF
(185,179,191)
#C7C1CB
(199,193,203)
#D5CFD7
(213,207,215)
#E3DDE3
(227,221,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655F77 color. Also use rgb(101,95,119) instead hex code.

Text Font Color

.myTextColor { color: #655F77; }

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

This text font color is #655F77.


Background Color

.myBgColor { background-color: #655F77; }

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

This div background color is #655F77.


Border color

.myBorderColor { border: 1px solid #655F77; }

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

This div border color is #655F77.


Opacity

.myOpacity80 { color: #655F77; opacity: 0.8; }

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

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

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

This text has shadow with #655F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655F77 on black background.


Color preview on white background

This text has color #655F77 on white background.



Black color preview on #655F77 background

This text has black color on #655F77 background.


White color preview on #655F77 background

This text has white color on #655F77 background.