COLOR #634C78

HEX: #634C78
RGB: (99,76,120)

Color info

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

RGB color model

#634C78 color RGB value is (99,76,120).

  • red value is 99;
  • green value is 76;
  • blue value is 120.
RGB:
(99,76,120)
(39%,30%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 76 of 255 = 30%
B 120 of 255 = 47%

99
76
120

R + G + B ~ 39%. #634C78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 76 + 120 = 295 (100%)
R 99 of 295 ~ 33.56%
G 76 of 295 ~ 25.76%
B 120 of 295 ~ 40.68%

%33.56
%25.76
%40.68

CMYK color model

#634C78 color CMYK value is (18,37,0,53).

  • cyan value is 17.50%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(18,37,0,53)
C18M37Y0K53 
(18%,37%,0%,53%)
(0.18/0.37/0.00/0.53)	

CMYK percentages

%17.5
%36.67
%0
%52.94

Codes

Color #634C78 in popluar color models

634C78
RGB9976120
HSL271°22.45%38.43%
HSB/HSV271°36.67%47.06%
CMYK17.50%36.67%0.00%
52.94%

Color #634C78 in popluar number systems.

HEX634C78
Decimal9976120
Binary110001110011001111000
Octal143114170

Shades and tints

Shades of #634C78

#634C78
(99,76,120)
#5A466E
(90,70,110)
#514064
(81,64,100)
#483A5A
(72,58,90)
#3F3450
(63,52,80)
#362E46
(54,46,70)
#2D283C
(45,40,60)
#242232
(36,34,50)
#1B1C28
(27,28,40)
#12161E
(18,22,30)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #634C78

#634C78
(99,76,120)
#715C84
(113,92,132)
#7F6C90
(127,108,144)
#8D7C9C
(141,124,156)
#9B8CA8
(155,140,168)
#A99CB4
(169,156,180)
#B7ACC0
(183,172,192)
#C5BCCC
(197,188,204)
#D3CCD8
(211,204,216)
#E1DCE4
(225,220,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634C78 color. Also use rgb(99,76,120) instead hex code.

Text Font Color

.myTextColor { color: #634C78; }

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

This text font color is #634C78.


Background Color

.myBgColor { background-color: #634C78; }

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

This div background color is #634C78.


Border color

.myBorderColor { border: 1px solid #634C78; }

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

This div border color is #634C78.


Opacity

.myOpacity80 { color: #634C78; opacity: 0.8; }

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

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

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

This text has shadow with #634C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634C78 on black background.


Color preview on white background

This text has color #634C78 on white background.



Black color preview on #634C78 background

This text has black color on #634C78 background.


White color preview on #634C78 background

This text has white color on #634C78 background.