COLOR #633770

HEX: #633770
RGB: (99,55,112)

Color info

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

RGB color model

#633770 color RGB value is (99,55,112).

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

RGB channels and saturation

R 99 of 255 = 39%
G 55 of 255 = 22%
B 112 of 255 = 44%

99
55
112

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

Portions of RGB colors in percentages

R + G + B =
99 + 55 + 112 = 266 (100%)
R 99 of 266 ~ 37.22%
G 55 of 266 ~ 20.68%
B 112 of 266 ~ 42.11%

%37.22
%20.68
%42.11

CMYK color model

#633770 color CMYK value is (12,51,0,56).

  • cyan value is 11.61%
  • magenta value is 50.89%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(12,51,0,56)
C12M51Y0K56 
(12%,51%,0%,56%)
(0.12/0.51/0.00/0.56)	

CMYK percentages

%11.61
%50.89
%0
%56.08

Codes

Color #633770 in popluar color models

633770
RGB9955112
HSL286°34.13%32.75%
HSB/HSV286°50.89%43.92%
CMYK11.61%50.89%0.00%
56.08%

Color #633770 in popluar number systems.

HEX633770
Decimal9955112
Binary11000111101111110000
Octal14367160

Shades and tints

Shades of #633770

#633770
(99,55,112)
#5A3266
(90,50,102)
#512D5C
(81,45,92)
#482852
(72,40,82)
#3F2348
(63,35,72)
#361E3E
(54,30,62)
#2D1934
(45,25,52)
#24142A
(36,20,42)
#1B0F20
(27,15,32)
#120A16
(18,10,22)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #633770

#633770
(99,55,112)
#71497D
(113,73,125)
#7F5B8A
(127,91,138)
#8D6D97
(141,109,151)
#9B7FA4
(155,127,164)
#A991B1
(169,145,177)
#B7A3BE
(183,163,190)
#C5B5CB
(197,181,203)
#D3C7D8
(211,199,216)
#E1D9E5
(225,217,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633770; }

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

This text font color is #633770.


Background Color

.myBgColor { background-color: #633770; }

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

This div background color is #633770.


Border color

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

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

This div border color is #633770.


Opacity

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

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

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

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

This text has shadow with #633770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633770 on black background.


Color preview on white background

This text has color #633770 on white background.



Black color preview on #633770 background

This text has black color on #633770 background.


White color preview on #633770 background

This text has white color on #633770 background.