COLOR #633C76

HEX: #633C76
RGB: (99,60,118)

Color info

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

RGB color model

#633C76 color RGB value is (99,60,118).

  • red value is 99;
  • green value is 60;
  • blue value is 118.
RGB:
(99,60,118)
(39%,24%,46%)

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 118 of 255 = 46%

99
60
118

R + G + B ~ 36%. #633C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 118 = 277 (100%)
R 99 of 277 ~ 35.74%
G 60 of 277 ~ 21.66%
B 118 of 277 ~ 42.6%

%35.74
%21.66
%42.6

CMYK color model

#633C76 color CMYK value is (16,49,0,54).

  • cyan value is 16.10%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(16,49,0,54)
C16M49Y0K54 
(16%,49%,0%,54%)
(0.16/0.49/0.00/0.54)	

CMYK percentages

%16.1
%49.15
%0
%53.73

Codes

Color #633C76 in popluar color models

633C76
RGB9960118
HSL280°32.58%34.90%
HSB/HSV280°49.15%46.27%
CMYK16.10%49.15%0.00%
53.73%

Color #633C76 in popluar number systems.

HEX633C76
Decimal9960118
Binary11000111111001110110
Octal14374166

Shades and tints

Shades of #633C76

#633C76
(99,60,118)
#5A376C
(90,55,108)
#513262
(81,50,98)
#482D58
(72,45,88)
#3F284E
(63,40,78)
#362344
(54,35,68)
#2D1E3A
(45,30,58)
#241930
(36,25,48)
#1B1426
(27,20,38)
#120F1C
(18,15,28)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #633C76

#633C76
(99,60,118)
#714D82
(113,77,130)
#7F5E8E
(127,94,142)
#8D6F9A
(141,111,154)
#9B80A6
(155,128,166)
#A991B2
(169,145,178)
#B7A2BE
(183,162,190)
#C5B3CA
(197,179,202)
#D3C4D6
(211,196,214)
#E1D5E2
(225,213,226)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633C76 color. Also use rgb(99,60,118) instead hex code.

Text Font Color

.myTextColor { color: #633C76; }

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

This text font color is #633C76.


Background Color

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

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

This div background color is #633C76.


Border color

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

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

This div border color is #633C76.


Opacity

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

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

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

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

This text has shadow with #633C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C76 on black background.


Color preview on white background

This text has color #633C76 on white background.



Black color preview on #633C76 background

This text has black color on #633C76 background.


White color preview on #633C76 background

This text has white color on #633C76 background.