COLOR #64394C

HEX: #64394C
RGB: (100,57,76)

Color info

#64394C contains red, green and blue colors in about the same proportion. Web safe color of #64394C is #663333 (or #633).

RGB color model

#64394C color RGB value is (100,57,76).

  • red value is 100;
  • green value is 57;
  • blue value is 76.
RGB:
(100,57,76)
(39%,22%,30%)

RGB channels and saturation

R 100 of 255 = 39%
G 57 of 255 = 22%
B 76 of 255 = 30%

100
57
76

R + G + B ~ 30%. #64394C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 57 + 76 = 233 (100%)
R 100 of 233 ~ 42.92%
G 57 of 233 ~ 24.46%
B 76 of 233 ~ 32.62%

%42.92
%24.46
%32.62

CMYK color model

#64394C color CMYK value is (0,43,24,61).

  • cyan value is 0.00%
  • magenta value is 43.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(0,43,24,61)
C0M43Y24K61 
(0%,43%,24%,61%)
(0.00/0.43/0.24/0.61)	

CMYK percentages

%0
%43
%24
%60.78

Codes

Color #64394C in popluar color models

64394C
RGB1005776
HSL333°27.39%30.78%
HSB/HSV333°43.00%39.22%
CMYK0.00%43.00%24.00%
60.78%

Color #64394C in popluar number systems.

HEX64394C
Decimal1005776
Binary11001001110011001100
Octal14471114

Shades and tints

Shades of #64394C

#64394C
(100,57,76)
#5B3446
(91,52,70)
#522F40
(82,47,64)
#492A3A
(73,42,58)
#402534
(64,37,52)
#37202E
(55,32,46)
#2E1B28
(46,27,40)
#251622
(37,22,34)
#1C111C
(28,17,28)
#130C16
(19,12,22)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #64394C

#64394C
(100,57,76)
#724B5C
(114,75,92)
#805D6C
(128,93,108)
#8E6F7C
(142,111,124)
#9C818C
(156,129,140)
#AA939C
(170,147,156)
#B8A5AC
(184,165,172)
#C6B7BC
(198,183,188)
#D4C9CC
(212,201,204)
#E2DBDC
(226,219,220)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64394C color. Also use rgb(100,57,76) instead hex code.

Text Font Color

.myTextColor { color: #64394C; }

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

This text font color is #64394C.


Background Color

.myBgColor { background-color: #64394C; }

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

This div background color is #64394C.


Border color

.myBorderColor { border: 1px solid #64394C; }

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

This div border color is #64394C.


Opacity

.myOpacity80 { color: #64394C; opacity: 0.8; }

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

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

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

This text has shadow with #64394C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64394C on black background.


Color preview on white background

This text has color #64394C on white background.



Black color preview on #64394C background

This text has black color on #64394C background.


White color preview on #64394C background

This text has white color on #64394C background.