COLOR #655362

HEX: #655362
RGB: (101,83,98)

Color info

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

RGB color model

#655362 color RGB value is (101,83,98).

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

RGB channels and saturation

R 101 of 255 = 40%
G 83 of 255 = 33%
B 98 of 255 = 38%

101
83
98

R + G + B ~ 37%. #655362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 83 + 98 = 282 (100%)
R 101 of 282 ~ 35.82%
G 83 of 282 ~ 29.43%
B 98 of 282 ~ 34.75%

%35.82
%29.43
%34.75

CMYK color model

#655362 color CMYK value is (0,18,3,60).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 2.97%
  • key color value is 60.39%
CMYK:
(0,18,3,60)
C0M18Y3K60 
(0%,18%,3%,60%)
(0.00/0.18/0.03/0.60)	

CMYK percentages

%0
%17.82
%2.97
%60.39

Codes

Color #655362 in popluar color models

655362
RGB1018398
HSL310°9.78%36.08%
HSB/HSV310°17.82%39.61%
CMYK0.00%17.82%2.97%
60.39%

Color #655362 in popluar number systems.

HEX655362
Decimal1018398
Binary110010110100111100010
Octal145123142

Shades and tints

Shades of #655362

#655362
(101,83,98)
#5C4C5A
(92,76,90)
#534552
(83,69,82)
#4A3E4A
(74,62,74)
#413742
(65,55,66)
#38303A
(56,48,58)
#2F2932
(47,41,50)
#26222A
(38,34,42)
#1D1B22
(29,27,34)
#14141A
(20,20,26)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #655362

#655362
(101,83,98)
#736270
(115,98,112)
#81717E
(129,113,126)
#8F808C
(143,128,140)
#9D8F9A
(157,143,154)
#AB9EA8
(171,158,168)
#B9ADB6
(185,173,182)
#C7BCC4
(199,188,196)
#D5CBD2
(213,203,210)
#E3DAE0
(227,218,224)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655362; }

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

This text font color is #655362.


Background Color

.myBgColor { background-color: #655362; }

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

This div background color is #655362.


Border color

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

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

This div border color is #655362.


Opacity

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

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

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

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

This text has shadow with #655362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655362 on black background.


Color preview on white background

This text has color #655362 on white background.



Black color preview on #655362 background

This text has black color on #655362 background.


White color preview on #655362 background

This text has white color on #655362 background.