COLOR #633C71

HEX: #633C71
RGB: (99,60,113)

Color info

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

RGB color model

#633C71 color RGB value is (99,60,113).

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

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 113 of 255 = 44%

99
60
113

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

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 113 = 272 (100%)
R 99 of 272 ~ 36.4%
G 60 of 272 ~ 22.06%
B 113 of 272 ~ 41.54%

%36.4
%22.06
%41.54

CMYK color model

#633C71 color CMYK value is (12,47,0,56).

  • cyan value is 12.39%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(12,47,0,56)
C12M47Y0K56 
(12%,47%,0%,56%)
(0.12/0.47/0.00/0.56)	

CMYK percentages

%12.39
%46.9
%0
%55.69

Codes

Color #633C71 in popluar color models

633C71
RGB9960113
HSL284°30.64%33.92%
HSB/HSV284°46.90%44.31%
CMYK12.39%46.90%0.00%
55.69%

Color #633C71 in popluar number systems.

HEX633C71
Decimal9960113
Binary11000111111001110001
Octal14374161

Shades and tints

Shades of #633C71

#633C71
(99,60,113)
#5A3767
(90,55,103)
#51325D
(81,50,93)
#482D53
(72,45,83)
#3F2849
(63,40,73)
#36233F
(54,35,63)
#2D1E35
(45,30,53)
#24192B
(36,25,43)
#1B1421
(27,20,33)
#120F17
(18,15,23)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #633C71

#633C71
(99,60,113)
#714D7D
(113,77,125)
#7F5E89
(127,94,137)
#8D6F95
(141,111,149)
#9B80A1
(155,128,161)
#A991AD
(169,145,173)
#B7A2B9
(183,162,185)
#C5B3C5
(197,179,197)
#D3C4D1
(211,196,209)
#E1D5DD
(225,213,221)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633C71; }

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

This text font color is #633C71.


Background Color

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

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

This div background color is #633C71.


Border color

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

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

This div border color is #633C71.


Opacity

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

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

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

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

This text has shadow with #633C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C71 on black background.


Color preview on white background

This text has color #633C71 on white background.



Black color preview on #633C71 background

This text has black color on #633C71 background.


White color preview on #633C71 background

This text has white color on #633C71 background.