COLOR #655F4E

HEX: #655F4E
RGB: (101,95,78)

Color info

#655F4E contains red, green and blue colors in about the same proportion. Web safe color of #655F4E is #666666 (or #666).

RGB color model

#655F4E color RGB value is (101,95,78).

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

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 78 of 255 = 31%

101
95
78

R + G + B ~ 36%. #655F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 95 + 78 = 274 (100%)
R 101 of 274 ~ 36.86%
G 95 of 274 ~ 34.67%
B 78 of 274 ~ 28.47%

%36.86
%34.67
%28.47

CMYK color model

#655F4E color CMYK value is (0,6,23,60).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 22.77%
  • key color value is 60.39%
CMYK:
(0,6,23,60)
C0M6Y23K60 
(0%,6%,23%,60%)
(0.00/0.06/0.23/0.60)	

CMYK percentages

%0
%5.94
%22.77
%60.39

Codes

Color #655F4E in popluar color models

655F4E
RGB1019578
HSL44°12.85%35.10%
HSB/HSV44°22.77%39.61%
CMYK0.00%5.94%22.77%
60.39%

Color #655F4E in popluar number systems.

HEX655F4E
Decimal1019578
Binary110010110111111001110
Octal145137116

Shades and tints

Shades of #655F4E

#655F4E
(101,95,78)
#5C5747
(92,87,71)
#534F40
(83,79,64)
#4A4739
(74,71,57)
#413F32
(65,63,50)
#38372B
(56,55,43)
#2F2F24
(47,47,36)
#26271D
(38,39,29)
#1D1F16
(29,31,22)
#14170F
(20,23,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #655F4E

#655F4E
(101,95,78)
#736D5E
(115,109,94)
#817B6E
(129,123,110)
#8F897E
(143,137,126)
#9D978E
(157,151,142)
#ABA59E
(171,165,158)
#B9B3AE
(185,179,174)
#C7C1BE
(199,193,190)
#D5CFCE
(213,207,206)
#E3DDDE
(227,221,222)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655F4E; }

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

This text font color is #655F4E.


Background Color

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

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

This div background color is #655F4E.


Border color

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

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

This div border color is #655F4E.


Opacity

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

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

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

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

This text has shadow with #655F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655F4E on black background.


Color preview on white background

This text has color #655F4E on white background.



Black color preview on #655F4E background

This text has black color on #655F4E background.


White color preview on #655F4E background

This text has white color on #655F4E background.