COLOR #635478

HEX: #635478
RGB: (99,84,120)

Color info

#635478 contains red, green and blue colors in about the same proportion. Web safe color of #635478 is #666666 (or #666).

RGB color model

#635478 color RGB value is (99,84,120).

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

RGB channels and saturation

R 99 of 255 = 39%
G 84 of 255 = 33%
B 120 of 255 = 47%

99
84
120

R + G + B ~ 40%. #635478 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 84 + 120 = 303 (100%)
R 99 of 303 ~ 32.67%
G 84 of 303 ~ 27.72%
B 120 of 303 ~ 39.6%

%32.67
%27.72
%39.6

CMYK color model

#635478 color CMYK value is (18,30,0,53).

  • cyan value is 17.50%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(18,30,0,53)
C18M30Y0K53 
(18%,30%,0%,53%)
(0.18/0.30/0.00/0.53)	

CMYK percentages

%17.5
%30
%0
%52.94

Codes

Color #635478 in popluar color models

635478
RGB9984120
HSL265°17.65%40.00%
HSB/HSV265°30.00%47.06%
CMYK17.50%30.00%0.00%
52.94%

Color #635478 in popluar number systems.

HEX635478
Decimal9984120
Binary110001110101001111000
Octal143124170

Shades and tints

Shades of #635478

#635478
(99,84,120)
#5A4D6E
(90,77,110)
#514664
(81,70,100)
#483F5A
(72,63,90)
#3F3850
(63,56,80)
#363146
(54,49,70)
#2D2A3C
(45,42,60)
#242332
(36,35,50)
#1B1C28
(27,28,40)
#12151E
(18,21,30)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #635478

#635478
(99,84,120)
#716384
(113,99,132)
#7F7290
(127,114,144)
#8D819C
(141,129,156)
#9B90A8
(155,144,168)
#A99FB4
(169,159,180)
#B7AEC0
(183,174,192)
#C5BDCC
(197,189,204)
#D3CCD8
(211,204,216)
#E1DBE4
(225,219,228)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635478; }

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

This text font color is #635478.


Background Color

.myBgColor { background-color: #635478; }

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

This div background color is #635478.


Border color

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

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

This div border color is #635478.


Opacity

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

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

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

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

This text has shadow with #635478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635478 on black background.


Color preview on white background

This text has color #635478 on white background.



Black color preview on #635478 background

This text has black color on #635478 background.


White color preview on #635478 background

This text has white color on #635478 background.