COLOR #655342

HEX: #655342
RGB: (101,83,66)

Color info

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

RGB color model

#655342 color RGB value is (101,83,66).

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

RGB channels and saturation

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

101
83
66

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

Portions of RGB colors in percentages

R + G + B =
101 + 83 + 66 = 250 (100%)
R 101 of 250 ~ 40.4%
G 83 of 250 ~ 33.2%
B 66 of 250 ~ 26.4%

%40.4
%33.2
%26.4

CMYK color model

#655342 color CMYK value is (0,18,35,60).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(0,18,35,60)
C0M18Y35K60 
(0%,18%,35%,60%)
(0.00/0.18/0.35/0.60)	

CMYK percentages

%0
%17.82
%34.65
%60.39

Codes

Color #655342 in popluar color models

655342
RGB1018366
HSL29°20.96%32.75%
HSB/HSV29°34.65%39.61%
CMYK0.00%17.82%34.65%
60.39%

Color #655342 in popluar number systems.

HEX655342
Decimal1018366
Binary110010110100111000010
Octal145123102

Shades and tints

Shades of #655342

#655342
(101,83,66)
#5C4C3C
(92,76,60)
#534536
(83,69,54)
#4A3E30
(74,62,48)
#41372A
(65,55,42)
#383024
(56,48,36)
#2F291E
(47,41,30)
#262218
(38,34,24)
#1D1B12
(29,27,18)
#14140C
(20,20,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #655342

#655342
(101,83,66)
#736253
(115,98,83)
#817164
(129,113,100)
#8F8075
(143,128,117)
#9D8F86
(157,143,134)
#AB9E97
(171,158,151)
#B9ADA8
(185,173,168)
#C7BCB9
(199,188,185)
#D5CBCA
(213,203,202)
#E3DADB
(227,218,219)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655342; }

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

This text font color is #655342.


Background Color

.myBgColor { background-color: #655342; }

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

This div background color is #655342.


Border color

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

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

This div border color is #655342.


Opacity

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

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

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

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

This text has shadow with #655342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655342 on black background.


Color preview on white background

This text has color #655342 on white background.



Black color preview on #655342 background

This text has black color on #655342 background.


White color preview on #655342 background

This text has white color on #655342 background.