COLOR #64683D

HEX: #64683D RGB: (100,104,61)

Color info

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

RGB color model

#64683D color RGB value is (100,104,61).

RGB: (100,104,61) (39%, 41%, 24%)

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 61 of 255 = 24%

100
104
61

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

Portions of RGB colors in percentages

R + G + B = 100 + 104 + 61 = 265 (100%)
R 100 of 265 ~ 37.74%
G 104 of 265 ~ 39.25%
B 61 of 265 ~ 23.02'%

%37.74
%39.25
%23.02

CMYK color model

#64683D color CMYK value is (4,0,41,59).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 59.22%

CMYK: (4,0,41,59)
C4M0Y41K59 (4%, 0%, 41%, 59%)
(0.04 / 0.00 / 0.41 / 0.59)

CMYK percentages

%3.85
%0
%41.35
%59.22

Codes

Color #64683D in popluar color models

64 68 3D
RGB 100 104 61
HSL 66° 26.06% 32.35%
HSB/HSV 66° 41.35% 40.78%
CMYK 3.85% 0.00% 41.35%
59.22%

Color #64683D in popluar number systems.

HEX 64 68 3D
Decimal 100 104 61
Binary 1100100 1101000 111101
Octal 144 150 75

Shades and tints

Shades of #64683D

#64683D
(100,104,61)
#5B5F38
(91,95,56)
#525633
(82,86,51)
#494D2E
(73,77,46)
#404429
(64,68,41)
#373B24
(55,59,36)
#2E321F
(46,50,31)
#25291A
(37,41,26)
#1C2015
(28,32,21)
#131710
(19,23,16)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #64683D

#64683D
(100,104,61)
#72754E
(114,117,78)
#80825F
(128,130,95)
#8E8F70
(142,143,112)
#9C9C81
(156,156,129)
#AAA992
(170,169,146)
#B8B6A3
(184,182,163)
#C6C3B4
(198,195,180)
#D4D0C5
(212,208,197)
#E2DDD6
(226,221,214)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64683D; }

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

This text font color is #64683D.

Background Color

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

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

This div background color is #64683D.

Border color

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

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

This div border color is #64683D.

Opacity

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

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

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

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

This text has shadow with #64683D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64683D.

Preview

Color preview on black background

This text has color #64683D on black background.


Color preview on white background

This text has color #64683D on white background.


Black color preview on #64683D background

This text has black color on #64683D background.


White color preview on #64683D background

This text has white color on #64683D background.


Related colors

Complementary color

Complementary color for #hex is #9B97C2.


I love getcolorcode.com

Triadic colors

1 #3D6468 and #683D64 with #64683D are triadic colors.

2 #3D6864 and #68643D with #64683D are triadic colors.