COLOR #655347

HEX: #655347
RGB: (101,83,71)

Color info

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

RGB color model

#655347 color RGB value is (101,83,71).

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

RGB channels and saturation

R 101 of 255 = 40%
G 83 of 255 = 33%
B 71 of 255 = 28%

101
83
71

R + G + B ~ 34%. #655347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 83 + 71 = 255 (100%)
R 101 of 255 ~ 39.61%
G 83 of 255 ~ 32.55%
B 71 of 255 ~ 27.84%

%39.61
%32.55
%27.84

CMYK color model

#655347 color CMYK value is (0,18,30,60).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 29.70%
  • key color value is 60.39%
CMYK:
(0,18,30,60)
C0M18Y30K60 
(0%,18%,30%,60%)
(0.00/0.18/0.30/0.60)	

CMYK percentages

%0
%17.82
%29.7
%60.39

Codes

Color #655347 in popluar color models

655347
RGB1018371
HSL24°17.44%33.73%
HSB/HSV24°29.70%39.61%
CMYK0.00%17.82%29.70%
60.39%

Color #655347 in popluar number systems.

HEX655347
Decimal1018371
Binary110010110100111000111
Octal145123107

Shades and tints

Shades of #655347

#655347
(101,83,71)
#5C4C41
(92,76,65)
#53453B
(83,69,59)
#4A3E35
(74,62,53)
#41372F
(65,55,47)
#383029
(56,48,41)
#2F2923
(47,41,35)
#26221D
(38,34,29)
#1D1B17
(29,27,23)
#141411
(20,20,17)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #655347

#655347
(101,83,71)
#736257
(115,98,87)
#817167
(129,113,103)
#8F8077
(143,128,119)
#9D8F87
(157,143,135)
#AB9E97
(171,158,151)
#B9ADA7
(185,173,167)
#C7BCB7
(199,188,183)
#D5CBC7
(213,203,199)
#E3DAD7
(227,218,215)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655347; }

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

This text font color is #655347.


Background Color

.myBgColor { background-color: #655347; }

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

This div background color is #655347.


Border color

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

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

This div border color is #655347.


Opacity

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

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

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

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

This text has shadow with #655347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655347 on black background.


Color preview on white background

This text has color #655347 on white background.



Black color preview on #655347 background

This text has black color on #655347 background.


White color preview on #655347 background

This text has white color on #655347 background.