COLOR #655C53

HEX: #655C53
RGB: (101,92,83)

Color info

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

RGB color model

#655C53 color RGB value is (101,92,83).

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

RGB channels and saturation

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

101
92
83

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

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 83 = 276 (100%)
R 101 of 276 ~ 36.59%
G 92 of 276 ~ 33.33%
B 83 of 276 ~ 30.07%

%36.59
%33.33
%30.07

CMYK color model

#655C53 color CMYK value is (0,9,18,60).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(0,9,18,60)
C0M9Y18K60 
(0%,9%,18%,60%)
(0.00/0.09/0.18/0.60)	

CMYK percentages

%0
%8.91
%17.82
%60.39

Codes

Color #655C53 in popluar color models

655C53
RGB1019283
HSL30°9.78%36.08%
HSB/HSV30°17.82%39.61%
CMYK0.00%8.91%17.82%
60.39%

Color #655C53 in popluar number systems.

HEX655C53
Decimal1019283
Binary110010110111001010011
Octal145134123

Shades and tints

Shades of #655C53

#655C53
(101,92,83)
#5C544C
(92,84,76)
#534C45
(83,76,69)
#4A443E
(74,68,62)
#413C37
(65,60,55)
#383430
(56,52,48)
#2F2C29
(47,44,41)
#262422
(38,36,34)
#1D1C1B
(29,28,27)
#141414
(20,20,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #655C53

#655C53
(101,92,83)
#736A62
(115,106,98)
#817871
(129,120,113)
#8F8680
(143,134,128)
#9D948F
(157,148,143)
#ABA29E
(171,162,158)
#B9B0AD
(185,176,173)
#C7BEBC
(199,190,188)
#D5CCCB
(213,204,203)
#E3DADA
(227,218,218)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655C53; }

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

This text font color is #655C53.


Background Color

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

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

This div background color is #655C53.


Border color

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

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

This div border color is #655C53.


Opacity

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

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

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

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

This text has shadow with #655C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C53 on black background.


Color preview on white background

This text has color #655C53 on white background.



Black color preview on #655C53 background

This text has black color on #655C53 background.


White color preview on #655C53 background

This text has white color on #655C53 background.