COLOR #633963

HEX: #633963
RGB: (99,57,99)

Color info

#633963 contains red, green and blue colors in about the same proportion. Web safe color of #633963 is #663366 (or #636).

RGB color model

#633963 color RGB value is (99,57,99).

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

RGB channels and saturation

R 99 of 255 = 39%
G 57 of 255 = 22%
B 99 of 255 = 39%

99
57
99

R + G + B ~ 33%. #633963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 57 + 99 = 255 (100%)
R 99 of 255 ~ 38.82%
G 57 of 255 ~ 22.35%
B 99 of 255 ~ 38.82%

%38.82
%22.35
%38.82

CMYK color model

#633963 color CMYK value is (0,42,0,61).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(0,42,0,61)
C0M42Y0K61 
(0%,42%,0%,61%)
(0.00/0.42/0.00/0.61)	

CMYK percentages

%0
%42.42
%0
%61.18

Codes

Color #633963 in popluar color models

633963
RGB995799
HSL300°26.92%30.59%
HSB/HSV300°42.42%38.82%
CMYK0.00%42.42%0.00%
61.18%

Color #633963 in popluar number systems.

HEX633963
Decimal995799
Binary11000111110011100011
Octal14371143

Shades and tints

Shades of #633963

#633963
(99,57,99)
#5A345A
(90,52,90)
#512F51
(81,47,81)
#482A48
(72,42,72)
#3F253F
(63,37,63)
#362036
(54,32,54)
#2D1B2D
(45,27,45)
#241624
(36,22,36)
#1B111B
(27,17,27)
#120C12
(18,12,18)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #633963

#633963
(99,57,99)
#714B71
(113,75,113)
#7F5D7F
(127,93,127)
#8D6F8D
(141,111,141)
#9B819B
(155,129,155)
#A993A9
(169,147,169)
#B7A5B7
(183,165,183)
#C5B7C5
(197,183,197)
#D3C9D3
(211,201,211)
#E1DBE1
(225,219,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633963; }

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

This text font color is #633963.


Background Color

.myBgColor { background-color: #633963; }

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

This div background color is #633963.


Border color

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

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

This div border color is #633963.


Opacity

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

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

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

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

This text has shadow with #633963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633963 on black background.


Color preview on white background

This text has color #633963 on white background.



Black color preview on #633963 background

This text has black color on #633963 background.


White color preview on #633963 background

This text has white color on #633963 background.