COLOR #655363

HEX: #655363
RGB: (101,83,99)

Color info

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

RGB color model

#655363 color RGB value is (101,83,99).

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

RGB channels and saturation

R 101 of 255 = 40%
G 83 of 255 = 33%
B 99 of 255 = 39%

101
83
99

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

Portions of RGB colors in percentages

R + G + B =
101 + 83 + 99 = 283 (100%)
R 101 of 283 ~ 35.69%
G 83 of 283 ~ 29.33%
B 99 of 283 ~ 34.98%

%35.69
%29.33
%34.98

CMYK color model

#655363 color CMYK value is (0,18,2,60).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(0,18,2,60)
C0M18Y2K60 
(0%,18%,2%,60%)
(0.00/0.18/0.02/0.60)	

CMYK percentages

%0
%17.82
%1.98
%60.39

Codes

Color #655363 in popluar color models

655363
RGB1018399
HSL307°9.78%36.08%
HSB/HSV307°17.82%39.61%
CMYK0.00%17.82%1.98%
60.39%

Color #655363 in popluar number systems.

HEX655363
Decimal1018399
Binary110010110100111100011
Octal145123143

Shades and tints

Shades of #655363

#655363
(101,83,99)
#5C4C5A
(92,76,90)
#534551
(83,69,81)
#4A3E48
(74,62,72)
#41373F
(65,55,63)
#383036
(56,48,54)
#2F292D
(47,41,45)
#262224
(38,34,36)
#1D1B1B
(29,27,27)
#141412
(20,20,18)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #655363

#655363
(101,83,99)
#736271
(115,98,113)
#81717F
(129,113,127)
#8F808D
(143,128,141)
#9D8F9B
(157,143,155)
#AB9EA9
(171,158,169)
#B9ADB7
(185,173,183)
#C7BCC5
(199,188,197)
#D5CBD3
(213,203,211)
#E3DAE1
(227,218,225)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655363; }

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

This text font color is #655363.


Background Color

.myBgColor { background-color: #655363; }

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

This div background color is #655363.


Border color

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

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

This div border color is #655363.


Opacity

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

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

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

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

This text has shadow with #655363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655363 on black background.


Color preview on white background

This text has color #655363 on white background.



Black color preview on #655363 background

This text has black color on #655363 background.


White color preview on #655363 background

This text has white color on #655363 background.