COLOR #635378

HEX: #635378
RGB: (99,83,120)

Color info

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

RGB color model

#635378 color RGB value is (99,83,120).

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

RGB channels and saturation

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

99
83
120

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

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 120 = 302 (100%)
R 99 of 302 ~ 32.78%
G 83 of 302 ~ 27.48%
B 120 of 302 ~ 39.74%

%32.78
%27.48
%39.74

CMYK color model

#635378 color CMYK value is (18,31,0,53).

  • cyan value is 17.50%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(18,31,0,53)
C18M31Y0K53 
(18%,31%,0%,53%)
(0.18/0.31/0.00/0.53)	

CMYK percentages

%17.5
%30.83
%0
%52.94

Codes

Color #635378 in popluar color models

635378
RGB9983120
HSL266°18.23%39.80%
HSB/HSV266°30.83%47.06%
CMYK17.50%30.83%0.00%
52.94%

Color #635378 in popluar number systems.

HEX635378
Decimal9983120
Binary110001110100111111000
Octal143123170

Shades and tints

Shades of #635378

#635378
(99,83,120)
#5A4C6E
(90,76,110)
#514564
(81,69,100)
#483E5A
(72,62,90)
#3F3750
(63,55,80)
#363046
(54,48,70)
#2D293C
(45,41,60)
#242232
(36,34,50)
#1B1B28
(27,27,40)
#12141E
(18,20,30)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #635378

#635378
(99,83,120)
#716284
(113,98,132)
#7F7190
(127,113,144)
#8D809C
(141,128,156)
#9B8FA8
(155,143,168)
#A99EB4
(169,158,180)
#B7ADC0
(183,173,192)
#C5BCCC
(197,188,204)
#D3CBD8
(211,203,216)
#E1DAE4
(225,218,228)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635378; }

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

This text font color is #635378.


Background Color

.myBgColor { background-color: #635378; }

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

This div background color is #635378.


Border color

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

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

This div border color is #635378.


Opacity

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

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

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

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

This text has shadow with #635378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635378 on black background.


Color preview on white background

This text has color #635378 on white background.



Black color preview on #635378 background

This text has black color on #635378 background.


White color preview on #635378 background

This text has white color on #635378 background.