COLOR #64376B

HEX: #64376B
RGB: (100,55,107)

Color info

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

RGB color model

#64376B color RGB value is (100,55,107).

  • red value is 100;
  • green value is 55;
  • blue value is 107.
RGB:
(100,55,107)
(39%,22%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 55 of 255 = 22%
B 107 of 255 = 42%

100
55
107

R + G + B ~ 34%. #64376B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 55 + 107 = 262 (100%)
R 100 of 262 ~ 38.17%
G 55 of 262 ~ 20.99%
B 107 of 262 ~ 40.84%

%38.17
%20.99
%40.84

CMYK color model

#64376B color CMYK value is (7,49,0,58).

  • cyan value is 6.54%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(7,49,0,58)
C7M49Y0K58 
(7%,49%,0%,58%)
(0.07/0.49/0.00/0.58)	

CMYK percentages

%6.54
%48.6
%0
%58.04

Codes

Color #64376B in popluar color models

64376B
RGB10055107
HSL292°32.10%31.76%
HSB/HSV292°48.60%41.96%
CMYK6.54%48.60%0.00%
58.04%

Color #64376B in popluar number systems.

HEX64376B
Decimal10055107
Binary11001001101111101011
Octal14467153

Shades and tints

Shades of #64376B

#64376B
(100,55,107)
#5B3262
(91,50,98)
#522D59
(82,45,89)
#492850
(73,40,80)
#402347
(64,35,71)
#371E3E
(55,30,62)
#2E1935
(46,25,53)
#25142C
(37,20,44)
#1C0F23
(28,15,35)
#130A1A
(19,10,26)
#0A0511
(10,5,17)
#000000
(0,0,0)

Tints of #64376B

#64376B
(100,55,107)
#724978
(114,73,120)
#805B85
(128,91,133)
#8E6D92
(142,109,146)
#9C7F9F
(156,127,159)
#AA91AC
(170,145,172)
#B8A3B9
(184,163,185)
#C6B5C6
(198,181,198)
#D4C7D3
(212,199,211)
#E2D9E0
(226,217,224)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64376B color. Also use rgb(100,55,107) instead hex code.

Text Font Color

.myTextColor { color: #64376B; }

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

This text font color is #64376B.


Background Color

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

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

This div background color is #64376B.


Border color

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

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

This div border color is #64376B.


Opacity

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

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

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

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

This text has shadow with #64376B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64376B on black background.


Color preview on white background

This text has color #64376B on white background.



Black color preview on #64376B background

This text has black color on #64376B background.


White color preview on #64376B background

This text has white color on #64376B background.