COLOR #633A70

HEX: #633A70
RGB: (99,58,112)

Color info

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

RGB color model

#633A70 color RGB value is (99,58,112).

  • red value is 99;
  • green value is 58;
  • blue value is 112.
RGB:
(99,58,112)
(39%,23%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 58 of 255 = 23%
B 112 of 255 = 44%

99
58
112

R + G + B ~ 35%. #633A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 58 + 112 = 269 (100%)
R 99 of 269 ~ 36.8%
G 58 of 269 ~ 21.56%
B 112 of 269 ~ 41.64%

%36.8
%21.56
%41.64

CMYK color model

#633A70 color CMYK value is (12,48,0,56).

  • cyan value is 11.61%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(12,48,0,56)
C12M48Y0K56 
(12%,48%,0%,56%)
(0.12/0.48/0.00/0.56)	

CMYK percentages

%11.61
%48.21
%0
%56.08

Codes

Color #633A70 in popluar color models

633A70
RGB9958112
HSL286°31.76%33.33%
HSB/HSV286°48.21%43.92%
CMYK11.61%48.21%0.00%
56.08%

Color #633A70 in popluar number systems.

HEX633A70
Decimal9958112
Binary11000111110101110000
Octal14372160

Shades and tints

Shades of #633A70

#633A70
(99,58,112)
#5A3566
(90,53,102)
#51305C
(81,48,92)
#482B52
(72,43,82)
#3F2648
(63,38,72)
#36213E
(54,33,62)
#2D1C34
(45,28,52)
#24172A
(36,23,42)
#1B1220
(27,18,32)
#120D16
(18,13,22)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #633A70

#633A70
(99,58,112)
#714B7D
(113,75,125)
#7F5C8A
(127,92,138)
#8D6D97
(141,109,151)
#9B7EA4
(155,126,164)
#A98FB1
(169,143,177)
#B7A0BE
(183,160,190)
#C5B1CB
(197,177,203)
#D3C2D8
(211,194,216)
#E1D3E5
(225,211,229)
#EFE4F2
(239,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633A70 color. Also use rgb(99,58,112) instead hex code.

Text Font Color

.myTextColor { color: #633A70; }

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

This text font color is #633A70.


Background Color

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

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

This div background color is #633A70.


Border color

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

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

This div border color is #633A70.


Opacity

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

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

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

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

This text has shadow with #633A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633A70 on black background.


Color preview on white background

This text has color #633A70 on white background.



Black color preview on #633A70 background

This text has black color on #633A70 background.


White color preview on #633A70 background

This text has white color on #633A70 background.