COLOR #655176

HEX: #655176
RGB: (101,81,118)

Color info

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

RGB color model

#655176 color RGB value is (101,81,118).

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

RGB channels and saturation

R 101 of 255 = 40%
G 81 of 255 = 32%
B 118 of 255 = 46%

101
81
118

R + G + B ~ 39%. #655176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 81 + 118 = 300 (100%)
R 101 of 300 ~ 33.67%
G 81 of 300 ~ 27%
B 118 of 300 ~ 39.33%

%33.67
%27
%39.33

CMYK color model

#655176 color CMYK value is (14,31,0,54).

  • cyan value is 14.41%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,31,0,54)
C14M31Y0K54 
(14%,31%,0%,54%)
(0.14/0.31/0.00/0.54)	

CMYK percentages

%14.41
%31.36
%0
%53.73

Codes

Color #655176 in popluar color models

655176
RGB10181118
HSL272°18.59%39.02%
HSB/HSV272°31.36%46.27%
CMYK14.41%31.36%0.00%
53.73%

Color #655176 in popluar number systems.

HEX655176
Decimal10181118
Binary110010110100011110110
Octal145121166

Shades and tints

Shades of #655176

#655176
(101,81,118)
#5C4A6C
(92,74,108)
#534362
(83,67,98)
#4A3C58
(74,60,88)
#41354E
(65,53,78)
#382E44
(56,46,68)
#2F273A
(47,39,58)
#262030
(38,32,48)
#1D1926
(29,25,38)
#14121C
(20,18,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #655176

#655176
(101,81,118)
#736082
(115,96,130)
#816F8E
(129,111,142)
#8F7E9A
(143,126,154)
#9D8DA6
(157,141,166)
#AB9CB2
(171,156,178)
#B9ABBE
(185,171,190)
#C7BACA
(199,186,202)
#D5C9D6
(213,201,214)
#E3D8E2
(227,216,226)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655176; }

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

This text font color is #655176.


Background Color

.myBgColor { background-color: #655176; }

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

This div background color is #655176.


Border color

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

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

This div border color is #655176.


Opacity

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

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

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

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

This text has shadow with #655176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655176 on black background.


Color preview on white background

This text has color #655176 on white background.



Black color preview on #655176 background

This text has black color on #655176 background.


White color preview on #655176 background

This text has white color on #655176 background.