COLOR #654C62

HEX: #654C62
RGB: (101,76,98)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

101
76
98

R + G + B ~ 36%. #654C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 76 + 98 = 275 (100%)
R 101 of 275 ~ 36.73%
G 76 of 275 ~ 27.64%
B 98 of 275 ~ 35.64%

%36.73
%27.64
%35.64

CMYK color model

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

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

CMYK percentages

%0
%24.75
%2.97
%60.39

Codes

Color #654C62 in popluar color models

654C62
RGB1017698
HSL307°14.12%34.71%
HSB/HSV307°24.75%39.61%
CMYK0.00%24.75%2.97%
60.39%

Color #654C62 in popluar number systems.

HEX654C62
Decimal1017698
Binary110010110011001100010
Octal145114142

Shades and tints

Shades of #654C62

#654C62
(101,76,98)
#5C465A
(92,70,90)
#534052
(83,64,82)
#4A3A4A
(74,58,74)
#413442
(65,52,66)
#382E3A
(56,46,58)
#2F2832
(47,40,50)
#26222A
(38,34,42)
#1D1C22
(29,28,34)
#14161A
(20,22,26)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #654C62

#654C62
(101,76,98)
#735C70
(115,92,112)
#816C7E
(129,108,126)
#8F7C8C
(143,124,140)
#9D8C9A
(157,140,154)
#AB9CA8
(171,156,168)
#B9ACB6
(185,172,182)
#C7BCC4
(199,188,196)
#D5CCD2
(213,204,210)
#E3DCE0
(227,220,224)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654C62; }

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

This text font color is #654C62.


Background Color

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

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

This div background color is #654C62.


Border color

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

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

This div border color is #654C62.


Opacity

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

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

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

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

This text has shadow with #654C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654C62 on black background.


Color preview on white background

This text has color #654C62 on white background.



Black color preview on #654C62 background

This text has black color on #654C62 background.


White color preview on #654C62 background

This text has white color on #654C62 background.