COLOR #655737

HEX: #655737
RGB: (101,87,55)

Color info

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

RGB color model

#655737 color RGB value is (101,87,55).

  • red value is 101;
  • green value is 87;
  • blue value is 55.
RGB:
(101,87,55)
(40%,34%,22%)

RGB channels and saturation

R 101 of 255 = 40%
G 87 of 255 = 34%
B 55 of 255 = 22%

101
87
55

R + G + B ~ 32%. #655737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 87 + 55 = 243 (100%)
R 101 of 243 ~ 41.56%
G 87 of 243 ~ 35.8%
B 55 of 243 ~ 22.63%

%41.56
%35.8
%22.63

CMYK color model

#655737 color CMYK value is (0,14,46,60).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 45.54%
  • key color value is 60.39%
CMYK:
(0,14,46,60)
C0M14Y46K60 
(0%,14%,46%,60%)
(0.00/0.14/0.46/0.60)	

CMYK percentages

%0
%13.86
%45.54
%60.39

Codes

Color #655737 in popluar color models

655737
RGB1018755
HSL42°29.49%30.59%
HSB/HSV42°45.54%39.61%
CMYK0.00%13.86%45.54%
60.39%

Color #655737 in popluar number systems.

HEX655737
Decimal1018755
Binary11001011010111110111
Octal14512767

Shades and tints

Shades of #655737

#655737
(101,87,55)
#5C5032
(92,80,50)
#53492D
(83,73,45)
#4A4228
(74,66,40)
#413B23
(65,59,35)
#38341E
(56,52,30)
#2F2D19
(47,45,25)
#262614
(38,38,20)
#1D1F0F
(29,31,15)
#14180A
(20,24,10)
#0B1105
(11,17,5)
#000000
(0,0,0)

Tints of #655737

#655737
(101,87,55)
#736649
(115,102,73)
#81755B
(129,117,91)
#8F846D
(143,132,109)
#9D937F
(157,147,127)
#ABA291
(171,162,145)
#B9B1A3
(185,177,163)
#C7C0B5
(199,192,181)
#D5CFC7
(213,207,199)
#E3DED9
(227,222,217)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655737 color. Also use rgb(101,87,55) instead hex code.

Text Font Color

.myTextColor { color: #655737; }

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

This text font color is #655737.


Background Color

.myBgColor { background-color: #655737; }

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

This div background color is #655737.


Border color

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

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

This div border color is #655737.


Opacity

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

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

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

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

This text has shadow with #655737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655737 on black background.


Color preview on white background

This text has color #655737 on white background.



Black color preview on #655737 background

This text has black color on #655737 background.


White color preview on #655737 background

This text has white color on #655737 background.