COLOR #632E51

HEX: #632E51
RGB: (99,46,81)

Color info

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

RGB color model

#632E51 color RGB value is (99,46,81).

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

RGB channels and saturation

R 99 of 255 = 39%
G 46 of 255 = 18%
B 81 of 255 = 32%

99
46
81

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

Portions of RGB colors in percentages

R + G + B =
99 + 46 + 81 = 226 (100%)
R 99 of 226 ~ 43.81%
G 46 of 226 ~ 20.35%
B 81 of 226 ~ 35.84%

%43.81
%20.35
%35.84

CMYK color model

#632E51 color CMYK value is (0,54,18,61).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(0,54,18,61)
C0M54Y18K61 
(0%,54%,18%,61%)
(0.00/0.54/0.18/0.61)	

CMYK percentages

%0
%53.54
%18.18
%61.18

Codes

Color #632E51 in popluar color models

632E51
RGB994681
HSL320°36.55%28.43%
HSB/HSV320°53.54%38.82%
CMYK0.00%53.54%18.18%
61.18%

Color #632E51 in popluar number systems.

HEX632E51
Decimal994681
Binary11000111011101010001
Octal14356121

Shades and tints

Shades of #632E51

#632E51
(99,46,81)
#5A2A4A
(90,42,74)
#512643
(81,38,67)
#48223C
(72,34,60)
#3F1E35
(63,30,53)
#361A2E
(54,26,46)
#2D1627
(45,22,39)
#241220
(36,18,32)
#1B0E19
(27,14,25)
#120A12
(18,10,18)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #632E51

#632E51
(99,46,81)
#714160
(113,65,96)
#7F546F
(127,84,111)
#8D677E
(141,103,126)
#9B7A8D
(155,122,141)
#A98D9C
(169,141,156)
#B7A0AB
(183,160,171)
#C5B3BA
(197,179,186)
#D3C6C9
(211,198,201)
#E1D9D8
(225,217,216)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #632E51; }

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

This text font color is #632E51.


Background Color

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

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

This div background color is #632E51.


Border color

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

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

This div border color is #632E51.


Opacity

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

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

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

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

This text has shadow with #632E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #632E51 on black background.


Color preview on white background

This text has color #632E51 on white background.



Black color preview on #632E51 background

This text has black color on #632E51 background.


White color preview on #632E51 background

This text has white color on #632E51 background.