COLOR #633E52

HEX: #633E52
RGB: (99,62,82)

Color info

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

RGB color model

#633E52 color RGB value is (99,62,82).

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

RGB channels and saturation

R 99 of 255 = 39%
G 62 of 255 = 24%
B 82 of 255 = 32%

99
62
82

R + G + B ~ 32%. #633E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 62 + 82 = 243 (100%)
R 99 of 243 ~ 40.74%
G 62 of 243 ~ 25.51%
B 82 of 243 ~ 33.74%

%40.74
%25.51
%33.74

CMYK color model

#633E52 color CMYK value is (0,37,17,61).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 17.17%
  • key color value is 61.18%
CMYK:
(0,37,17,61)
C0M37Y17K61 
(0%,37%,17%,61%)
(0.00/0.37/0.17/0.61)	

CMYK percentages

%0
%37.37
%17.17
%61.18

Codes

Color #633E52 in popluar color models

633E52
RGB996282
HSL328°22.98%31.57%
HSB/HSV328°37.37%38.82%
CMYK0.00%37.37%17.17%
61.18%

Color #633E52 in popluar number systems.

HEX633E52
Decimal996282
Binary11000111111101010010
Octal14376122

Shades and tints

Shades of #633E52

#633E52
(99,62,82)
#5A394B
(90,57,75)
#513444
(81,52,68)
#482F3D
(72,47,61)
#3F2A36
(63,42,54)
#36252F
(54,37,47)
#2D2028
(45,32,40)
#241B21
(36,27,33)
#1B161A
(27,22,26)
#121113
(18,17,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #633E52

#633E52
(99,62,82)
#714F61
(113,79,97)
#7F6070
(127,96,112)
#8D717F
(141,113,127)
#9B828E
(155,130,142)
#A9939D
(169,147,157)
#B7A4AC
(183,164,172)
#C5B5BB
(197,181,187)
#D3C6CA
(211,198,202)
#E1D7D9
(225,215,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633E52 color. Also use rgb(99,62,82) instead hex code.

Text Font Color

.myTextColor { color: #633E52; }

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

This text font color is #633E52.


Background Color

.myBgColor { background-color: #633E52; }

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

This div background color is #633E52.


Border color

.myBorderColor { border: 1px solid #633E52; }

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

This div border color is #633E52.


Opacity

.myOpacity80 { color: #633E52; opacity: 0.8; }

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

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

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

This text has shadow with #633E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633E52 on black background.


Color preview on white background

This text has color #633E52 on white background.



Black color preview on #633E52 background

This text has black color on #633E52 background.


White color preview on #633E52 background

This text has white color on #633E52 background.