COLOR #64437B

HEX: #64437B
RGB: (100,67,123)

Color info

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

RGB color model

#64437B color RGB value is (100,67,123).

  • red value is 100;
  • green value is 67;
  • blue value is 123.
RGB:
(100,67,123)
(39%,26%,48%)

RGB channels and saturation

R 100 of 255 = 39%
G 67 of 255 = 26%
B 123 of 255 = 48%

100
67
123

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

Portions of RGB colors in percentages

R + G + B =
100 + 67 + 123 = 290 (100%)
R 100 of 290 ~ 34.48%
G 67 of 290 ~ 23.1%
B 123 of 290 ~ 42.41%

%34.48
%23.1
%42.41

CMYK color model

#64437B color CMYK value is (19,46,0,52).

  • cyan value is 18.70%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(19,46,0,52)
C19M46Y0K52 
(19%,46%,0%,52%)
(0.19/0.46/0.00/0.52)	

CMYK percentages

%18.7
%45.53
%0
%51.76

Codes

Color #64437B in popluar color models

64437B
RGB10067123
HSL275°29.47%37.25%
HSB/HSV275°45.53%48.24%
CMYK18.70%45.53%0.00%
51.76%

Color #64437B in popluar number systems.

HEX64437B
Decimal10067123
Binary110010010000111111011
Octal144103173

Shades and tints

Shades of #64437B

#64437B
(100,67,123)
#5B3D70
(91,61,112)
#523765
(82,55,101)
#49315A
(73,49,90)
#402B4F
(64,43,79)
#372544
(55,37,68)
#2E1F39
(46,31,57)
#25192E
(37,25,46)
#1C1323
(28,19,35)
#130D18
(19,13,24)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #64437B

#64437B
(100,67,123)
#725487
(114,84,135)
#806593
(128,101,147)
#8E769F
(142,118,159)
#9C87AB
(156,135,171)
#AA98B7
(170,152,183)
#B8A9C3
(184,169,195)
#C6BACF
(198,186,207)
#D4CBDB
(212,203,219)
#E2DCE7
(226,220,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64437B color. Also use rgb(100,67,123) instead hex code.

Text Font Color

.myTextColor { color: #64437B; }

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

This text font color is #64437B.


Background Color

.myBgColor { background-color: #64437B; }

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

This div background color is #64437B.


Border color

.myBorderColor { border: 1px solid #64437B; }

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

This div border color is #64437B.


Opacity

.myOpacity80 { color: #64437B; opacity: 0.8; }

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

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

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

This text has shadow with #64437B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64437B on black background.


Color preview on white background

This text has color #64437B on white background.



Black color preview on #64437B background

This text has black color on #64437B background.


White color preview on #64437B background

This text has white color on #64437B background.