COLOR #655332

HEX: #655332
RGB: (101,83,50)

Color info

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

RGB color model

#655332 color RGB value is (101,83,50).

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

RGB channels and saturation

R 101 of 255 = 40%
G 83 of 255 = 33%
B 50 of 255 = 20%

101
83
50

R + G + B ~ 31%. #655332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 83 + 50 = 234 (100%)
R 101 of 234 ~ 43.16%
G 83 of 234 ~ 35.47%
B 50 of 234 ~ 21.37%

%43.16
%35.47
%21.37

CMYK color model

#655332 color CMYK value is (0,18,50,60).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 50.50%
  • key color value is 60.39%
CMYK:
(0,18,50,60)
C0M18Y50K60 
(0%,18%,50%,60%)
(0.00/0.18/0.50/0.60)	

CMYK percentages

%0
%17.82
%50.5
%60.39

Codes

Color #655332 in popluar color models

655332
RGB1018350
HSL39°33.77%29.61%
HSB/HSV39°50.50%39.61%
CMYK0.00%17.82%50.50%
60.39%

Color #655332 in popluar number systems.

HEX655332
Decimal1018350
Binary11001011010011110010
Octal14512362

Shades and tints

Shades of #655332

#655332
(101,83,50)
#5C4C2E
(92,76,46)
#53452A
(83,69,42)
#4A3E26
(74,62,38)
#413722
(65,55,34)
#38301E
(56,48,30)
#2F291A
(47,41,26)
#262216
(38,34,22)
#1D1B12
(29,27,18)
#14140E
(20,20,14)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #655332

#655332
(101,83,50)
#736244
(115,98,68)
#817156
(129,113,86)
#8F8068
(143,128,104)
#9D8F7A
(157,143,122)
#AB9E8C
(171,158,140)
#B9AD9E
(185,173,158)
#C7BCB0
(199,188,176)
#D5CBC2
(213,203,194)
#E3DAD4
(227,218,212)
#F1E9E6
(241,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655332; }

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

This text font color is #655332.


Background Color

.myBgColor { background-color: #655332; }

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

This div background color is #655332.


Border color

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

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

This div border color is #655332.


Opacity

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

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

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

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

This text has shadow with #655332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655332 on black background.


Color preview on white background

This text has color #655332 on white background.



Black color preview on #655332 background

This text has black color on #655332 background.


White color preview on #655332 background

This text has white color on #655332 background.