COLOR #633F6D

HEX: #633F6D
RGB: (99,63,109)

Color info

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

RGB color model

#633F6D color RGB value is (99,63,109).

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

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 109 of 255 = 43%

99
63
109

R + G + B ~ 36%. #633F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 109 = 271 (100%)
R 99 of 271 ~ 36.53%
G 63 of 271 ~ 23.25%
B 109 of 271 ~ 40.22%

%36.53
%23.25
%40.22

CMYK color model

#633F6D color CMYK value is (9,42,0,57).

  • cyan value is 9.17%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(9,42,0,57)
C9M42Y0K57 
(9%,42%,0%,57%)
(0.09/0.42/0.00/0.57)	

CMYK percentages

%9.17
%42.2
%0
%57.25

Codes

Color #633F6D in popluar color models

633F6D
RGB9963109
HSL287°26.74%33.73%
HSB/HSV287°42.20%42.75%
CMYK9.17%42.20%0.00%
57.25%

Color #633F6D in popluar number systems.

HEX633F6D
Decimal9963109
Binary11000111111111101101
Octal14377155

Shades and tints

Shades of #633F6D

#633F6D
(99,63,109)
#5A3A64
(90,58,100)
#51355B
(81,53,91)
#483052
(72,48,82)
#3F2B49
(63,43,73)
#362640
(54,38,64)
#2D2137
(45,33,55)
#241C2E
(36,28,46)
#1B1725
(27,23,37)
#12121C
(18,18,28)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #633F6D

#633F6D
(99,63,109)
#71507A
(113,80,122)
#7F6187
(127,97,135)
#8D7294
(141,114,148)
#9B83A1
(155,131,161)
#A994AE
(169,148,174)
#B7A5BB
(183,165,187)
#C5B6C8
(197,182,200)
#D3C7D5
(211,199,213)
#E1D8E2
(225,216,226)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633F6D; }

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

This text font color is #633F6D.


Background Color

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

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

This div background color is #633F6D.


Border color

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

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

This div border color is #633F6D.


Opacity

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

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

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

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

This text has shadow with #633F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F6D on black background.


Color preview on white background

This text has color #633F6D on white background.



Black color preview on #633F6D background

This text has black color on #633F6D background.


White color preview on #633F6D background

This text has white color on #633F6D background.