COLOR #634764

HEX: #634764
RGB: (99,71,100)

Color info

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

RGB color model

#634764 color RGB value is (99,71,100).

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

RGB channels and saturation

R 99 of 255 = 39%
G 71 of 255 = 28%
B 100 of 255 = 39%

99
71
100

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

Portions of RGB colors in percentages

R + G + B =
99 + 71 + 100 = 270 (100%)
R 99 of 270 ~ 36.67%
G 71 of 270 ~ 26.3%
B 100 of 270 ~ 37.04%

%36.67
%26.3
%37.04

CMYK color model

#634764 color CMYK value is (1,29,0,61).

  • cyan value is 1.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(1,29,0,61)
C1M29Y0K61 
(1%,29%,0%,61%)
(0.01/0.29/0.00/0.61)	

CMYK percentages

%1
%29
%0
%60.78

Codes

Color #634764 in popluar color models

634764
RGB9971100
HSL298°16.96%33.53%
HSB/HSV298°29.00%39.22%
CMYK1.00%29.00%0.00%
60.78%

Color #634764 in popluar number systems.

HEX634764
Decimal9971100
Binary110001110001111100100
Octal143107144

Shades and tints

Shades of #634764

#634764
(99,71,100)
#5A415B
(90,65,91)
#513B52
(81,59,82)
#483549
(72,53,73)
#3F2F40
(63,47,64)
#362937
(54,41,55)
#2D232E
(45,35,46)
#241D25
(36,29,37)
#1B171C
(27,23,28)
#121113
(18,17,19)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #634764

#634764
(99,71,100)
#715772
(113,87,114)
#7F6780
(127,103,128)
#8D778E
(141,119,142)
#9B879C
(155,135,156)
#A997AA
(169,151,170)
#B7A7B8
(183,167,184)
#C5B7C6
(197,183,198)
#D3C7D4
(211,199,212)
#E1D7E2
(225,215,226)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634764; }

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

This text font color is #634764.


Background Color

.myBgColor { background-color: #634764; }

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

This div background color is #634764.


Border color

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

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

This div border color is #634764.


Opacity

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

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

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

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

This text has shadow with #634764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634764 on black background.


Color preview on white background

This text has color #634764 on white background.



Black color preview on #634764 background

This text has black color on #634764 background.


White color preview on #634764 background

This text has white color on #634764 background.