COLOR #655F4D

HEX: #655F4D
RGB: (101,95,77)

Color info

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

RGB color model

#655F4D color RGB value is (101,95,77).

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

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 77 of 255 = 30%

101
95
77

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

Portions of RGB colors in percentages

R + G + B =
101 + 95 + 77 = 273 (100%)
R 101 of 273 ~ 37%
G 95 of 273 ~ 34.8%
B 77 of 273 ~ 28.21%

%37
%34.8
%28.21

CMYK color model

#655F4D color CMYK value is (0,6,24,60).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 23.76%
  • key color value is 60.39%
CMYK:
(0,6,24,60)
C0M6Y24K60 
(0%,6%,24%,60%)
(0.00/0.06/0.24/0.60)	

CMYK percentages

%0
%5.94
%23.76
%60.39

Codes

Color #655F4D in popluar color models

655F4D
RGB1019577
HSL45°13.48%34.90%
HSB/HSV45°23.76%39.61%
CMYK0.00%5.94%23.76%
60.39%

Color #655F4D in popluar number systems.

HEX655F4D
Decimal1019577
Binary110010110111111001101
Octal145137115

Shades and tints

Shades of #655F4D

#655F4D
(101,95,77)
#5C5746
(92,87,70)
#534F3F
(83,79,63)
#4A4738
(74,71,56)
#413F31
(65,63,49)
#38372A
(56,55,42)
#2F2F23
(47,47,35)
#26271C
(38,39,28)
#1D1F15
(29,31,21)
#14170E
(20,23,14)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #655F4D

#655F4D
(101,95,77)
#736D5D
(115,109,93)
#817B6D
(129,123,109)
#8F897D
(143,137,125)
#9D978D
(157,151,141)
#ABA59D
(171,165,157)
#B9B3AD
(185,179,173)
#C7C1BD
(199,193,189)
#D5CFCD
(213,207,205)
#E3DDDD
(227,221,221)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655F4D; }

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

This text font color is #655F4D.


Background Color

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

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

This div background color is #655F4D.


Border color

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

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

This div border color is #655F4D.


Opacity

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

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

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

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

This text has shadow with #655F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655F4D on black background.


Color preview on white background

This text has color #655F4D on white background.



Black color preview on #655F4D background

This text has black color on #655F4D background.


White color preview on #655F4D background

This text has white color on #655F4D background.