COLOR #655E7A

HEX: #655E7A RGB: (101,94,122)

Color info

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

RGB color model

#655E7A color RGB value is (101,94,122).

RGB: (101,94,122) (40%, 37%, 48%)

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 122 of 255 = 48%

101
94
122

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

Portions of RGB colors in percentages

R + G + B = 101 + 94 + 122 = 317 (100%)
R 101 of 317 ~ 31.86%
G 94 of 317 ~ 29.65%
B 122 of 317 ~ 38.49'%

%31.86
%29.65
%38.49

CMYK color model

#655E7A color CMYK value is (17,23,0,52).

  • cyan value is 17.21%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (17,23,0,52)
C17M23Y0K52 (17%, 23%, 0%, 52%)
(0.17 / 0.23 / 0.00 / 0.52)

CMYK percentages

%17.21
%22.95
%0
%52.16

Codes

Color #655E7A in popluar color models

65 5E 7A
RGB 101 94 122
HSL 255° 12.96% 42.35%
HSB/HSV 255° 22.95% 47.84%
CMYK 17.21% 22.95% 0.00%
52.16%

Color #655E7A in popluar number systems.

HEX 65 5E 7A
Decimal 101 94 122
Binary 1100101 1011110 1111010
Octal 145 136 172

Shades and tints

Shades of #655E7A

#655E7A
(101,94,122)
#5C566F
(92,86,111)
#534E64
(83,78,100)
#4A4659
(74,70,89)
#413E4E
(65,62,78)
#383643
(56,54,67)
#2F2E38
(47,46,56)
#26262D
(38,38,45)
#1D1E22
(29,30,34)
#141617
(20,22,23)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #655E7A

#655E7A
(101,94,122)
#736C86
(115,108,134)
#817A92
(129,122,146)
#8F889E
(143,136,158)
#9D96AA
(157,150,170)
#ABA4B6
(171,164,182)
#B9B2C2
(185,178,194)
#C7C0CE
(199,192,206)
#D5CEDA
(213,206,218)
#E3DCE6
(227,220,230)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655E7A; }

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

This text font color is #655E7A.

Background Color

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

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

This div background color is #655E7A.

Border color

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

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

This div border color is #655E7A.

Opacity

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

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

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

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

This text has shadow with #655E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655E7A.

Preview

Color preview on black background

This text has color #655E7A on black background.


Color preview on white background

This text has color #655E7A on white background.


Black color preview on #655E7A background

This text has black color on #655E7A background.


White color preview on #655E7A background

This text has white color on #655E7A background.


Related colors

Complementary color

Complementary color for #hex is #9AA185.


I love getcolorcode.com

Triadic colors

1 #7A655E and #5E7A65 with #655E7A are triadic colors.

2 #7A5E65 and #5E657A with #655E7A are triadic colors.