COLOR #633C73

HEX: #633C73
RGB: (99,60,115)

Color info

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

RGB color model

#633C73 color RGB value is (99,60,115).

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

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 115 of 255 = 45%

99
60
115

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

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 115 = 274 (100%)
R 99 of 274 ~ 36.13%
G 60 of 274 ~ 21.9%
B 115 of 274 ~ 41.97%

%36.13
%21.9
%41.97

CMYK color model

#633C73 color CMYK value is (14,48,0,55).

  • cyan value is 13.91%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(14,48,0,55)
C14M48Y0K55 
(14%,48%,0%,55%)
(0.14/0.48/0.00/0.55)	

CMYK percentages

%13.91
%47.83
%0
%54.9

Codes

Color #633C73 in popluar color models

633C73
RGB9960115
HSL283°31.43%34.31%
HSB/HSV283°47.83%45.10%
CMYK13.91%47.83%0.00%
54.90%

Color #633C73 in popluar number systems.

HEX633C73
Decimal9960115
Binary11000111111001110011
Octal14374163

Shades and tints

Shades of #633C73

#633C73
(99,60,115)
#5A3769
(90,55,105)
#51325F
(81,50,95)
#482D55
(72,45,85)
#3F284B
(63,40,75)
#362341
(54,35,65)
#2D1E37
(45,30,55)
#24192D
(36,25,45)
#1B1423
(27,20,35)
#120F19
(18,15,25)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #633C73

#633C73
(99,60,115)
#714D7F
(113,77,127)
#7F5E8B
(127,94,139)
#8D6F97
(141,111,151)
#9B80A3
(155,128,163)
#A991AF
(169,145,175)
#B7A2BB
(183,162,187)
#C5B3C7
(197,179,199)
#D3C4D3
(211,196,211)
#E1D5DF
(225,213,223)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633C73; }

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

This text font color is #633C73.


Background Color

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

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

This div background color is #633C73.


Border color

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

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

This div border color is #633C73.


Opacity

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

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

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

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

This text has shadow with #633C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C73 on black background.


Color preview on white background

This text has color #633C73 on white background.



Black color preview on #633C73 background

This text has black color on #633C73 background.


White color preview on #633C73 background

This text has white color on #633C73 background.