COLOR #633F80

HEX: #633F80
RGB: (99,63,128)

Color info

#633F80 contains mainly red and blue colors. Web safe color of #633F80 is #663366 (or #636).

RGB color model

#633F80 color RGB value is (99,63,128).

  • red value is 99;
  • green value is 63;
  • blue value is 128.
RGB:
(99,63,128)
(39%,25%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 128 of 255 = 50%

99
63
128

R + G + B ~ 38%. #633F80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 128 = 290 (100%)
R 99 of 290 ~ 34.14%
G 63 of 290 ~ 21.72%
B 128 of 290 ~ 44.14%

%34.14
%21.72
%44.14

CMYK color model

#633F80 color CMYK value is (23,51,0,50).

  • cyan value is 22.66%
  • magenta value is 50.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,51,0,50)
C23M51Y0K50 
(23%,51%,0%,50%)
(0.23/0.51/0.00/0.50)	

CMYK percentages

%22.66
%50.78
%0
%49.8

Codes

Color #633F80 in popluar color models

633F80
RGB9963128
HSL273°34.03%37.45%
HSB/HSV273°50.78%50.20%
CMYK22.66%50.78%0.00%
49.80%

Color #633F80 in popluar number systems.

HEX633F80
Decimal9963128
Binary110001111111110000000
Octal14377200

Shades and tints

Shades of #633F80

#633F80
(99,63,128)
#5A3A75
(90,58,117)
#51356A
(81,53,106)
#48305F
(72,48,95)
#3F2B54
(63,43,84)
#362649
(54,38,73)
#2D213E
(45,33,62)
#241C33
(36,28,51)
#1B1728
(27,23,40)
#12121D
(18,18,29)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #633F80

#633F80
(99,63,128)
#71508B
(113,80,139)
#7F6196
(127,97,150)
#8D72A1
(141,114,161)
#9B83AC
(155,131,172)
#A994B7
(169,148,183)
#B7A5C2
(183,165,194)
#C5B6CD
(197,182,205)
#D3C7D8
(211,199,216)
#E1D8E3
(225,216,227)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633F80 color. Also use rgb(99,63,128) instead hex code.

Text Font Color

.myTextColor { color: #633F80; }

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

This text font color is #633F80.


Background Color

.myBgColor { background-color: #633F80; }

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

This div background color is #633F80.


Border color

.myBorderColor { border: 1px solid #633F80; }

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

This div border color is #633F80.


Opacity

.myOpacity80 { color: #633F80; opacity: 0.8; }

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

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

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

This text has shadow with #633F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F80 on black background.


Color preview on white background

This text has color #633F80 on white background.



Black color preview on #633F80 background

This text has black color on #633F80 background.


White color preview on #633F80 background

This text has white color on #633F80 background.