COLOR #633F64

HEX: #633F64
RGB: (99,63,100)

Color info

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

RGB color model

#633F64 color RGB value is (99,63,100).

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

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 100 of 255 = 39%

99
63
100

R + G + B ~ 34%. #633F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 100 = 262 (100%)
R 99 of 262 ~ 37.79%
G 63 of 262 ~ 24.05%
B 100 of 262 ~ 38.17%

%37.79
%24.05
%38.17

CMYK color model

#633F64 color CMYK value is (1,37,0,61).

  • cyan value is 1.00%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(1,37,0,61)
C1M37Y0K61 
(1%,37%,0%,61%)
(0.01/0.37/0.00/0.61)	

CMYK percentages

%1
%37
%0
%60.78

Codes

Color #633F64 in popluar color models

633F64
RGB9963100
HSL298°22.70%31.96%
HSB/HSV298°37.00%39.22%
CMYK1.00%37.00%0.00%
60.78%

Color #633F64 in popluar number systems.

HEX633F64
Decimal9963100
Binary11000111111111100100
Octal14377144

Shades and tints

Shades of #633F64

#633F64
(99,63,100)
#5A3A5B
(90,58,91)
#513552
(81,53,82)
#483049
(72,48,73)
#3F2B40
(63,43,64)
#362637
(54,38,55)
#2D212E
(45,33,46)
#241C25
(36,28,37)
#1B171C
(27,23,28)
#121213
(18,18,19)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #633F64

#633F64
(99,63,100)
#715072
(113,80,114)
#7F6180
(127,97,128)
#8D728E
(141,114,142)
#9B839C
(155,131,156)
#A994AA
(169,148,170)
#B7A5B8
(183,165,184)
#C5B6C6
(197,182,198)
#D3C7D4
(211,199,212)
#E1D8E2
(225,216,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633F64; }

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

This text font color is #633F64.


Background Color

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

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

This div background color is #633F64.


Border color

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

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

This div border color is #633F64.


Opacity

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

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

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

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

This text has shadow with #633F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F64 on black background.


Color preview on white background

This text has color #633F64 on white background.



Black color preview on #633F64 background

This text has black color on #633F64 background.


White color preview on #633F64 background

This text has white color on #633F64 background.