COLOR #654C58

HEX: #654C58
RGB: (101,76,88)

Color info

#654C58 contains red, green and blue colors in about the same proportion. Web safe color of #654C58 is #663366 (or #636).

RGB color model

#654C58 color RGB value is (101,76,88).

  • red value is 101;
  • green value is 76;
  • blue value is 88.
RGB:
(101,76,88)
(40%,30%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 76 of 255 = 30%
B 88 of 255 = 35%

101
76
88

R + G + B ~ 35%. #654C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 76 + 88 = 265 (100%)
R 101 of 265 ~ 38.11%
G 76 of 265 ~ 28.68%
B 88 of 265 ~ 33.21%

%38.11
%28.68
%33.21

CMYK color model

#654C58 color CMYK value is (0,25,13,60).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 12.87%
  • key color value is 60.39%
CMYK:
(0,25,13,60)
C0M25Y13K60 
(0%,25%,13%,60%)
(0.00/0.25/0.13/0.60)	

CMYK percentages

%0
%24.75
%12.87
%60.39

Codes

Color #654C58 in popluar color models

654C58
RGB1017688
HSL331°14.12%34.71%
HSB/HSV331°24.75%39.61%
CMYK0.00%24.75%12.87%
60.39%

Color #654C58 in popluar number systems.

HEX654C58
Decimal1017688
Binary110010110011001011000
Octal145114130

Shades and tints

Shades of #654C58

#654C58
(101,76,88)
#5C4650
(92,70,80)
#534048
(83,64,72)
#4A3A40
(74,58,64)
#413438
(65,52,56)
#382E30
(56,46,48)
#2F2828
(47,40,40)
#262220
(38,34,32)
#1D1C18
(29,28,24)
#141610
(20,22,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #654C58

#654C58
(101,76,88)
#735C67
(115,92,103)
#816C76
(129,108,118)
#8F7C85
(143,124,133)
#9D8C94
(157,140,148)
#AB9CA3
(171,156,163)
#B9ACB2
(185,172,178)
#C7BCC1
(199,188,193)
#D5CCD0
(213,204,208)
#E3DCDF
(227,220,223)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #654C58 color. Also use rgb(101,76,88) instead hex code.

Text Font Color

.myTextColor { color: #654C58; }

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

This text font color is #654C58.


Background Color

.myBgColor { background-color: #654C58; }

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

This div background color is #654C58.


Border color

.myBorderColor { border: 1px solid #654C58; }

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

This div border color is #654C58.


Opacity

.myOpacity80 { color: #654C58; opacity: 0.8; }

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

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

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

This text has shadow with #654C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654C58 on black background.


Color preview on white background

This text has color #654C58 on white background.



Black color preview on #654C58 background

This text has black color on #654C58 background.


White color preview on #654C58 background

This text has white color on #654C58 background.