COLOR #632D52

HEX: #632D52
RGB: (99,45,82)

Color info

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

RGB color model

#632D52 color RGB value is (99,45,82).

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

RGB channels and saturation

R 99 of 255 = 39%
G 45 of 255 = 18%
B 82 of 255 = 32%

99
45
82

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

Portions of RGB colors in percentages

R + G + B =
99 + 45 + 82 = 226 (100%)
R 99 of 226 ~ 43.81%
G 45 of 226 ~ 19.91%
B 82 of 226 ~ 36.28%

%43.81
%19.91
%36.28

CMYK color model

#632D52 color CMYK value is (0,55,17,61).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 17.17%
  • key color value is 61.18%
CMYK:
(0,55,17,61)
C0M55Y17K61 
(0%,55%,17%,61%)
(0.00/0.55/0.17/0.61)	

CMYK percentages

%0
%54.55
%17.17
%61.18

Codes

Color #632D52 in popluar color models

632D52
RGB994582
HSL319°37.50%28.24%
HSB/HSV319°54.55%38.82%
CMYK0.00%54.55%17.17%
61.18%

Color #632D52 in popluar number systems.

HEX632D52
Decimal994582
Binary11000111011011010010
Octal14355122

Shades and tints

Shades of #632D52

#632D52
(99,45,82)
#5A294B
(90,41,75)
#512544
(81,37,68)
#48213D
(72,33,61)
#3F1D36
(63,29,54)
#36192F
(54,25,47)
#2D1528
(45,21,40)
#241121
(36,17,33)
#1B0D1A
(27,13,26)
#120913
(18,9,19)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #632D52

#632D52
(99,45,82)
#714061
(113,64,97)
#7F5370
(127,83,112)
#8D667F
(141,102,127)
#9B798E
(155,121,142)
#A98C9D
(169,140,157)
#B79FAC
(183,159,172)
#C5B2BB
(197,178,187)
#D3C5CA
(211,197,202)
#E1D8D9
(225,216,217)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #632D52 color. Also use rgb(99,45,82) instead hex code.

Text Font Color

.myTextColor { color: #632D52; }

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

This text font color is #632D52.


Background Color

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

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

This div background color is #632D52.


Border color

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

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

This div border color is #632D52.


Opacity

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

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

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

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

This text has shadow with #632D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #632D52 on black background.


Color preview on white background

This text has color #632D52 on white background.



Black color preview on #632D52 background

This text has black color on #632D52 background.


White color preview on #632D52 background

This text has white color on #632D52 background.