COLOR #655753

HEX: #655753
RGB: (101,87,83)

Color info

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

RGB color model

#655753 color RGB value is (101,87,83).

  • red value is 101;
  • green value is 87;
  • blue value is 83.
RGB:
(101,87,83)
(40%,34%,33%)

RGB channels and saturation

R 101 of 255 = 40%
G 87 of 255 = 34%
B 83 of 255 = 33%

101
87
83

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

Portions of RGB colors in percentages

R + G + B =
101 + 87 + 83 = 271 (100%)
R 101 of 271 ~ 37.27%
G 87 of 271 ~ 32.1%
B 83 of 271 ~ 30.63%

%37.27
%32.1
%30.63

CMYK color model

#655753 color CMYK value is (0,14,18,60).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(0,14,18,60)
C0M14Y18K60 
(0%,14%,18%,60%)
(0.00/0.14/0.18/0.60)	

CMYK percentages

%0
%13.86
%17.82
%60.39

Codes

Color #655753 in popluar color models

655753
RGB1018783
HSL13°9.78%36.08%
HSB/HSV13°17.82%39.61%
CMYK0.00%13.86%17.82%
60.39%

Color #655753 in popluar number systems.

HEX655753
Decimal1018783
Binary110010110101111010011
Octal145127123

Shades and tints

Shades of #655753

#655753
(101,87,83)
#5C504C
(92,80,76)
#534945
(83,73,69)
#4A423E
(74,66,62)
#413B37
(65,59,55)
#383430
(56,52,48)
#2F2D29
(47,45,41)
#262622
(38,38,34)
#1D1F1B
(29,31,27)
#141814
(20,24,20)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #655753

#655753
(101,87,83)
#736662
(115,102,98)
#817571
(129,117,113)
#8F8480
(143,132,128)
#9D938F
(157,147,143)
#ABA29E
(171,162,158)
#B9B1AD
(185,177,173)
#C7C0BC
(199,192,188)
#D5CFCB
(213,207,203)
#E3DEDA
(227,222,218)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655753 color. Also use rgb(101,87,83) instead hex code.

Text Font Color

.myTextColor { color: #655753; }

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

This text font color is #655753.


Background Color

.myBgColor { background-color: #655753; }

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

This div background color is #655753.


Border color

.myBorderColor { border: 1px solid #655753; }

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

This div border color is #655753.


Opacity

.myOpacity80 { color: #655753; opacity: 0.8; }

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

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

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

This text has shadow with #655753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655753 on black background.


Color preview on white background

This text has color #655753 on white background.



Black color preview on #655753 background

This text has black color on #655753 background.


White color preview on #655753 background

This text has white color on #655753 background.