COLOR #654D6C

HEX: #654D6C
RGB: (101,77,108)

Color info

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

RGB color model

#654D6C color RGB value is (101,77,108).

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

RGB channels and saturation

R 101 of 255 = 40%
G 77 of 255 = 30%
B 108 of 255 = 42%

101
77
108

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

Portions of RGB colors in percentages

R + G + B =
101 + 77 + 108 = 286 (100%)
R 101 of 286 ~ 35.31%
G 77 of 286 ~ 26.92%
B 108 of 286 ~ 37.76%

%35.31
%26.92
%37.76

CMYK color model

#654D6C color CMYK value is (6,29,0,58).

  • cyan value is 6.48%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(6,29,0,58)
C6M29Y0K58 
(6%,29%,0%,58%)
(0.06/0.29/0.00/0.58)	

CMYK percentages

%6.48
%28.7
%0
%57.65

Codes

Color #654D6C in popluar color models

654D6C
RGB10177108
HSL286°16.76%36.27%
HSB/HSV286°28.70%42.35%
CMYK6.48%28.70%0.00%
57.65%

Color #654D6C in popluar number systems.

HEX654D6C
Decimal10177108
Binary110010110011011101100
Octal145115154

Shades and tints

Shades of #654D6C

#654D6C
(101,77,108)
#5C4663
(92,70,99)
#533F5A
(83,63,90)
#4A3851
(74,56,81)
#413148
(65,49,72)
#382A3F
(56,42,63)
#2F2336
(47,35,54)
#261C2D
(38,28,45)
#1D1524
(29,21,36)
#140E1B
(20,14,27)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #654D6C

#654D6C
(101,77,108)
#735D79
(115,93,121)
#816D86
(129,109,134)
#8F7D93
(143,125,147)
#9D8DA0
(157,141,160)
#AB9DAD
(171,157,173)
#B9ADBA
(185,173,186)
#C7BDC7
(199,189,199)
#D5CDD4
(213,205,212)
#E3DDE1
(227,221,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654D6C; }

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

This text font color is #654D6C.


Background Color

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

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

This div background color is #654D6C.


Border color

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

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

This div border color is #654D6C.


Opacity

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

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

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

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

This text has shadow with #654D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654D6C on black background.


Color preview on white background

This text has color #654D6C on white background.



Black color preview on #654D6C background

This text has black color on #654D6C background.


White color preview on #654D6C background

This text has white color on #654D6C background.