COLOR #633F71

HEX: #633F71 RGB: (99,63,113)

Color info

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

RGB color model

#633F71 color RGB value is (99,63,113).

RGB: (99,63,113) (39%, 25%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 113 of 255 = 44%

99
63
113

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

Portions of RGB colors in percentages

R + G + B = 99 + 63 + 113 = 275 (100%)
R 99 of 275 ~ 36%
G 63 of 275 ~ 22.91%
B 113 of 275 ~ 41.09'%

%36
%22.91
%41.09

CMYK color model

#633F71 color CMYK value is (12,44,0,56).

  • cyan value is 12.39%
  • magenta value is 44.25%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (12,44,0,56)
C12M44Y0K56 (12%, 44%, 0%, 56%)
(0.12 / 0.44 / 0.00 / 0.56)

CMYK percentages

%12.39
%44.25
%0
%55.69

Codes

Color #633F71 in popluar color models

63 3F 71
RGB 99 63 113
HSL 283° 28.41% 34.51%
HSB/HSV 283° 44.25% 44.31%
CMYK 12.39% 44.25% 0.00%
55.69%

Color #633F71 in popluar number systems.

HEX 63 3F 71
Decimal 99 63 113
Binary 1100011 111111 1110001
Octal 143 77 161

Shades and tints

Shades of #633F71

#633F71
(99,63,113)
#5A3A67
(90,58,103)
#51355D
(81,53,93)
#483053
(72,48,83)
#3F2B49
(63,43,73)
#36263F
(54,38,63)
#2D2135
(45,33,53)
#241C2B
(36,28,43)
#1B1721
(27,23,33)
#121217
(18,18,23)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #633F71

#633F71
(99,63,113)
#71507D
(113,80,125)
#7F6189
(127,97,137)
#8D7295
(141,114,149)
#9B83A1
(155,131,161)
#A994AD
(169,148,173)
#B7A5B9
(183,165,185)
#C5B6C5
(197,182,197)
#D3C7D1
(211,199,209)
#E1D8DD
(225,216,221)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633F71; }

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

This text font color is #633F71.

Background Color

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

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

This div background color is #633F71.

Border color

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

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

This div border color is #633F71.

Opacity

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

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

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

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

This text has shadow with #633F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633F71.

Preview

Color preview on black background

This text has color #633F71 on black background.


Color preview on white background

This text has color #633F71 on white background.


Black color preview on #633F71 background

This text has black color on #633F71 background.


White color preview on #633F71 background

This text has white color on #633F71 background.


Related colors

Complementary color

Complementary color for #hex is #9CC08E.


I love getcolorcode.com

Triadic colors

1 #71633F and #3F7163 with #633F71 are triadic colors.

2 #713F63 and #3F6371 with #633F71 are triadic colors.