COLOR #654B76

HEX: #654B76
RGB: (101,75,118)

Color info

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

RGB color model

#654B76 color RGB value is (101,75,118).

  • red value is 101;
  • green value is 75;
  • blue value is 118.
RGB:
(101,75,118)
(40%,29%,46%)

RGB channels and saturation

R 101 of 255 = 40%
G 75 of 255 = 29%
B 118 of 255 = 46%

101
75
118

R + G + B ~ 38%. #654B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 75 + 118 = 294 (100%)
R 101 of 294 ~ 34.35%
G 75 of 294 ~ 25.51%
B 118 of 294 ~ 40.14%

%34.35
%25.51
%40.14

CMYK color model

#654B76 color CMYK value is (14,36,0,54).

  • cyan value is 14.41%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,36,0,54)
C14M36Y0K54 
(14%,36%,0%,54%)
(0.14/0.36/0.00/0.54)	

CMYK percentages

%14.41
%36.44
%0
%53.73

Codes

Color #654B76 in popluar color models

654B76
RGB10175118
HSL276°22.28%37.84%
HSB/HSV276°36.44%46.27%
CMYK14.41%36.44%0.00%
53.73%

Color #654B76 in popluar number systems.

HEX654B76
Decimal10175118
Binary110010110010111110110
Octal145113166

Shades and tints

Shades of #654B76

#654B76
(101,75,118)
#5C456C
(92,69,108)
#533F62
(83,63,98)
#4A3958
(74,57,88)
#41334E
(65,51,78)
#382D44
(56,45,68)
#2F273A
(47,39,58)
#262130
(38,33,48)
#1D1B26
(29,27,38)
#14151C
(20,21,28)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #654B76

#654B76
(101,75,118)
#735B82
(115,91,130)
#816B8E
(129,107,142)
#8F7B9A
(143,123,154)
#9D8BA6
(157,139,166)
#AB9BB2
(171,155,178)
#B9ABBE
(185,171,190)
#C7BBCA
(199,187,202)
#D5CBD6
(213,203,214)
#E3DBE2
(227,219,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654B76; }

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

This text font color is #654B76.


Background Color

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

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

This div background color is #654B76.


Border color

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

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

This div border color is #654B76.


Opacity

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

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

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

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

This text has shadow with #654B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654B76 on black background.


Color preview on white background

This text has color #654B76 on white background.



Black color preview on #654B76 background

This text has black color on #654B76 background.


White color preview on #654B76 background

This text has white color on #654B76 background.