COLOR #655562

HEX: #655562
RGB: (101,85,98)

Color info

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

RGB color model

#655562 color RGB value is (101,85,98).

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

RGB channels and saturation

R 101 of 255 = 40%
G 85 of 255 = 33%
B 98 of 255 = 38%

101
85
98

R + G + B ~ 37%. #655562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 85 + 98 = 284 (100%)
R 101 of 284 ~ 35.56%
G 85 of 284 ~ 29.93%
B 98 of 284 ~ 34.51%

%35.56
%29.93
%34.51

CMYK color model

#655562 color CMYK value is (0,16,3,60).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 2.97%
  • key color value is 60.39%
CMYK:
(0,16,3,60)
C0M16Y3K60 
(0%,16%,3%,60%)
(0.00/0.16/0.03/0.60)	

CMYK percentages

%0
%15.84
%2.97
%60.39

Codes

Color #655562 in popluar color models

655562
RGB1018598
HSL311°8.60%36.47%
HSB/HSV311°15.84%39.61%
CMYK0.00%15.84%2.97%
60.39%

Color #655562 in popluar number systems.

HEX655562
Decimal1018598
Binary110010110101011100010
Octal145125142

Shades and tints

Shades of #655562

#655562
(101,85,98)
#5C4E5A
(92,78,90)
#534752
(83,71,82)
#4A404A
(74,64,74)
#413942
(65,57,66)
#38323A
(56,50,58)
#2F2B32
(47,43,50)
#26242A
(38,36,42)
#1D1D22
(29,29,34)
#14161A
(20,22,26)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #655562

#655562
(101,85,98)
#736470
(115,100,112)
#81737E
(129,115,126)
#8F828C
(143,130,140)
#9D919A
(157,145,154)
#ABA0A8
(171,160,168)
#B9AFB6
(185,175,182)
#C7BEC4
(199,190,196)
#D5CDD2
(213,205,210)
#E3DCE0
(227,220,224)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655562; }

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

This text font color is #655562.


Background Color

.myBgColor { background-color: #655562; }

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

This div background color is #655562.


Border color

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

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

This div border color is #655562.


Opacity

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

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

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

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

This text has shadow with #655562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655562 on black background.


Color preview on white background

This text has color #655562 on white background.



Black color preview on #655562 background

This text has black color on #655562 background.


White color preview on #655562 background

This text has white color on #655562 background.