COLOR #64593B

HEX: #64593B
RGB: (100,89,59)

Color info

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

RGB color model

#64593B color RGB value is (100,89,59).

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

RGB channels and saturation

R 100 of 255 = 39%
G 89 of 255 = 35%
B 59 of 255 = 23%

100
89
59

R + G + B ~ 32%. #64593B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 89 + 59 = 248 (100%)
R 100 of 248 ~ 40.32%
G 89 of 248 ~ 35.89%
B 59 of 248 ~ 23.79%

%40.32
%35.89
%23.79

CMYK color model

#64593B color CMYK value is (0,11,41,61).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 41.00%
  • key color value is 60.78%
CMYK:
(0,11,41,61)
C0M11Y41K61 
(0%,11%,41%,61%)
(0.00/0.11/0.41/0.61)	

CMYK percentages

%0
%11
%41
%60.78

Codes

Color #64593B in popluar color models

64593B
RGB1008959
HSL44°25.79%31.18%
HSB/HSV44°41.00%39.22%
CMYK0.00%11.00%41.00%
60.78%

Color #64593B in popluar number systems.

HEX64593B
Decimal1008959
Binary11001001011001111011
Octal14413173

Shades and tints

Shades of #64593B

#64593B
(100,89,59)
#5B5136
(91,81,54)
#524931
(82,73,49)
#49412C
(73,65,44)
#403927
(64,57,39)
#373122
(55,49,34)
#2E291D
(46,41,29)
#252118
(37,33,24)
#1C1913
(28,25,19)
#13110E
(19,17,14)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #64593B

#64593B
(100,89,59)
#72684C
(114,104,76)
#80775D
(128,119,93)
#8E866E
(142,134,110)
#9C957F
(156,149,127)
#AAA490
(170,164,144)
#B8B3A1
(184,179,161)
#C6C2B2
(198,194,178)
#D4D1C3
(212,209,195)
#E2E0D4
(226,224,212)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64593B color. Also use rgb(100,89,59) instead hex code.

Text Font Color

.myTextColor { color: #64593B; }

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

This text font color is #64593B.


Background Color

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

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

This div background color is #64593B.


Border color

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

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

This div border color is #64593B.


Opacity

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

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

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

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

This text has shadow with #64593B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64593B on black background.


Color preview on white background

This text has color #64593B on white background.



Black color preview on #64593B background

This text has black color on #64593B background.


White color preview on #64593B background

This text has white color on #64593B background.