COLOR #655C52

HEX: #655C52 RGB: (101,92,82)

Color info

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

RGB color model

#655C52 color RGB value is (101,92,82).

RGB: (101,92,82) (40%, 36%, 32%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 82 of 255 = 32%

101
92
82

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

Portions of RGB colors in percentages

R + G + B = 101 + 92 + 82 = 275 (100%)
R 101 of 275 ~ 36.73%
G 92 of 275 ~ 33.45%
B 82 of 275 ~ 29.82'%

%36.73
%33.45
%29.82

CMYK color model

#655C52 color CMYK value is (0,9,19,60).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 18.81%
  • key color value is 60.39%

CMYK: (0,9,19,60)
C0M9Y19K60 (0%, 9%, 19%, 60%)
(0.00 / 0.09 / 0.19 / 0.60)

CMYK percentages

%0
%8.91
%18.81
%60.39

Codes

Color #655C52 in popluar color models

65 5C 52
RGB 101 92 82
HSL 32° 10.38% 35.88%
HSB/HSV 32° 18.81% 39.61%
CMYK 0.00% 8.91% 18.81%
60.39%

Color #655C52 in popluar number systems.

HEX 65 5C 52
Decimal 101 92 82
Binary 1100101 1011100 1010010
Octal 145 134 122

Shades and tints

Shades of #655C52

#655C52
(101,92,82)
#5C544B
(92,84,75)
#534C44
(83,76,68)
#4A443D
(74,68,61)
#413C36
(65,60,54)
#38342F
(56,52,47)
#2F2C28
(47,44,40)
#262421
(38,36,33)
#1D1C1A
(29,28,26)
#141413
(20,20,19)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #655C52

#655C52
(101,92,82)
#736A61
(115,106,97)
#817870
(129,120,112)
#8F867F
(143,134,127)
#9D948E
(157,148,142)
#ABA29D
(171,162,157)
#B9B0AC
(185,176,172)
#C7BEBB
(199,190,187)
#D5CCCA
(213,204,202)
#E3DAD9
(227,218,217)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655C52; }

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

This text font color is #655C52.

Background Color

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

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

This div background color is #655C52.

Border color

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

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

This div border color is #655C52.

Opacity

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

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

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

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

This text has shadow with #655C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655C52.

Preview

Color preview on black background

This text has color #655C52 on black background.


Color preview on white background

This text has color #655C52 on white background.


Black color preview on #655C52 background

This text has black color on #655C52 background.


White color preview on #655C52 background

This text has white color on #655C52 background.


Related colors

Complementary color

Complementary color for #hex is #9AA3AD.


I love getcolorcode.com

Triadic colors

1 #52655C and #5C5265 with #655C52 are triadic colors.

2 #525C65 and #5C6552 with #655C52 are triadic colors.