COLOR #654977

HEX: #654977
RGB: (101,73,119)

Color info

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

RGB color model

#654977 color RGB value is (101,73,119).

  • red value is 101;
  • green value is 73;
  • blue value is 119.
RGB:
(101,73,119)
(40%,29%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 73 of 255 = 29%
B 119 of 255 = 47%

101
73
119

R + G + B ~ 39%. #654977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 73 + 119 = 293 (100%)
R 101 of 293 ~ 34.47%
G 73 of 293 ~ 24.91%
B 119 of 293 ~ 40.61%

%34.47
%24.91
%40.61

CMYK color model

#654977 color CMYK value is (15,39,0,53).

  • cyan value is 15.13%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(15,39,0,53)
C15M39Y0K53 
(15%,39%,0%,53%)
(0.15/0.39/0.00/0.53)	

CMYK percentages

%15.13
%38.66
%0
%53.33

Codes

Color #654977 in popluar color models

654977
RGB10173119
HSL277°23.96%37.65%
HSB/HSV277°38.66%46.67%
CMYK15.13%38.66%0.00%
53.33%

Color #654977 in popluar number systems.

HEX654977
Decimal10173119
Binary110010110010011110111
Octal145111167

Shades and tints

Shades of #654977

#654977
(101,73,119)
#5C436D
(92,67,109)
#533D63
(83,61,99)
#4A3759
(74,55,89)
#41314F
(65,49,79)
#382B45
(56,43,69)
#2F253B
(47,37,59)
#261F31
(38,31,49)
#1D1927
(29,25,39)
#14131D
(20,19,29)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #654977

#654977
(101,73,119)
#735983
(115,89,131)
#81698F
(129,105,143)
#8F799B
(143,121,155)
#9D89A7
(157,137,167)
#AB99B3
(171,153,179)
#B9A9BF
(185,169,191)
#C7B9CB
(199,185,203)
#D5C9D7
(213,201,215)
#E3D9E3
(227,217,227)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #654977 color. Also use rgb(101,73,119) instead hex code.

Text Font Color

.myTextColor { color: #654977; }

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

This text font color is #654977.


Background Color

.myBgColor { background-color: #654977; }

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

This div background color is #654977.


Border color

.myBorderColor { border: 1px solid #654977; }

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

This div border color is #654977.


Opacity

.myOpacity80 { color: #654977; opacity: 0.8; }

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

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

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

This text has shadow with #654977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654977 on black background.


Color preview on white background

This text has color #654977 on white background.



Black color preview on #654977 background

This text has black color on #654977 background.


White color preview on #654977 background

This text has white color on #654977 background.