COLOR #645F78

HEX: #645F78
RGB: (100,95,120)

Color info

#645F78 contains red, green and blue colors in about the same proportion. Web safe color of #645F78 is #666666 (or #666).

RGB color model

#645F78 color RGB value is (100,95,120).

  • red value is 100;
  • green value is 95;
  • blue value is 120.
RGB:
(100,95,120)
(39%,37%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 95 of 255 = 37%
B 120 of 255 = 47%

100
95
120

R + G + B ~ 41%. #645F78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 95 + 120 = 315 (100%)
R 100 of 315 ~ 31.75%
G 95 of 315 ~ 30.16%
B 120 of 315 ~ 38.1%

%31.75
%30.16
%38.1

CMYK color model

#645F78 color CMYK value is (17,21,0,53).

  • cyan value is 16.67%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(17,21,0,53)
C17M21Y0K53 
(17%,21%,0%,53%)
(0.17/0.21/0.00/0.53)	

CMYK percentages

%16.67
%20.83
%0
%52.94

Codes

Color #645F78 in popluar color models

645F78
RGB10095120
HSL252°11.63%42.16%
HSB/HSV252°20.83%47.06%
CMYK16.67%20.83%0.00%
52.94%

Color #645F78 in popluar number systems.

HEX645F78
Decimal10095120
Binary110010010111111111000
Octal144137170

Shades and tints

Shades of #645F78

#645F78
(100,95,120)
#5B576E
(91,87,110)
#524F64
(82,79,100)
#49475A
(73,71,90)
#403F50
(64,63,80)
#373746
(55,55,70)
#2E2F3C
(46,47,60)
#252732
(37,39,50)
#1C1F28
(28,31,40)
#13171E
(19,23,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #645F78

#645F78
(100,95,120)
#726D84
(114,109,132)
#807B90
(128,123,144)
#8E899C
(142,137,156)
#9C97A8
(156,151,168)
#AAA5B4
(170,165,180)
#B8B3C0
(184,179,192)
#C6C1CC
(198,193,204)
#D4CFD8
(212,207,216)
#E2DDE4
(226,221,228)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645F78 color. Also use rgb(100,95,120) instead hex code.

Text Font Color

.myTextColor { color: #645F78; }

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

This text font color is #645F78.


Background Color

.myBgColor { background-color: #645F78; }

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

This div background color is #645F78.


Border color

.myBorderColor { border: 1px solid #645F78; }

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

This div border color is #645F78.


Opacity

.myOpacity80 { color: #645F78; opacity: 0.8; }

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

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

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

This text has shadow with #645F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645F78 on black background.


Color preview on white background

This text has color #645F78 on white background.



Black color preview on #645F78 background

This text has black color on #645F78 background.


White color preview on #645F78 background

This text has white color on #645F78 background.