COLOR #633667

HEX: #633667
RGB: (99,54,103)

Color info

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

RGB color model

#633667 color RGB value is (99,54,103).

  • red value is 99;
  • green value is 54;
  • blue value is 103.
RGB:
(99,54,103)
(39%,21%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 54 of 255 = 21%
B 103 of 255 = 40%

99
54
103

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

Portions of RGB colors in percentages

R + G + B =
99 + 54 + 103 = 256 (100%)
R 99 of 256 ~ 38.67%
G 54 of 256 ~ 21.09%
B 103 of 256 ~ 40.23%

%38.67
%21.09
%40.23

CMYK color model

#633667 color CMYK value is (4,48,0,60).

  • cyan value is 3.88%
  • magenta value is 47.57%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(4,48,0,60)
C4M48Y0K60 
(4%,48%,0%,60%)
(0.04/0.48/0.00/0.60)	

CMYK percentages

%3.88
%47.57
%0
%59.61

Codes

Color #633667 in popluar color models

633667
RGB9954103
HSL295°31.21%30.78%
HSB/HSV295°47.57%40.39%
CMYK3.88%47.57%0.00%
59.61%

Color #633667 in popluar number systems.

HEX633667
Decimal9954103
Binary11000111101101100111
Octal14366147

Shades and tints

Shades of #633667

#633667
(99,54,103)
#5A325E
(90,50,94)
#512E55
(81,46,85)
#482A4C
(72,42,76)
#3F2643
(63,38,67)
#36223A
(54,34,58)
#2D1E31
(45,30,49)
#241A28
(36,26,40)
#1B161F
(27,22,31)
#121216
(18,18,22)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #633667

#633667
(99,54,103)
#714874
(113,72,116)
#7F5A81
(127,90,129)
#8D6C8E
(141,108,142)
#9B7E9B
(155,126,155)
#A990A8
(169,144,168)
#B7A2B5
(183,162,181)
#C5B4C2
(197,180,194)
#D3C6CF
(211,198,207)
#E1D8DC
(225,216,220)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633667; }

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

This text font color is #633667.


Background Color

.myBgColor { background-color: #633667; }

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

This div background color is #633667.


Border color

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

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

This div border color is #633667.


Opacity

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

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

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

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

This text has shadow with #633667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633667 on black background.


Color preview on white background

This text has color #633667 on white background.



Black color preview on #633667 background

This text has black color on #633667 background.


White color preview on #633667 background

This text has white color on #633667 background.