COLOR #645379

HEX: #645379
RGB: (100,83,121)

Color info

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

RGB color model

#645379 color RGB value is (100,83,121).

  • red value is 100;
  • green value is 83;
  • blue value is 121.
RGB:
(100,83,121)
(39%,33%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 83 of 255 = 33%
B 121 of 255 = 47%

100
83
121

R + G + B ~ 40%. #645379 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 83 + 121 = 304 (100%)
R 100 of 304 ~ 32.89%
G 83 of 304 ~ 27.3%
B 121 of 304 ~ 39.8%

%32.89
%27.3
%39.8

CMYK color model

#645379 color CMYK value is (17,31,0,53).

  • cyan value is 17.36%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(17,31,0,53)
C17M31Y0K53 
(17%,31%,0%,53%)
(0.17/0.31/0.00/0.53)	

CMYK percentages

%17.36
%31.4
%0
%52.55

Codes

Color #645379 in popluar color models

645379
RGB10083121
HSL267°18.63%40.00%
HSB/HSV267°31.40%47.45%
CMYK17.36%31.40%0.00%
52.55%

Color #645379 in popluar number systems.

HEX645379
Decimal10083121
Binary110010010100111111001
Octal144123171

Shades and tints

Shades of #645379

#645379
(100,83,121)
#5B4C6E
(91,76,110)
#524563
(82,69,99)
#493E58
(73,62,88)
#40374D
(64,55,77)
#373042
(55,48,66)
#2E2937
(46,41,55)
#25222C
(37,34,44)
#1C1B21
(28,27,33)
#131416
(19,20,22)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #645379

#645379
(100,83,121)
#726285
(114,98,133)
#807191
(128,113,145)
#8E809D
(142,128,157)
#9C8FA9
(156,143,169)
#AA9EB5
(170,158,181)
#B8ADC1
(184,173,193)
#C6BCCD
(198,188,205)
#D4CBD9
(212,203,217)
#E2DAE5
(226,218,229)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645379 color. Also use rgb(100,83,121) instead hex code.

Text Font Color

.myTextColor { color: #645379; }

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

This text font color is #645379.


Background Color

.myBgColor { background-color: #645379; }

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

This div background color is #645379.


Border color

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

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

This div border color is #645379.


Opacity

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

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

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

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

This text has shadow with #645379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645379 on black background.


Color preview on white background

This text has color #645379 on white background.



Black color preview on #645379 background

This text has black color on #645379 background.


White color preview on #645379 background

This text has white color on #645379 background.