COLOR #643E63

HEX: #643E63 RGB: (100,62,99)

Color info

#643E63 contains red, green and blue colors in about the same proportion. Web safe color of #643E63 is #663366 (or #636).

RGB color model

#643E63 color RGB value is (100,62,99).

RGB: (100,62,99) (39%, 24%, 39%)

RGB channels and saturation

R 100 of 255 = 39%
G 62 of 255 = 24%
B 99 of 255 = 39%

100
62
99

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

Portions of RGB colors in percentages

R + G + B = 100 + 62 + 99 = 261 (100%)
R 100 of 261 ~ 38.31%
G 62 of 261 ~ 23.75%
B 99 of 261 ~ 37.93'%

%38.31
%23.75
%37.93

CMYK color model

#643E63 color CMYK value is (0,38,1,61).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 1.00%
  • key color value is 60.78%

CMYK: (0,38,1,61)
C0M38Y1K61 (0%, 38%, 1%, 61%)
(0.00 / 0.38 / 0.01 / 0.61)

CMYK percentages

%0
%38
%1
%60.78

Codes

Color #643E63 in popluar color models

64 3E 63
RGB 100 62 99
HSL 302° 23.46% 31.76%
HSB/HSV 302° 38.00% 39.22%
CMYK 0.00% 38.00% 1.00%
60.78%

Color #643E63 in popluar number systems.

HEX 64 3E 63
Decimal 100 62 99
Binary 1100100 111110 1100011
Octal 144 76 143

Shades and tints

Shades of #643E63

#643E63
(100,62,99)
#5B395A
(91,57,90)
#523451
(82,52,81)
#492F48
(73,47,72)
#402A3F
(64,42,63)
#372536
(55,37,54)
#2E202D
(46,32,45)
#251B24
(37,27,36)
#1C161B
(28,22,27)
#131112
(19,17,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #643E63

#643E63
(100,62,99)
#724F71
(114,79,113)
#80607F
(128,96,127)
#8E718D
(142,113,141)
#9C829B
(156,130,155)
#AA93A9
(170,147,169)
#B8A4B7
(184,164,183)
#C6B5C5
(198,181,197)
#D4C6D3
(212,198,211)
#E2D7E1
(226,215,225)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643E63 color. Also use rgb(100,62,99) instead hex code.

Text Font Color

.myTextColor { color: #643E63; }

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

This text font color is #643E63.

Background Color

.myBgColor { background-color: #643E63; }

<div style="background-color:#643E63">Inner text</div>

This div background color is #643E63.

Border color

.myBorderColor { border: 1px solid #643E63; }

<div style="border:3px solid #643E63">Div</div>

This div border color is #643E63.

Opacity

.myOpacity80 { color: #643E63; opacity: 0.8; }

<p style="color:#643E63;opacity:0.8;">80%</p>

Text with #643E63 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 #643E63;}

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

This text has shadow with #643E63 color.


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

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

This text has shadow with #643E63 primary color and red secondary color.


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

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

This text has shadow with #643E63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #643E63.

Preview

Color preview on black background

This text has color #643E63 on black background.


Color preview on white background

This text has color #643E63 on white background.


Black color preview on #643E63 background

This text has black color on #643E63 background.


White color preview on #643E63 background

This text has white color on #643E63 background.


Related colors

Complementary color

Complementary color for #hex is #9BC19C.


I love getcolorcode.com

Triadic colors

1 #63643E and #3E6364 with #643E63 are triadic colors.

2 #633E64 and #3E6463 with #643E63 are triadic colors.