COLOR #655D43

HEX: #655D43
RGB: (101,93,67)

Color info

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

RGB color model

#655D43 color RGB value is (101,93,67).

  • red value is 101;
  • green value is 93;
  • blue value is 67.
RGB:
(101,93,67)
(40%,36%,26%)

RGB channels and saturation

R 101 of 255 = 40%
G 93 of 255 = 36%
B 67 of 255 = 26%

101
93
67

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

Portions of RGB colors in percentages

R + G + B =
101 + 93 + 67 = 261 (100%)
R 101 of 261 ~ 38.7%
G 93 of 261 ~ 35.63%
B 67 of 261 ~ 25.67%

%38.7
%35.63
%25.67

CMYK color model

#655D43 color CMYK value is (0,8,34,60).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 33.66%
  • key color value is 60.39%
CMYK:
(0,8,34,60)
C0M8Y34K60 
(0%,8%,34%,60%)
(0.00/0.08/0.34/0.60)	

CMYK percentages

%0
%7.92
%33.66
%60.39

Codes

Color #655D43 in popluar color models

655D43
RGB1019367
HSL46°20.24%32.94%
HSB/HSV46°33.66%39.61%
CMYK0.00%7.92%33.66%
60.39%

Color #655D43 in popluar number systems.

HEX655D43
Decimal1019367
Binary110010110111011000011
Octal145135103

Shades and tints

Shades of #655D43

#655D43
(101,93,67)
#5C553D
(92,85,61)
#534D37
(83,77,55)
#4A4531
(74,69,49)
#413D2B
(65,61,43)
#383525
(56,53,37)
#2F2D1F
(47,45,31)
#262519
(38,37,25)
#1D1D13
(29,29,19)
#14150D
(20,21,13)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #655D43

#655D43
(101,93,67)
#736B54
(115,107,84)
#817965
(129,121,101)
#8F8776
(143,135,118)
#9D9587
(157,149,135)
#ABA398
(171,163,152)
#B9B1A9
(185,177,169)
#C7BFBA
(199,191,186)
#D5CDCB
(213,205,203)
#E3DBDC
(227,219,220)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655D43 color. Also use rgb(101,93,67) instead hex code.

Text Font Color

.myTextColor { color: #655D43; }

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

This text font color is #655D43.


Background Color

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

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

This div background color is #655D43.


Border color

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

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

This div border color is #655D43.


Opacity

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

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

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

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

This text has shadow with #655D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655D43 on black background.


Color preview on white background

This text has color #655D43 on white background.



Black color preview on #655D43 background

This text has black color on #655D43 background.


White color preview on #655D43 background

This text has white color on #655D43 background.