COLOR #632E56

HEX: #632E56
RGB: (99,46,86)

Color info

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

RGB color model

#632E56 color RGB value is (99,46,86).

  • red value is 99;
  • green value is 46;
  • blue value is 86.
RGB:
(99,46,86)
(39%,18%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 46 of 255 = 18%
B 86 of 255 = 34%

99
46
86

R + G + B ~ 30%. #632E56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 46 + 86 = 231 (100%)
R 99 of 231 ~ 42.86%
G 46 of 231 ~ 19.91%
B 86 of 231 ~ 37.23%

%42.86
%19.91
%37.23

CMYK color model

#632E56 color CMYK value is (0,54,13,61).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(0,54,13,61)
C0M54Y13K61 
(0%,54%,13%,61%)
(0.00/0.54/0.13/0.61)	

CMYK percentages

%0
%53.54
%13.13
%61.18

Codes

Color #632E56 in popluar color models

632E56
RGB994686
HSL315°36.55%28.43%
HSB/HSV315°53.54%38.82%
CMYK0.00%53.54%13.13%
61.18%

Color #632E56 in popluar number systems.

HEX632E56
Decimal994686
Binary11000111011101010110
Octal14356126

Shades and tints

Shades of #632E56

#632E56
(99,46,86)
#5A2A4F
(90,42,79)
#512648
(81,38,72)
#482241
(72,34,65)
#3F1E3A
(63,30,58)
#361A33
(54,26,51)
#2D162C
(45,22,44)
#241225
(36,18,37)
#1B0E1E
(27,14,30)
#120A17
(18,10,23)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #632E56

#632E56
(99,46,86)
#714165
(113,65,101)
#7F5474
(127,84,116)
#8D6783
(141,103,131)
#9B7A92
(155,122,146)
#A98DA1
(169,141,161)
#B7A0B0
(183,160,176)
#C5B3BF
(197,179,191)
#D3C6CE
(211,198,206)
#E1D9DD
(225,217,221)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #632E56 color. Also use rgb(99,46,86) instead hex code.

Text Font Color

.myTextColor { color: #632E56; }

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

This text font color is #632E56.


Background Color

.myBgColor { background-color: #632E56; }

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

This div background color is #632E56.


Border color

.myBorderColor { border: 1px solid #632E56; }

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

This div border color is #632E56.


Opacity

.myOpacity80 { color: #632E56; opacity: 0.8; }

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

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

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

This text has shadow with #632E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #632E56 on black background.


Color preview on white background

This text has color #632E56 on white background.



Black color preview on #632E56 background

This text has black color on #632E56 background.


White color preview on #632E56 background

This text has white color on #632E56 background.