COLOR #632E5B

HEX: #632E5B
RGB: (99,46,91)

Color info

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

RGB color model

#632E5B color RGB value is (99,46,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 46 of 255 = 18%
B 91 of 255 = 36%

99
46
91

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

Portions of RGB colors in percentages

R + G + B =
99 + 46 + 91 = 236 (100%)
R 99 of 236 ~ 41.95%
G 46 of 236 ~ 19.49%
B 91 of 236 ~ 38.56%

%41.95
%19.49
%38.56

CMYK color model

#632E5B color CMYK value is (0,54,8,61).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(0,54,8,61)
C0M54Y8K61 
(0%,54%,8%,61%)
(0.00/0.54/0.08/0.61)	

CMYK percentages

%0
%53.54
%8.08
%61.18

Codes

Color #632E5B in popluar color models

632E5B
RGB994691
HSL309°36.55%28.43%
HSB/HSV309°53.54%38.82%
CMYK0.00%53.54%8.08%
61.18%

Color #632E5B in popluar number systems.

HEX632E5B
Decimal994691
Binary11000111011101011011
Octal14356133

Shades and tints

Shades of #632E5B

#632E5B
(99,46,91)
#5A2A53
(90,42,83)
#51264B
(81,38,75)
#482243
(72,34,67)
#3F1E3B
(63,30,59)
#361A33
(54,26,51)
#2D162B
(45,22,43)
#241223
(36,18,35)
#1B0E1B
(27,14,27)
#120A13
(18,10,19)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #632E5B

#632E5B
(99,46,91)
#714169
(113,65,105)
#7F5477
(127,84,119)
#8D6785
(141,103,133)
#9B7A93
(155,122,147)
#A98DA1
(169,141,161)
#B7A0AF
(183,160,175)
#C5B3BD
(197,179,189)
#D3C6CB
(211,198,203)
#E1D9D9
(225,217,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #632E5B; }

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

This text font color is #632E5B.


Background Color

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

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

This div background color is #632E5B.


Border color

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

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

This div border color is #632E5B.


Opacity

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

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

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

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

This text has shadow with #632E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #632E5B on black background.


Color preview on white background

This text has color #632E5B on white background.



Black color preview on #632E5B background

This text has black color on #632E5B background.


White color preview on #632E5B background

This text has white color on #632E5B background.