COLOR #655F42

HEX: #655F42
RGB: (101,95,66)

Color info

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

RGB color model

#655F42 color RGB value is (101,95,66).

  • red value is 101;
  • green value is 95;
  • blue value is 66.
RGB:
(101,95,66)
(40%,37%,26%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 66 of 255 = 26%

101
95
66

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

Portions of RGB colors in percentages

R + G + B =
101 + 95 + 66 = 262 (100%)
R 101 of 262 ~ 38.55%
G 95 of 262 ~ 36.26%
B 66 of 262 ~ 25.19%

%38.55
%36.26
%25.19

CMYK color model

#655F42 color CMYK value is (0,6,35,60).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(0,6,35,60)
C0M6Y35K60 
(0%,6%,35%,60%)
(0.00/0.06/0.35/0.60)	

CMYK percentages

%0
%5.94
%34.65
%60.39

Codes

Color #655F42 in popluar color models

655F42
RGB1019566
HSL50°20.96%32.75%
HSB/HSV50°34.65%39.61%
CMYK0.00%5.94%34.65%
60.39%

Color #655F42 in popluar number systems.

HEX655F42
Decimal1019566
Binary110010110111111000010
Octal145137102

Shades and tints

Shades of #655F42

#655F42
(101,95,66)
#5C573C
(92,87,60)
#534F36
(83,79,54)
#4A4730
(74,71,48)
#413F2A
(65,63,42)
#383724
(56,55,36)
#2F2F1E
(47,47,30)
#262718
(38,39,24)
#1D1F12
(29,31,18)
#14170C
(20,23,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #655F42

#655F42
(101,95,66)
#736D53
(115,109,83)
#817B64
(129,123,100)
#8F8975
(143,137,117)
#9D9786
(157,151,134)
#ABA597
(171,165,151)
#B9B3A8
(185,179,168)
#C7C1B9
(199,193,185)
#D5CFCA
(213,207,202)
#E3DDDB
(227,221,219)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655F42 color. Also use rgb(101,95,66) instead hex code.

Text Font Color

.myTextColor { color: #655F42; }

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

This text font color is #655F42.


Background Color

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

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

This div background color is #655F42.


Border color

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

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

This div border color is #655F42.


Opacity

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

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

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

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

This text has shadow with #655F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655F42 on black background.


Color preview on white background

This text has color #655F42 on white background.



Black color preview on #655F42 background

This text has black color on #655F42 background.


White color preview on #655F42 background

This text has white color on #655F42 background.