COLOR #655156

HEX: #655156
RGB: (101,81,86)

Color info

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

RGB color model

#655156 color RGB value is (101,81,86).

  • red value is 101;
  • green value is 81;
  • blue value is 86.
RGB:
(101,81,86)
(40%,32%,34%)

RGB channels and saturation

R 101 of 255 = 40%
G 81 of 255 = 32%
B 86 of 255 = 34%

101
81
86

R + G + B ~ 35%. #655156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 81 + 86 = 268 (100%)
R 101 of 268 ~ 37.69%
G 81 of 268 ~ 30.22%
B 86 of 268 ~ 32.09%

%37.69
%30.22
%32.09

CMYK color model

#655156 color CMYK value is (0,20,15,60).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(0,20,15,60)
C0M20Y15K60 
(0%,20%,15%,60%)
(0.00/0.20/0.15/0.60)	

CMYK percentages

%0
%19.8
%14.85
%60.39

Codes

Color #655156 in popluar color models

655156
RGB1018186
HSL345°10.99%35.69%
HSB/HSV345°19.80%39.61%
CMYK0.00%19.80%14.85%
60.39%

Color #655156 in popluar number systems.

HEX655156
Decimal1018186
Binary110010110100011010110
Octal145121126

Shades and tints

Shades of #655156

#655156
(101,81,86)
#5C4A4F
(92,74,79)
#534348
(83,67,72)
#4A3C41
(74,60,65)
#41353A
(65,53,58)
#382E33
(56,46,51)
#2F272C
(47,39,44)
#262025
(38,32,37)
#1D191E
(29,25,30)
#141217
(20,18,23)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #655156

#655156
(101,81,86)
#736065
(115,96,101)
#816F74
(129,111,116)
#8F7E83
(143,126,131)
#9D8D92
(157,141,146)
#AB9CA1
(171,156,161)
#B9ABB0
(185,171,176)
#C7BABF
(199,186,191)
#D5C9CE
(213,201,206)
#E3D8DD
(227,216,221)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655156; }

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

This text font color is #655156.


Background Color

.myBgColor { background-color: #655156; }

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

This div background color is #655156.


Border color

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

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

This div border color is #655156.


Opacity

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

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

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

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

This text has shadow with #655156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655156 on black background.


Color preview on white background

This text has color #655156 on white background.



Black color preview on #655156 background

This text has black color on #655156 background.


White color preview on #655156 background

This text has white color on #655156 background.