COLOR #64374E

HEX: #64374E
RGB: (100,55,78)

Color info

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

RGB color model

#64374E color RGB value is (100,55,78).

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

RGB channels and saturation

R 100 of 255 = 39%
G 55 of 255 = 22%
B 78 of 255 = 31%

100
55
78

R + G + B ~ 31%. #64374E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 55 + 78 = 233 (100%)
R 100 of 233 ~ 42.92%
G 55 of 233 ~ 23.61%
B 78 of 233 ~ 33.48%

%42.92
%23.61
%33.48

CMYK color model

#64374E color CMYK value is (0,45,22,61).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 22.00%
  • key color value is 60.78%
CMYK:
(0,45,22,61)
C0M45Y22K61 
(0%,45%,22%,61%)
(0.00/0.45/0.22/0.61)	

CMYK percentages

%0
%45
%22
%60.78

Codes

Color #64374E in popluar color models

64374E
RGB1005578
HSL329°29.03%30.39%
HSB/HSV329°45.00%39.22%
CMYK0.00%45.00%22.00%
60.78%

Color #64374E in popluar number systems.

HEX64374E
Decimal1005578
Binary11001001101111001110
Octal14467116

Shades and tints

Shades of #64374E

#64374E
(100,55,78)
#5B3247
(91,50,71)
#522D40
(82,45,64)
#492839
(73,40,57)
#402332
(64,35,50)
#371E2B
(55,30,43)
#2E1924
(46,25,36)
#25141D
(37,20,29)
#1C0F16
(28,15,22)
#130A0F
(19,10,15)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #64374E

#64374E
(100,55,78)
#72495E
(114,73,94)
#805B6E
(128,91,110)
#8E6D7E
(142,109,126)
#9C7F8E
(156,127,142)
#AA919E
(170,145,158)
#B8A3AE
(184,163,174)
#C6B5BE
(198,181,190)
#D4C7CE
(212,199,206)
#E2D9DE
(226,217,222)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64374E color. Also use rgb(100,55,78) instead hex code.

Text Font Color

.myTextColor { color: #64374E; }

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

This text font color is #64374E.


Background Color

.myBgColor { background-color: #64374E; }

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

This div background color is #64374E.


Border color

.myBorderColor { border: 1px solid #64374E; }

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

This div border color is #64374E.


Opacity

.myOpacity80 { color: #64374E; opacity: 0.8; }

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

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

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

This text has shadow with #64374E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64374E on black background.


Color preview on white background

This text has color #64374E on white background.



Black color preview on #64374E background

This text has black color on #64374E background.


White color preview on #64374E background

This text has white color on #64374E background.