COLOR #63638F

HEX: #63638F
RGB: (99,99,143)

Color info

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

RGB color model

#63638F color RGB value is (99,99,143).

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

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 143 of 255 = 56%

99
99
143

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 143 = 341 (100%)
R 99 of 341 ~ 29.03%
G 99 of 341 ~ 29.03%
B 143 of 341 ~ 41.94%

%29.03
%29.03
%41.94

CMYK color model

#63638F color CMYK value is (31,31,0,44).

  • cyan value is 30.77%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(31,31,0,44)
C31M31Y0K44 
(31%,31%,0%,44%)
(0.31/0.31/0.00/0.44)	

CMYK percentages

%30.77
%30.77
%0
%43.92

Codes

Color #63638F in popluar color models

63638F
RGB9999143
HSL240°18.18%47.45%
HSB/HSV240°30.77%56.08%
CMYK30.77%30.77%0.00%
43.92%

Color #63638F in popluar number systems.

HEX63638F
Decimal9999143
Binary1100011110001110001111
Octal143143217

Shades and tints

Shades of #63638F

#63638F
(99,99,143)
#5A5A82
(90,90,130)
#515175
(81,81,117)
#484868
(72,72,104)
#3F3F5B
(63,63,91)
#36364E
(54,54,78)
#2D2D41
(45,45,65)
#242434
(36,36,52)
#1B1B27
(27,27,39)
#12121A
(18,18,26)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #63638F

#63638F
(99,99,143)
#717199
(113,113,153)
#7F7FA3
(127,127,163)
#8D8DAD
(141,141,173)
#9B9BB7
(155,155,183)
#A9A9C1
(169,169,193)
#B7B7CB
(183,183,203)
#C5C5D5
(197,197,213)
#D3D3DF
(211,211,223)
#E1E1E9
(225,225,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63638F; }

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

This text font color is #63638F.


Background Color

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

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

This div background color is #63638F.


Border color

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

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

This div border color is #63638F.


Opacity

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

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

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

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

This text has shadow with #63638F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63638F on black background.


Color preview on white background

This text has color #63638F on white background.



Black color preview on #63638F background

This text has black color on #63638F background.


White color preview on #63638F background

This text has white color on #63638F background.