COLOR #654D72

HEX: #654D72
RGB: (101,77,114)

Color info

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

RGB color model

#654D72 color RGB value is (101,77,114).

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

RGB channels and saturation

R 101 of 255 = 40%
G 77 of 255 = 30%
B 114 of 255 = 45%

101
77
114

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

Portions of RGB colors in percentages

R + G + B =
101 + 77 + 114 = 292 (100%)
R 101 of 292 ~ 34.59%
G 77 of 292 ~ 26.37%
B 114 of 292 ~ 39.04%

%34.59
%26.37
%39.04

CMYK color model

#654D72 color CMYK value is (11,32,0,55).

  • cyan value is 11.40%
  • magenta value is 32.46%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(11,32,0,55)
C11M32Y0K55 
(11%,32%,0%,55%)
(0.11/0.32/0.00/0.55)	

CMYK percentages

%11.4
%32.46
%0
%55.29

Codes

Color #654D72 in popluar color models

654D72
RGB10177114
HSL279°19.37%37.45%
HSB/HSV279°32.46%44.71%
CMYK11.40%32.46%0.00%
55.29%

Color #654D72 in popluar number systems.

HEX654D72
Decimal10177114
Binary110010110011011110010
Octal145115162

Shades and tints

Shades of #654D72

#654D72
(101,77,114)
#5C4668
(92,70,104)
#533F5E
(83,63,94)
#4A3854
(74,56,84)
#41314A
(65,49,74)
#382A40
(56,42,64)
#2F2336
(47,35,54)
#261C2C
(38,28,44)
#1D1522
(29,21,34)
#140E18
(20,14,24)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #654D72

#654D72
(101,77,114)
#735D7E
(115,93,126)
#816D8A
(129,109,138)
#8F7D96
(143,125,150)
#9D8DA2
(157,141,162)
#AB9DAE
(171,157,174)
#B9ADBA
(185,173,186)
#C7BDC6
(199,189,198)
#D5CDD2
(213,205,210)
#E3DDDE
(227,221,222)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654D72; }

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

This text font color is #654D72.


Background Color

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

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

This div background color is #654D72.


Border color

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

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

This div border color is #654D72.


Opacity

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

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

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

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

This text has shadow with #654D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654D72 on black background.


Color preview on white background

This text has color #654D72 on white background.



Black color preview on #654D72 background

This text has black color on #654D72 background.


White color preview on #654D72 background

This text has white color on #654D72 background.