COLOR #655953

HEX: #655953
RGB: (101,89,83)

Color info

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

RGB color model

#655953 color RGB value is (101,89,83).

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

RGB channels and saturation

R 101 of 255 = 40%
G 89 of 255 = 35%
B 83 of 255 = 33%

101
89
83

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

Portions of RGB colors in percentages

R + G + B =
101 + 89 + 83 = 273 (100%)
R 101 of 273 ~ 37%
G 89 of 273 ~ 32.6%
B 83 of 273 ~ 30.4%

%37
%32.6
%30.4

CMYK color model

#655953 color CMYK value is (0,12,18,60).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(0,12,18,60)
C0M12Y18K60 
(0%,12%,18%,60%)
(0.00/0.12/0.18/0.60)	

CMYK percentages

%0
%11.88
%17.82
%60.39

Codes

Color #655953 in popluar color models

655953
RGB1018983
HSL20°9.78%36.08%
HSB/HSV20°17.82%39.61%
CMYK0.00%11.88%17.82%
60.39%

Color #655953 in popluar number systems.

HEX655953
Decimal1018983
Binary110010110110011010011
Octal145131123

Shades and tints

Shades of #655953

#655953
(101,89,83)
#5C514C
(92,81,76)
#534945
(83,73,69)
#4A413E
(74,65,62)
#413937
(65,57,55)
#383130
(56,49,48)
#2F2929
(47,41,41)
#262122
(38,33,34)
#1D191B
(29,25,27)
#141114
(20,17,20)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #655953

#655953
(101,89,83)
#736862
(115,104,98)
#817771
(129,119,113)
#8F8680
(143,134,128)
#9D958F
(157,149,143)
#ABA49E
(171,164,158)
#B9B3AD
(185,179,173)
#C7C2BC
(199,194,188)
#D5D1CB
(213,209,203)
#E3E0DA
(227,224,218)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655953; }

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

This text font color is #655953.


Background Color

.myBgColor { background-color: #655953; }

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

This div background color is #655953.


Border color

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

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

This div border color is #655953.


Opacity

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

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

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

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

This text has shadow with #655953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655953 on black background.


Color preview on white background

This text has color #655953 on white background.



Black color preview on #655953 background

This text has black color on #655953 background.


White color preview on #655953 background

This text has white color on #655953 background.