COLOR #655E3B

HEX: #655E3B
RGB: (101,94,59)

Color info

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

RGB color model

#655E3B color RGB value is (101,94,59).

  • red value is 101;
  • green value is 94;
  • blue value is 59.
RGB:
(101,94,59)
(40%,37%,23%)

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 59 of 255 = 23%

101
94
59

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

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 59 = 254 (100%)
R 101 of 254 ~ 39.76%
G 94 of 254 ~ 37.01%
B 59 of 254 ~ 23.23%

%39.76
%37.01
%23.23

CMYK color model

#655E3B color CMYK value is (0,7,42,60).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 41.58%
  • key color value is 60.39%
CMYK:
(0,7,42,60)
C0M7Y42K60 
(0%,7%,42%,60%)
(0.00/0.07/0.42/0.60)	

CMYK percentages

%0
%6.93
%41.58
%60.39

Codes

Color #655E3B in popluar color models

655E3B
RGB1019459
HSL50°26.25%31.37%
HSB/HSV50°41.58%39.61%
CMYK0.00%6.93%41.58%
60.39%

Color #655E3B in popluar number systems.

HEX655E3B
Decimal1019459
Binary11001011011110111011
Octal14513673

Shades and tints

Shades of #655E3B

#655E3B
(101,94,59)
#5C5636
(92,86,54)
#534E31
(83,78,49)
#4A462C
(74,70,44)
#413E27
(65,62,39)
#383622
(56,54,34)
#2F2E1D
(47,46,29)
#262618
(38,38,24)
#1D1E13
(29,30,19)
#14160E
(20,22,14)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #655E3B

#655E3B
(101,94,59)
#736C4C
(115,108,76)
#817A5D
(129,122,93)
#8F886E
(143,136,110)
#9D967F
(157,150,127)
#ABA490
(171,164,144)
#B9B2A1
(185,178,161)
#C7C0B2
(199,192,178)
#D5CEC3
(213,206,195)
#E3DCD4
(227,220,212)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655E3B color. Also use rgb(101,94,59) instead hex code.

Text Font Color

.myTextColor { color: #655E3B; }

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

This text font color is #655E3B.


Background Color

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

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

This div background color is #655E3B.


Border color

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

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

This div border color is #655E3B.


Opacity

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

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

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

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

This text has shadow with #655E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655E3B on black background.


Color preview on white background

This text has color #655E3B on white background.



Black color preview on #655E3B background

This text has black color on #655E3B background.


White color preview on #655E3B background

This text has white color on #655E3B background.