COLOR #63335F

HEX: #63335F
RGB: (99,51,95)

Color info

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

RGB color model

#63335F color RGB value is (99,51,95).

  • red value is 99;
  • green value is 51;
  • blue value is 95.
RGB:
(99,51,95)
(39%,20%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 95 of 255 = 37%

99
51
95

R + G + B ~ 32%. #63335F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 95 = 245 (100%)
R 99 of 245 ~ 40.41%
G 51 of 245 ~ 20.82%
B 95 of 245 ~ 38.78%

%40.41
%20.82
%38.78

CMYK color model

#63335F color CMYK value is (0,48,4,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK:
(0,48,4,61)
C0M48Y4K61 
(0%,48%,4%,61%)
(0.00/0.48/0.04/0.61)	

CMYK percentages

%0
%48.48
%4.04
%61.18

Codes

Color #63335F in popluar color models

63335F
RGB995195
HSL305°32.00%29.41%
HSB/HSV305°48.48%38.82%
CMYK0.00%48.48%4.04%
61.18%

Color #63335F in popluar number systems.

HEX63335F
Decimal995195
Binary11000111100111011111
Octal14363137

Shades and tints

Shades of #63335F

#63335F
(99,51,95)
#5A2F57
(90,47,87)
#512B4F
(81,43,79)
#482747
(72,39,71)
#3F233F
(63,35,63)
#361F37
(54,31,55)
#2D1B2F
(45,27,47)
#241727
(36,23,39)
#1B131F
(27,19,31)
#120F17
(18,15,23)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #63335F

#63335F
(99,51,95)
#71456D
(113,69,109)
#7F577B
(127,87,123)
#8D6989
(141,105,137)
#9B7B97
(155,123,151)
#A98DA5
(169,141,165)
#B79FB3
(183,159,179)
#C5B1C1
(197,177,193)
#D3C3CF
(211,195,207)
#E1D5DD
(225,213,221)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63335F color. Also use rgb(99,51,95) instead hex code.

Text Font Color

.myTextColor { color: #63335F; }

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

This text font color is #63335F.


Background Color

.myBgColor { background-color: #63335F; }

<div style="background-color:#63335F">Inner text</div>

This div background color is #63335F.


Border color

.myBorderColor { border: 1px solid #63335F; }

<div style="border:3px solid #63335F">Div</div>

This div border color is #63335F.


Opacity

.myOpacity80 { color: #63335F; opacity: 0.8; }

<p style="color:#63335F;opacity:0.8;">80%</p>

Text with #63335F 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 #63335F;}

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

This text has shadow with #63335F color.

.textShadow {text-shadow: 3px 3px 1px #63335F, 3px 3px 1px red;}

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

This text has shadow with #63335F primary color and red secondary color.


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

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

This text has shadow with #63335F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63335F on black background.


Color preview on white background

This text has color #63335F on white background.



Black color preview on #63335F background

This text has black color on #63335F background.


White color preview on #63335F background

This text has white color on #63335F background.