COLOR #633F73

HEX: #633F73
RGB: (99,63,115)

Color info

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

RGB color model

#633F73 color RGB value is (99,63,115).

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

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 115 of 255 = 45%

99
63
115

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

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 115 = 277 (100%)
R 99 of 277 ~ 35.74%
G 63 of 277 ~ 22.74%
B 115 of 277 ~ 41.52%

%35.74
%22.74
%41.52

CMYK color model

#633F73 color CMYK value is (14,45,0,55).

  • cyan value is 13.91%
  • magenta value is 45.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(14,45,0,55)
C14M45Y0K55 
(14%,45%,0%,55%)
(0.14/0.45/0.00/0.55)	

CMYK percentages

%13.91
%45.22
%0
%54.9

Codes

Color #633F73 in popluar color models

633F73
RGB9963115
HSL282°29.21%34.90%
HSB/HSV282°45.22%45.10%
CMYK13.91%45.22%0.00%
54.90%

Color #633F73 in popluar number systems.

HEX633F73
Decimal9963115
Binary11000111111111110011
Octal14377163

Shades and tints

Shades of #633F73

#633F73
(99,63,115)
#5A3A69
(90,58,105)
#51355F
(81,53,95)
#483055
(72,48,85)
#3F2B4B
(63,43,75)
#362641
(54,38,65)
#2D2137
(45,33,55)
#241C2D
(36,28,45)
#1B1723
(27,23,35)
#121219
(18,18,25)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #633F73

#633F73
(99,63,115)
#71507F
(113,80,127)
#7F618B
(127,97,139)
#8D7297
(141,114,151)
#9B83A3
(155,131,163)
#A994AF
(169,148,175)
#B7A5BB
(183,165,187)
#C5B6C7
(197,182,199)
#D3C7D3
(211,199,211)
#E1D8DF
(225,216,223)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633F73; }

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

This text font color is #633F73.


Background Color

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

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

This div background color is #633F73.


Border color

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

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

This div border color is #633F73.


Opacity

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

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

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

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

This text has shadow with #633F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F73 on black background.


Color preview on white background

This text has color #633F73 on white background.



Black color preview on #633F73 background

This text has black color on #633F73 background.


White color preview on #633F73 background

This text has white color on #633F73 background.