COLOR #655542

HEX: #655542
RGB: (101,85,66)

Color info

#655542 contains red, green and blue colors in about the same proportion. Web safe color of #655542 is #666633 (or #663).

RGB color model

#655542 color RGB value is (101,85,66).

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

RGB channels and saturation

R 101 of 255 = 40%
G 85 of 255 = 33%
B 66 of 255 = 26%

101
85
66

R + G + B ~ 33%. #655542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 85 + 66 = 252 (100%)
R 101 of 252 ~ 40.08%
G 85 of 252 ~ 33.73%
B 66 of 252 ~ 26.19%

%40.08
%33.73
%26.19

CMYK color model

#655542 color CMYK value is (0,16,35,60).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(0,16,35,60)
C0M16Y35K60 
(0%,16%,35%,60%)
(0.00/0.16/0.35/0.60)	

CMYK percentages

%0
%15.84
%34.65
%60.39

Codes

Color #655542 in popluar color models

655542
RGB1018566
HSL33°20.96%32.75%
HSB/HSV33°34.65%39.61%
CMYK0.00%15.84%34.65%
60.39%

Color #655542 in popluar number systems.

HEX655542
Decimal1018566
Binary110010110101011000010
Octal145125102

Shades and tints

Shades of #655542

#655542
(101,85,66)
#5C4E3C
(92,78,60)
#534736
(83,71,54)
#4A4030
(74,64,48)
#41392A
(65,57,42)
#383224
(56,50,36)
#2F2B1E
(47,43,30)
#262418
(38,36,24)
#1D1D12
(29,29,18)
#14160C
(20,22,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #655542

#655542
(101,85,66)
#736453
(115,100,83)
#817364
(129,115,100)
#8F8275
(143,130,117)
#9D9186
(157,145,134)
#ABA097
(171,160,151)
#B9AFA8
(185,175,168)
#C7BEB9
(199,190,185)
#D5CDCA
(213,205,202)
#E3DCDB
(227,220,219)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655542; }

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

This text font color is #655542.


Background Color

.myBgColor { background-color: #655542; }

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

This div background color is #655542.


Border color

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

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

This div border color is #655542.


Opacity

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

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

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

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

This text has shadow with #655542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655542 on black background.


Color preview on white background

This text has color #655542 on white background.



Black color preview on #655542 background

This text has black color on #655542 background.


White color preview on #655542 background

This text has white color on #655542 background.