COLOR #64594C

HEX: #64594C
RGB: (100,89,76)

Color info

#64594C contains red, green and blue colors in about the same proportion. Web safe color of #64594C is #666633 (or #663).

RGB color model

#64594C color RGB value is (100,89,76).

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

RGB channels and saturation

R 100 of 255 = 39%
G 89 of 255 = 35%
B 76 of 255 = 30%

100
89
76

R + G + B ~ 35%. #64594C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 89 + 76 = 265 (100%)
R 100 of 265 ~ 37.74%
G 89 of 265 ~ 33.58%
B 76 of 265 ~ 28.68%

%37.74
%33.58
%28.68

CMYK color model

#64594C color CMYK value is (0,11,24,61).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(0,11,24,61)
C0M11Y24K61 
(0%,11%,24%,61%)
(0.00/0.11/0.24/0.61)	

CMYK percentages

%0
%11
%24
%60.78

Codes

Color #64594C in popluar color models

64594C
RGB1008976
HSL33°13.64%34.51%
HSB/HSV33°24.00%39.22%
CMYK0.00%11.00%24.00%
60.78%

Color #64594C in popluar number systems.

HEX64594C
Decimal1008976
Binary110010010110011001100
Octal144131114

Shades and tints

Shades of #64594C

#64594C
(100,89,76)
#5B5146
(91,81,70)
#524940
(82,73,64)
#49413A
(73,65,58)
#403934
(64,57,52)
#37312E
(55,49,46)
#2E2928
(46,41,40)
#252122
(37,33,34)
#1C191C
(28,25,28)
#131116
(19,17,22)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #64594C

#64594C
(100,89,76)
#72685C
(114,104,92)
#80776C
(128,119,108)
#8E867C
(142,134,124)
#9C958C
(156,149,140)
#AAA49C
(170,164,156)
#B8B3AC
(184,179,172)
#C6C2BC
(198,194,188)
#D4D1CC
(212,209,204)
#E2E0DC
(226,224,220)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64594C; }

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

This text font color is #64594C.


Background Color

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

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

This div background color is #64594C.


Border color

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

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

This div border color is #64594C.


Opacity

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

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

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

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

This text has shadow with #64594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64594C on black background.


Color preview on white background

This text has color #64594C on white background.



Black color preview on #64594C background

This text has black color on #64594C background.


White color preview on #64594C background

This text has white color on #64594C background.