COLOR #654D74

HEX: #654D74
RGB: (101,77,116)

Color info

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

RGB color model

#654D74 color RGB value is (101,77,116).

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

RGB channels and saturation

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

101
77
116

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

Portions of RGB colors in percentages

R + G + B =
101 + 77 + 116 = 294 (100%)
R 101 of 294 ~ 34.35%
G 77 of 294 ~ 26.19%
B 116 of 294 ~ 39.46%

%34.35
%26.19
%39.46

CMYK color model

#654D74 color CMYK value is (13,34,0,55).

  • cyan value is 12.93%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(13,34,0,55)
C13M34Y0K55 
(13%,34%,0%,55%)
(0.13/0.34/0.00/0.55)	

CMYK percentages

%12.93
%33.62
%0
%54.51

Codes

Color #654D74 in popluar color models

654D74
RGB10177116
HSL277°20.21%37.84%
HSB/HSV277°33.62%45.49%
CMYK12.93%33.62%0.00%
54.51%

Color #654D74 in popluar number systems.

HEX654D74
Decimal10177116
Binary110010110011011110100
Octal145115164

Shades and tints

Shades of #654D74

#654D74
(101,77,116)
#5C466A
(92,70,106)
#533F60
(83,63,96)
#4A3856
(74,56,86)
#41314C
(65,49,76)
#382A42
(56,42,66)
#2F2338
(47,35,56)
#261C2E
(38,28,46)
#1D1524
(29,21,36)
#140E1A
(20,14,26)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #654D74

#654D74
(101,77,116)
#735D80
(115,93,128)
#816D8C
(129,109,140)
#8F7D98
(143,125,152)
#9D8DA4
(157,141,164)
#AB9DB0
(171,157,176)
#B9ADBC
(185,173,188)
#C7BDC8
(199,189,200)
#D5CDD4
(213,205,212)
#E3DDE0
(227,221,224)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654D74; }

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

This text font color is #654D74.


Background Color

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

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

This div background color is #654D74.


Border color

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

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

This div border color is #654D74.


Opacity

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

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

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

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

This text has shadow with #654D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654D74 on black background.


Color preview on white background

This text has color #654D74 on white background.



Black color preview on #654D74 background

This text has black color on #654D74 background.


White color preview on #654D74 background

This text has white color on #654D74 background.