COLOR #64493C

HEX: #64493C
RGB: (100,73,60)

Color info

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

RGB color model

#64493C color RGB value is (100,73,60).

  • red value is 100;
  • green value is 73;
  • blue value is 60.
RGB:
(100,73,60)
(39%,29%,24%)

RGB channels and saturation

R 100 of 255 = 39%
G 73 of 255 = 29%
B 60 of 255 = 24%

100
73
60

R + G + B ~ 31%. #64493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 73 + 60 = 233 (100%)
R 100 of 233 ~ 42.92%
G 73 of 233 ~ 31.33%
B 60 of 233 ~ 25.75%

%42.92
%31.33
%25.75

CMYK color model

#64493C color CMYK value is (0,27,40,61).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 40.00%
  • key color value is 60.78%
CMYK:
(0,27,40,61)
C0M27Y40K61 
(0%,27%,40%,61%)
(0.00/0.27/0.40/0.61)	

CMYK percentages

%0
%27
%40
%60.78

Codes

Color #64493C in popluar color models

64493C
RGB1007360
HSL20°25.00%31.37%
HSB/HSV20°40.00%39.22%
CMYK0.00%27.00%40.00%
60.78%

Color #64493C in popluar number systems.

HEX64493C
Decimal1007360
Binary11001001001001111100
Octal14411174

Shades and tints

Shades of #64493C

#64493C
(100,73,60)
#5B4337
(91,67,55)
#523D32
(82,61,50)
#49372D
(73,55,45)
#403128
(64,49,40)
#372B23
(55,43,35)
#2E251E
(46,37,30)
#251F19
(37,31,25)
#1C1914
(28,25,20)
#13130F
(19,19,15)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #64493C

#64493C
(100,73,60)
#72594D
(114,89,77)
#80695E
(128,105,94)
#8E796F
(142,121,111)
#9C8980
(156,137,128)
#AA9991
(170,153,145)
#B8A9A2
(184,169,162)
#C6B9B3
(198,185,179)
#D4C9C4
(212,201,196)
#E2D9D5
(226,217,213)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64493C color. Also use rgb(100,73,60) instead hex code.

Text Font Color

.myTextColor { color: #64493C; }

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

This text font color is #64493C.


Background Color

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

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

This div background color is #64493C.


Border color

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

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

This div border color is #64493C.


Opacity

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

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

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

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

This text has shadow with #64493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64493C on black background.


Color preview on white background

This text has color #64493C on white background.



Black color preview on #64493C background

This text has black color on #64493C background.


White color preview on #64493C background

This text has white color on #64493C background.