COLOR #654C65

HEX: #654C65
RGB: (101,76,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

101
76
101

R + G + B ~ 37%. #654C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 76 + 101 = 278 (100%)
R 101 of 278 ~ 36.33%
G 76 of 278 ~ 27.34%
B 101 of 278 ~ 36.33%

%36.33
%27.34
%36.33

CMYK color model

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

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

CMYK percentages

%0
%24.75
%0
%60.39

Codes

Color #654C65 in popluar color models

654C65
RGB10176101
HSL300°14.12%34.71%
HSB/HSV300°24.75%39.61%
CMYK0.00%24.75%0.00%
60.39%

Color #654C65 in popluar number systems.

HEX654C65
Decimal10176101
Binary110010110011001100101
Octal145114145

Shades and tints

Shades of #654C65

#654C65
(101,76,101)
#5C465C
(92,70,92)
#534053
(83,64,83)
#4A3A4A
(74,58,74)
#413441
(65,52,65)
#382E38
(56,46,56)
#2F282F
(47,40,47)
#262226
(38,34,38)
#1D1C1D
(29,28,29)
#141614
(20,22,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #654C65

#654C65
(101,76,101)
#735C73
(115,92,115)
#816C81
(129,108,129)
#8F7C8F
(143,124,143)
#9D8C9D
(157,140,157)
#AB9CAB
(171,156,171)
#B9ACB9
(185,172,185)
#C7BCC7
(199,188,199)
#D5CCD5
(213,204,213)
#E3DCE3
(227,220,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654C65; }

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

This text font color is #654C65.


Background Color

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

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

This div background color is #654C65.


Border color

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

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

This div border color is #654C65.


Opacity

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

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

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

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

This text has shadow with #654C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654C65 on black background.


Color preview on white background

This text has color #654C65 on white background.



Black color preview on #654C65 background

This text has black color on #654C65 background.


White color preview on #654C65 background

This text has white color on #654C65 background.