COLOR #633F61

HEX: #633F61
RGB: (99,63,97)

Color info

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

RGB color model

#633F61 color RGB value is (99,63,97).

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

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 97 of 255 = 38%

99
63
97

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

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 97 = 259 (100%)
R 99 of 259 ~ 38.22%
G 63 of 259 ~ 24.32%
B 97 of 259 ~ 37.45%

%38.22
%24.32
%37.45

CMYK color model

#633F61 color CMYK value is (0,36,2,61).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 2.02%
  • key color value is 61.18%
CMYK:
(0,36,2,61)
C0M36Y2K61 
(0%,36%,2%,61%)
(0.00/0.36/0.02/0.61)	

CMYK percentages

%0
%36.36
%2.02
%61.18

Codes

Color #633F61 in popluar color models

633F61
RGB996397
HSL303°22.22%31.76%
HSB/HSV303°36.36%38.82%
CMYK0.00%36.36%2.02%
61.18%

Color #633F61 in popluar number systems.

HEX633F61
Decimal996397
Binary11000111111111100001
Octal14377141

Shades and tints

Shades of #633F61

#633F61
(99,63,97)
#5A3A59
(90,58,89)
#513551
(81,53,81)
#483049
(72,48,73)
#3F2B41
(63,43,65)
#362639
(54,38,57)
#2D2131
(45,33,49)
#241C29
(36,28,41)
#1B1721
(27,23,33)
#121219
(18,18,25)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #633F61

#633F61
(99,63,97)
#71506F
(113,80,111)
#7F617D
(127,97,125)
#8D728B
(141,114,139)
#9B8399
(155,131,153)
#A994A7
(169,148,167)
#B7A5B5
(183,165,181)
#C5B6C3
(197,182,195)
#D3C7D1
(211,199,209)
#E1D8DF
(225,216,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633F61; }

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

This text font color is #633F61.


Background Color

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

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

This div background color is #633F61.


Border color

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

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

This div border color is #633F61.


Opacity

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

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

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

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

This text has shadow with #633F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F61 on black background.


Color preview on white background

This text has color #633F61 on white background.



Black color preview on #633F61 background

This text has black color on #633F61 background.


White color preview on #633F61 background

This text has white color on #633F61 background.