COLOR #634464

HEX: #634464
RGB: (99,68,100)

Color info

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

RGB color model

#634464 color RGB value is (99,68,100).

  • red value is 99;
  • green value is 68;
  • blue value is 100.
RGB:
(99,68,100)
(39%,27%,39%)

RGB channels and saturation

R 99 of 255 = 39%
G 68 of 255 = 27%
B 100 of 255 = 39%

99
68
100

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

Portions of RGB colors in percentages

R + G + B =
99 + 68 + 100 = 267 (100%)
R 99 of 267 ~ 37.08%
G 68 of 267 ~ 25.47%
B 100 of 267 ~ 37.45%

%37.08
%25.47
%37.45

CMYK color model

#634464 color CMYK value is (1,32,0,61).

  • cyan value is 1.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(1,32,0,61)
C1M32Y0K61 
(1%,32%,0%,61%)
(0.01/0.32/0.00/0.61)	

CMYK percentages

%1
%32
%0
%60.78

Codes

Color #634464 in popluar color models

634464
RGB9968100
HSL298°19.05%32.94%
HSB/HSV298°32.00%39.22%
CMYK1.00%32.00%0.00%
60.78%

Color #634464 in popluar number systems.

HEX634464
Decimal9968100
Binary110001110001001100100
Octal143104144

Shades and tints

Shades of #634464

#634464
(99,68,100)
#5A3E5B
(90,62,91)
#513852
(81,56,82)
#483249
(72,50,73)
#3F2C40
(63,44,64)
#362637
(54,38,55)
#2D202E
(45,32,46)
#241A25
(36,26,37)
#1B141C
(27,20,28)
#120E13
(18,14,19)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #634464

#634464
(99,68,100)
#715572
(113,85,114)
#7F6680
(127,102,128)
#8D778E
(141,119,142)
#9B889C
(155,136,156)
#A999AA
(169,153,170)
#B7AAB8
(183,170,184)
#C5BBC6
(197,187,198)
#D3CCD4
(211,204,212)
#E1DDE2
(225,221,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634464; }

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

This text font color is #634464.


Background Color

.myBgColor { background-color: #634464; }

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

This div background color is #634464.


Border color

.myBorderColor { border: 1px solid #634464; }

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

This div border color is #634464.


Opacity

.myOpacity80 { color: #634464; opacity: 0.8; }

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

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

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

This text has shadow with #634464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634464 on black background.


Color preview on white background

This text has color #634464 on white background.



Black color preview on #634464 background

This text has black color on #634464 background.


White color preview on #634464 background

This text has white color on #634464 background.