COLOR #63638C

HEX: #63638C
RGB: (99,99,140)

Color info

#63638C contains red, green and blue colors in about the same proportion. Web safe color of #63638C is #666699 (or #669).

RGB color model

#63638C color RGB value is (99,99,140).

  • red value is 99;
  • green value is 99;
  • blue value is 140.
RGB:
(99,99,140)
(39%,39%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 140 of 255 = 55%

99
99
140

R + G + B ~ 44%. #63638C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 140 = 338 (100%)
R 99 of 338 ~ 29.29%
G 99 of 338 ~ 29.29%
B 140 of 338 ~ 41.42%

%29.29
%29.29
%41.42

CMYK color model

#63638C color CMYK value is (29,29,0,45).

  • cyan value is 29.29%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(29,29,0,45)
C29M29Y0K45 
(29%,29%,0%,45%)
(0.29/0.29/0.00/0.45)	

CMYK percentages

%29.29
%29.29
%0
%45.1

Codes

Color #63638C in popluar color models

63638C
RGB9999140
HSL240°17.15%46.86%
HSB/HSV240°29.29%54.90%
CMYK29.29%29.29%0.00%
45.10%

Color #63638C in popluar number systems.

HEX63638C
Decimal9999140
Binary1100011110001110001100
Octal143143214

Shades and tints

Shades of #63638C

#63638C
(99,99,140)
#5A5A80
(90,90,128)
#515174
(81,81,116)
#484868
(72,72,104)
#3F3F5C
(63,63,92)
#363650
(54,54,80)
#2D2D44
(45,45,68)
#242438
(36,36,56)
#1B1B2C
(27,27,44)
#121220
(18,18,32)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #63638C

#63638C
(99,99,140)
#717196
(113,113,150)
#7F7FA0
(127,127,160)
#8D8DAA
(141,141,170)
#9B9BB4
(155,155,180)
#A9A9BE
(169,169,190)
#B7B7C8
(183,183,200)
#C5C5D2
(197,197,210)
#D3D3DC
(211,211,220)
#E1E1E6
(225,225,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63638C color. Also use rgb(99,99,140) instead hex code.

Text Font Color

.myTextColor { color: #63638C; }

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

This text font color is #63638C.


Background Color

.myBgColor { background-color: #63638C; }

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

This div background color is #63638C.


Border color

.myBorderColor { border: 1px solid #63638C; }

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

This div border color is #63638C.


Opacity

.myOpacity80 { color: #63638C; opacity: 0.8; }

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

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

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

This text has shadow with #63638C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63638C on black background.


Color preview on white background

This text has color #63638C on white background.



Black color preview on #63638C background

This text has black color on #63638C background.


White color preview on #63638C background

This text has white color on #63638C background.