COLOR #655476

HEX: #655476
RGB: (101,84,118)

Color info

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

RGB color model

#655476 color RGB value is (101,84,118).

  • red value is 101;
  • green value is 84;
  • blue value is 118.
RGB:
(101,84,118)
(40%,33%,46%)

RGB channels and saturation

R 101 of 255 = 40%
G 84 of 255 = 33%
B 118 of 255 = 46%

101
84
118

R + G + B ~ 40%. #655476 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 84 + 118 = 303 (100%)
R 101 of 303 ~ 33.33%
G 84 of 303 ~ 27.72%
B 118 of 303 ~ 38.94%

%33.33
%27.72
%38.94

CMYK color model

#655476 color CMYK value is (14,29,0,54).

  • cyan value is 14.41%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,29,0,54)
C14M29Y0K54 
(14%,29%,0%,54%)
(0.14/0.29/0.00/0.54)	

CMYK percentages

%14.41
%28.81
%0
%53.73

Codes

Color #655476 in popluar color models

655476
RGB10184118
HSL270°16.83%39.61%
HSB/HSV270°28.81%46.27%
CMYK14.41%28.81%0.00%
53.73%

Color #655476 in popluar number systems.

HEX655476
Decimal10184118
Binary110010110101001110110
Octal145124166

Shades and tints

Shades of #655476

#655476
(101,84,118)
#5C4D6C
(92,77,108)
#534662
(83,70,98)
#4A3F58
(74,63,88)
#41384E
(65,56,78)
#383144
(56,49,68)
#2F2A3A
(47,42,58)
#262330
(38,35,48)
#1D1C26
(29,28,38)
#14151C
(20,21,28)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #655476

#655476
(101,84,118)
#736382
(115,99,130)
#81728E
(129,114,142)
#8F819A
(143,129,154)
#9D90A6
(157,144,166)
#AB9FB2
(171,159,178)
#B9AEBE
(185,174,190)
#C7BDCA
(199,189,202)
#D5CCD6
(213,204,214)
#E3DBE2
(227,219,226)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655476 color. Also use rgb(101,84,118) instead hex code.

Text Font Color

.myTextColor { color: #655476; }

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

This text font color is #655476.


Background Color

.myBgColor { background-color: #655476; }

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

This div background color is #655476.


Border color

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

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

This div border color is #655476.


Opacity

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

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

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

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

This text has shadow with #655476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655476 on black background.


Color preview on white background

This text has color #655476 on white background.



Black color preview on #655476 background

This text has black color on #655476 background.


White color preview on #655476 background

This text has white color on #655476 background.