COLOR #654C57

HEX: #654C57
RGB: (101,76,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

101
76
87

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

Portions of RGB colors in percentages

R + G + B =
101 + 76 + 87 = 264 (100%)
R 101 of 264 ~ 38.26%
G 76 of 264 ~ 28.79%
B 87 of 264 ~ 32.95%

%38.26
%28.79
%32.95

CMYK color model

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

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

CMYK percentages

%0
%24.75
%13.86
%60.39

Codes

Color #654C57 in popluar color models

654C57
RGB1017687
HSL334°14.12%34.71%
HSB/HSV334°24.75%39.61%
CMYK0.00%24.75%13.86%
60.39%

Color #654C57 in popluar number systems.

HEX654C57
Decimal1017687
Binary110010110011001010111
Octal145114127

Shades and tints

Shades of #654C57

#654C57
(101,76,87)
#5C4650
(92,70,80)
#534049
(83,64,73)
#4A3A42
(74,58,66)
#41343B
(65,52,59)
#382E34
(56,46,52)
#2F282D
(47,40,45)
#262226
(38,34,38)
#1D1C1F
(29,28,31)
#141618
(20,22,24)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #654C57

#654C57
(101,76,87)
#735C66
(115,92,102)
#816C75
(129,108,117)
#8F7C84
(143,124,132)
#9D8C93
(157,140,147)
#AB9CA2
(171,156,162)
#B9ACB1
(185,172,177)
#C7BCC0
(199,188,192)
#D5CCCF
(213,204,207)
#E3DCDE
(227,220,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654C57; }

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

This text font color is #654C57.


Background Color

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

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

This div background color is #654C57.


Border color

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

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

This div border color is #654C57.


Opacity

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

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

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

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

This text has shadow with #654C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654C57 on black background.


Color preview on white background

This text has color #654C57 on white background.



Black color preview on #654C57 background

This text has black color on #654C57 background.


White color preview on #654C57 background

This text has white color on #654C57 background.