COLOR #655949

HEX: #655949
RGB: (101,89,73)

Color info

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

RGB color model

#655949 color RGB value is (101,89,73).

  • red value is 101;
  • green value is 89;
  • blue value is 73.
RGB:
(101,89,73)
(40%,35%,29%)

RGB channels and saturation

R 101 of 255 = 40%
G 89 of 255 = 35%
B 73 of 255 = 29%

101
89
73

R + G + B ~ 35%. #655949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 89 + 73 = 263 (100%)
R 101 of 263 ~ 38.4%
G 89 of 263 ~ 33.84%
B 73 of 263 ~ 27.76%

%38.4
%33.84
%27.76

CMYK color model

#655949 color CMYK value is (0,12,28,60).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 27.72%
  • key color value is 60.39%
CMYK:
(0,12,28,60)
C0M12Y28K60 
(0%,12%,28%,60%)
(0.00/0.12/0.28/0.60)	

CMYK percentages

%0
%11.88
%27.72
%60.39

Codes

Color #655949 in popluar color models

655949
RGB1018973
HSL34°16.09%34.12%
HSB/HSV34°27.72%39.61%
CMYK0.00%11.88%27.72%
60.39%

Color #655949 in popluar number systems.

HEX655949
Decimal1018973
Binary110010110110011001001
Octal145131111

Shades and tints

Shades of #655949

#655949
(101,89,73)
#5C5143
(92,81,67)
#53493D
(83,73,61)
#4A4137
(74,65,55)
#413931
(65,57,49)
#38312B
(56,49,43)
#2F2925
(47,41,37)
#26211F
(38,33,31)
#1D1919
(29,25,25)
#141113
(20,17,19)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #655949

#655949
(101,89,73)
#736859
(115,104,89)
#817769
(129,119,105)
#8F8679
(143,134,121)
#9D9589
(157,149,137)
#ABA499
(171,164,153)
#B9B3A9
(185,179,169)
#C7C2B9
(199,194,185)
#D5D1C9
(213,209,201)
#E3E0D9
(227,224,217)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655949 color. Also use rgb(101,89,73) instead hex code.

Text Font Color

.myTextColor { color: #655949; }

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

This text font color is #655949.


Background Color

.myBgColor { background-color: #655949; }

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

This div background color is #655949.


Border color

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

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

This div border color is #655949.


Opacity

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

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

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

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

This text has shadow with #655949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655949 on black background.


Color preview on white background

This text has color #655949 on white background.



Black color preview on #655949 background

This text has black color on #655949 background.


White color preview on #655949 background

This text has white color on #655949 background.