COLOR #655D4A

HEX: #655D4A
RGB: (101,93,74)

Color info

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

RGB color model

#655D4A color RGB value is (101,93,74).

  • red value is 101;
  • green value is 93;
  • blue value is 74.
RGB:
(101,93,74)
(40%,36%,29%)

RGB channels and saturation

R 101 of 255 = 40%
G 93 of 255 = 36%
B 74 of 255 = 29%

101
93
74

R + G + B ~ 35%. #655D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 93 + 74 = 268 (100%)
R 101 of 268 ~ 37.69%
G 93 of 268 ~ 34.7%
B 74 of 268 ~ 27.61%

%37.69
%34.7
%27.61

CMYK color model

#655D4A color CMYK value is (0,8,27,60).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 26.73%
  • key color value is 60.39%
CMYK:
(0,8,27,60)
C0M8Y27K60 
(0%,8%,27%,60%)
(0.00/0.08/0.27/0.60)	

CMYK percentages

%0
%7.92
%26.73
%60.39

Codes

Color #655D4A in popluar color models

655D4A
RGB1019374
HSL42°15.43%34.31%
HSB/HSV42°26.73%39.61%
CMYK0.00%7.92%26.73%
60.39%

Color #655D4A in popluar number systems.

HEX655D4A
Decimal1019374
Binary110010110111011001010
Octal145135112

Shades and tints

Shades of #655D4A

#655D4A
(101,93,74)
#5C5544
(92,85,68)
#534D3E
(83,77,62)
#4A4538
(74,69,56)
#413D32
(65,61,50)
#38352C
(56,53,44)
#2F2D26
(47,45,38)
#262520
(38,37,32)
#1D1D1A
(29,29,26)
#141514
(20,21,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #655D4A

#655D4A
(101,93,74)
#736B5A
(115,107,90)
#81796A
(129,121,106)
#8F877A
(143,135,122)
#9D958A
(157,149,138)
#ABA39A
(171,163,154)
#B9B1AA
(185,177,170)
#C7BFBA
(199,191,186)
#D5CDCA
(213,205,202)
#E3DBDA
(227,219,218)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655D4A color. Also use rgb(101,93,74) instead hex code.

Text Font Color

.myTextColor { color: #655D4A; }

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

This text font color is #655D4A.


Background Color

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

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

This div background color is #655D4A.


Border color

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

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

This div border color is #655D4A.


Opacity

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

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

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

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

This text has shadow with #655D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655D4A on black background.


Color preview on white background

This text has color #655D4A on white background.



Black color preview on #655D4A background

This text has black color on #655D4A background.


White color preview on #655D4A background

This text has white color on #655D4A background.