COLOR #64683B

HEX: #64683B
RGB: (100,104,59)

Color info

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

RGB color model

#64683B color RGB value is (100,104,59).

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

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 59 of 255 = 23%

100
104
59

R + G + B ~ 34%. #64683B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 59 = 263 (100%)
R 100 of 263 ~ 38.02%
G 104 of 263 ~ 39.54%
B 59 of 263 ~ 22.43%

%38.02
%39.54
%22.43

CMYK color model

#64683B color CMYK value is (4,0,43,59).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 59.22%
CMYK:
(4,0,43,59)
C4M0Y43K59 
(4%,0%,43%,59%)
(0.04/0.00/0.43/0.59)	

CMYK percentages

%3.85
%0
%43.27
%59.22

Codes

Color #64683B in popluar color models

64683B
RGB10010459
HSL65°27.61%31.96%
HSB/HSV65°43.27%40.78%
CMYK3.85%0.00%43.27%
59.22%

Color #64683B in popluar number systems.

HEX64683B
Decimal10010459
Binary11001001101000111011
Octal14415073

Shades and tints

Shades of #64683B

#64683B
(100,104,59)
#5B5F36
(91,95,54)
#525631
(82,86,49)
#494D2C
(73,77,44)
#404427
(64,68,39)
#373B22
(55,59,34)
#2E321D
(46,50,29)
#252918
(37,41,24)
#1C2013
(28,32,19)
#13170E
(19,23,14)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #64683B

#64683B
(100,104,59)
#72754C
(114,117,76)
#80825D
(128,130,93)
#8E8F6E
(142,143,110)
#9C9C7F
(156,156,127)
#AAA990
(170,169,144)
#B8B6A1
(184,182,161)
#C6C3B2
(198,195,178)
#D4D0C3
(212,208,195)
#E2DDD4
(226,221,212)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64683B; }

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

This text font color is #64683B.


Background Color

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

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

This div background color is #64683B.


Border color

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

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

This div border color is #64683B.


Opacity

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

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

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

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

This text has shadow with #64683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64683B on black background.


Color preview on white background

This text has color #64683B on white background.



Black color preview on #64683B background

This text has black color on #64683B background.


White color preview on #64683B background

This text has white color on #64683B background.