COLOR #655E79

HEX: #655E79
RGB: (101,94,121)

Color info

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

RGB color model

#655E79 color RGB value is (101,94,121).

  • red value is 101;
  • green value is 94;
  • blue value is 121.
RGB:
(101,94,121)
(40%,37%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 121 of 255 = 47%

101
94
121

R + G + B ~ 41%. #655E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 121 = 316 (100%)
R 101 of 316 ~ 31.96%
G 94 of 316 ~ 29.75%
B 121 of 316 ~ 38.29%

%31.96
%29.75
%38.29

CMYK color model

#655E79 color CMYK value is (17,22,0,53).

  • cyan value is 16.53%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(17,22,0,53)
C17M22Y0K53 
(17%,22%,0%,53%)
(0.17/0.22/0.00/0.53)	

CMYK percentages

%16.53
%22.31
%0
%52.55

Codes

Color #655E79 in popluar color models

655E79
RGB10194121
HSL256°12.56%42.16%
HSB/HSV256°22.31%47.45%
CMYK16.53%22.31%0.00%
52.55%

Color #655E79 in popluar number systems.

HEX655E79
Decimal10194121
Binary110010110111101111001
Octal145136171

Shades and tints

Shades of #655E79

#655E79
(101,94,121)
#5C566E
(92,86,110)
#534E63
(83,78,99)
#4A4658
(74,70,88)
#413E4D
(65,62,77)
#383642
(56,54,66)
#2F2E37
(47,46,55)
#26262C
(38,38,44)
#1D1E21
(29,30,33)
#141616
(20,22,22)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #655E79

#655E79
(101,94,121)
#736C85
(115,108,133)
#817A91
(129,122,145)
#8F889D
(143,136,157)
#9D96A9
(157,150,169)
#ABA4B5
(171,164,181)
#B9B2C1
(185,178,193)
#C7C0CD
(199,192,205)
#D5CED9
(213,206,217)
#E3DCE5
(227,220,229)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655E79 color. Also use rgb(101,94,121) instead hex code.

Text Font Color

.myTextColor { color: #655E79; }

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

This text font color is #655E79.


Background Color

.myBgColor { background-color: #655E79; }

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

This div background color is #655E79.


Border color

.myBorderColor { border: 1px solid #655E79; }

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

This div border color is #655E79.


Opacity

.myOpacity80 { color: #655E79; opacity: 0.8; }

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

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

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

This text has shadow with #655E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655E79 on black background.


Color preview on white background

This text has color #655E79 on white background.



Black color preview on #655E79 background

This text has black color on #655E79 background.


White color preview on #655E79 background

This text has white color on #655E79 background.