COLOR #633259

HEX: #633259
RGB: (99,50,89)

Color info

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

RGB color model

#633259 color RGB value is (99,50,89).

  • red value is 99;
  • green value is 50;
  • blue value is 89.
RGB:
(99,50,89)
(39%,20%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 50 of 255 = 20%
B 89 of 255 = 35%

99
50
89

R + G + B ~ 31%. #633259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 50 + 89 = 238 (100%)
R 99 of 238 ~ 41.6%
G 50 of 238 ~ 21.01%
B 89 of 238 ~ 37.39%

%41.6
%21.01
%37.39

CMYK color model

#633259 color CMYK value is (0,49,10,61).

  • cyan value is 0.00%
  • magenta value is 49.49%
  • yellow value is 10.10%
  • key color value is 61.18%
CMYK:
(0,49,10,61)
C0M49Y10K61 
(0%,49%,10%,61%)
(0.00/0.49/0.10/0.61)	

CMYK percentages

%0
%49.49
%10.1
%61.18

Codes

Color #633259 in popluar color models

633259
RGB995089
HSL312°32.89%29.22%
HSB/HSV312°49.49%38.82%
CMYK0.00%49.49%10.10%
61.18%

Color #633259 in popluar number systems.

HEX633259
Decimal995089
Binary11000111100101011001
Octal14362131

Shades and tints

Shades of #633259

#633259
(99,50,89)
#5A2E51
(90,46,81)
#512A49
(81,42,73)
#482641
(72,38,65)
#3F2239
(63,34,57)
#361E31
(54,30,49)
#2D1A29
(45,26,41)
#241621
(36,22,33)
#1B1219
(27,18,25)
#120E11
(18,14,17)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #633259

#633259
(99,50,89)
#714468
(113,68,104)
#7F5677
(127,86,119)
#8D6886
(141,104,134)
#9B7A95
(155,122,149)
#A98CA4
(169,140,164)
#B79EB3
(183,158,179)
#C5B0C2
(197,176,194)
#D3C2D1
(211,194,209)
#E1D4E0
(225,212,224)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633259 color. Also use rgb(99,50,89) instead hex code.

Text Font Color

.myTextColor { color: #633259; }

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

This text font color is #633259.


Background Color

.myBgColor { background-color: #633259; }

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

This div background color is #633259.


Border color

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

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

This div border color is #633259.


Opacity

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

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

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

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

This text has shadow with #633259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633259 on black background.


Color preview on white background

This text has color #633259 on white background.



Black color preview on #633259 background

This text has black color on #633259 background.


White color preview on #633259 background

This text has white color on #633259 background.