COLOR #643D76

HEX: #643D76
RGB: (100,61,118)

Color info

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

RGB color model

#643D76 color RGB value is (100,61,118).

  • red value is 100;
  • green value is 61;
  • blue value is 118.
RGB:
(100,61,118)
(39%,24%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 61 of 255 = 24%
B 118 of 255 = 46%

100
61
118

R + G + B ~ 36%. #643D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 61 + 118 = 279 (100%)
R 100 of 279 ~ 35.84%
G 61 of 279 ~ 21.86%
B 118 of 279 ~ 42.29%

%35.84
%21.86
%42.29

CMYK color model

#643D76 color CMYK value is (15,48,0,54).

  • cyan value is 15.25%
  • magenta value is 48.31%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(15,48,0,54)
C15M48Y0K54 
(15%,48%,0%,54%)
(0.15/0.48/0.00/0.54)	

CMYK percentages

%15.25
%48.31
%0
%53.73

Codes

Color #643D76 in popluar color models

643D76
RGB10061118
HSL281°31.84%35.10%
HSB/HSV281°48.31%46.27%
CMYK15.25%48.31%0.00%
53.73%

Color #643D76 in popluar number systems.

HEX643D76
Decimal10061118
Binary11001001111011110110
Octal14475166

Shades and tints

Shades of #643D76

#643D76
(100,61,118)
#5B386C
(91,56,108)
#523362
(82,51,98)
#492E58
(73,46,88)
#40294E
(64,41,78)
#372444
(55,36,68)
#2E1F3A
(46,31,58)
#251A30
(37,26,48)
#1C1526
(28,21,38)
#13101C
(19,16,28)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #643D76

#643D76
(100,61,118)
#724E82
(114,78,130)
#805F8E
(128,95,142)
#8E709A
(142,112,154)
#9C81A6
(156,129,166)
#AA92B2
(170,146,178)
#B8A3BE
(184,163,190)
#C6B4CA
(198,180,202)
#D4C5D6
(212,197,214)
#E2D6E2
(226,214,226)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643D76 color. Also use rgb(100,61,118) instead hex code.

Text Font Color

.myTextColor { color: #643D76; }

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

This text font color is #643D76.


Background Color

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

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

This div background color is #643D76.


Border color

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

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

This div border color is #643D76.


Opacity

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

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

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

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

This text has shadow with #643D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643D76 on black background.


Color preview on white background

This text has color #643D76 on white background.



Black color preview on #643D76 background

This text has black color on #643D76 background.


White color preview on #643D76 background

This text has white color on #643D76 background.