COLOR #633F5C

HEX: #633F5C
RGB: (99,63,92)

Color info

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

RGB color model

#633F5C color RGB value is (99,63,92).

  • red value is 99;
  • green value is 63;
  • blue value is 92.
RGB:
(99,63,92)
(39%,25%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 92 of 255 = 36%

99
63
92

R + G + B ~ 33%. #633F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 92 = 254 (100%)
R 99 of 254 ~ 38.98%
G 63 of 254 ~ 24.8%
B 92 of 254 ~ 36.22%

%38.98
%24.8
%36.22

CMYK color model

#633F5C color CMYK value is (0,36,7,61).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(0,36,7,61)
C0M36Y7K61 
(0%,36%,7%,61%)
(0.00/0.36/0.07/0.61)	

CMYK percentages

%0
%36.36
%7.07
%61.18

Codes

Color #633F5C in popluar color models

633F5C
RGB996392
HSL312°22.22%31.76%
HSB/HSV312°36.36%38.82%
CMYK0.00%36.36%7.07%
61.18%

Color #633F5C in popluar number systems.

HEX633F5C
Decimal996392
Binary11000111111111011100
Octal14377134

Shades and tints

Shades of #633F5C

#633F5C
(99,63,92)
#5A3A54
(90,58,84)
#51354C
(81,53,76)
#483044
(72,48,68)
#3F2B3C
(63,43,60)
#362634
(54,38,52)
#2D212C
(45,33,44)
#241C24
(36,28,36)
#1B171C
(27,23,28)
#121214
(18,18,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #633F5C

#633F5C
(99,63,92)
#71506A
(113,80,106)
#7F6178
(127,97,120)
#8D7286
(141,114,134)
#9B8394
(155,131,148)
#A994A2
(169,148,162)
#B7A5B0
(183,165,176)
#C5B6BE
(197,182,190)
#D3C7CC
(211,199,204)
#E1D8DA
(225,216,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633F5C color. Also use rgb(99,63,92) instead hex code.

Text Font Color

.myTextColor { color: #633F5C; }

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

This text font color is #633F5C.


Background Color

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

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

This div background color is #633F5C.


Border color

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

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

This div border color is #633F5C.


Opacity

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

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

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

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

This text has shadow with #633F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F5C on black background.


Color preview on white background

This text has color #633F5C on white background.



Black color preview on #633F5C background

This text has black color on #633F5C background.


White color preview on #633F5C background

This text has white color on #633F5C background.