COLOR #655C54

HEX: #655C54
RGB: (101,92,84)

Color info

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

RGB color model

#655C54 color RGB value is (101,92,84).

  • red value is 101;
  • green value is 92;
  • blue value is 84.
RGB:
(101,92,84)
(40%,36%,33%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 84 of 255 = 33%

101
92
84

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

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 84 = 277 (100%)
R 101 of 277 ~ 36.46%
G 92 of 277 ~ 33.21%
B 84 of 277 ~ 30.32%

%36.46
%33.21
%30.32

CMYK color model

#655C54 color CMYK value is (0,9,17,60).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 16.83%
  • key color value is 60.39%
CMYK:
(0,9,17,60)
C0M9Y17K60 
(0%,9%,17%,60%)
(0.00/0.09/0.17/0.60)	

CMYK percentages

%0
%8.91
%16.83
%60.39

Codes

Color #655C54 in popluar color models

655C54
RGB1019284
HSL28°9.19%36.27%
HSB/HSV28°16.83%39.61%
CMYK0.00%8.91%16.83%
60.39%

Color #655C54 in popluar number systems.

HEX655C54
Decimal1019284
Binary110010110111001010100
Octal145134124

Shades and tints

Shades of #655C54

#655C54
(101,92,84)
#5C544D
(92,84,77)
#534C46
(83,76,70)
#4A443F
(74,68,63)
#413C38
(65,60,56)
#383431
(56,52,49)
#2F2C2A
(47,44,42)
#262423
(38,36,35)
#1D1C1C
(29,28,28)
#141415
(20,20,21)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #655C54

#655C54
(101,92,84)
#736A63
(115,106,99)
#817872
(129,120,114)
#8F8681
(143,134,129)
#9D9490
(157,148,144)
#ABA29F
(171,162,159)
#B9B0AE
(185,176,174)
#C7BEBD
(199,190,189)
#D5CCCC
(213,204,204)
#E3DADB
(227,218,219)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655C54 color. Also use rgb(101,92,84) instead hex code.

Text Font Color

.myTextColor { color: #655C54; }

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

This text font color is #655C54.


Background Color

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

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

This div background color is #655C54.


Border color

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

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

This div border color is #655C54.


Opacity

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

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

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

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

This text has shadow with #655C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C54 on black background.


Color preview on white background

This text has color #655C54 on white background.



Black color preview on #655C54 background

This text has black color on #655C54 background.


White color preview on #655C54 background

This text has white color on #655C54 background.