COLOR #64463D

HEX: #64463D RGB: (100,70,61)

Color info

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

RGB color model

#64463D color RGB value is (100,70,61).

RGB: (100,70,61) (39%, 27%, 24%)

RGB channels and saturation

R 100 of 255 = 39%
G 70 of 255 = 27%
B 61 of 255 = 24%

100
70
61

R + G + B ~ 30%. #64463D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 70 + 61 = 231 (100%)
R 100 of 231 ~ 43.29%
G 70 of 231 ~ 30.3%
B 61 of 231 ~ 26.41'%

%43.29
%30.3
%26.41

CMYK color model

#64463D color CMYK value is (0,30,39,61).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 39.00%
  • key color value is 60.78%

CMYK: (0,30,39,61)
C0M30Y39K61 (0%, 30%, 39%, 61%)
(0.00 / 0.30 / 0.39 / 0.61)

CMYK percentages

%0
%30
%39
%60.78

Codes

Color #64463D in popluar color models

64 46 3D
RGB 100 70 61
HSL 14° 24.22% 31.57%
HSB/HSV 14° 39.00% 39.22%
CMYK 0.00% 30.00% 39.00%
60.78%

Color #64463D in popluar number systems.

HEX 64 46 3D
Decimal 100 70 61
Binary 1100100 1000110 111101
Octal 144 106 75

Shades and tints

Shades of #64463D

#64463D
(100,70,61)
#5B4038
(91,64,56)
#523A33
(82,58,51)
#49342E
(73,52,46)
#402E29
(64,46,41)
#372824
(55,40,36)
#2E221F
(46,34,31)
#251C1A
(37,28,26)
#1C1615
(28,22,21)
#131010
(19,16,16)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #64463D

#64463D
(100,70,61)
#72564E
(114,86,78)
#80665F
(128,102,95)
#8E7670
(142,118,112)
#9C8681
(156,134,129)
#AA9692
(170,150,146)
#B8A6A3
(184,166,163)
#C6B6B4
(198,182,180)
#D4C6C5
(212,198,197)
#E2D6D6
(226,214,214)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64463D; }

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

This text font color is #64463D.

Background Color

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

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

This div background color is #64463D.

Border color

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

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

This div border color is #64463D.

Opacity

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

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

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

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

This text has shadow with #64463D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64463D.

Preview

Color preview on black background

This text has color #64463D on black background.


Color preview on white background

This text has color #64463D on white background.


Black color preview on #64463D background

This text has black color on #64463D background.


White color preview on #64463D background

This text has white color on #64463D background.


Related colors

Complementary color

Complementary color for #hex is #9BB9C2.


I love getcolorcode.com

Triadic colors

1 #3D6446 and #463D64 with #64463D are triadic colors.

2 #3D4664 and #46643D with #64463D are triadic colors.