COLOR #631F55

HEX: #631F55
RGB: (99,31,85)

Color info

#631F55 contains mainly red and blue colors. Web safe color of #631F55 is #663366 (or #636).

RGB color model

#631F55 color RGB value is (99,31,85).

  • red value is 99;
  • green value is 31;
  • blue value is 85.
RGB:
(99,31,85)
(39%,12%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 31 of 255 = 12%
B 85 of 255 = 33%

99
31
85

R + G + B ~ 28%. #631F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 31 + 85 = 215 (100%)
R 99 of 215 ~ 46.05%
G 31 of 215 ~ 14.42%
B 85 of 215 ~ 39.53%

%46.05
%14.42
%39.53

CMYK color model

#631F55 color CMYK value is (0,69,14,61).

  • cyan value is 0.00%
  • magenta value is 68.69%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(0,69,14,61)
C0M69Y14K61 
(0%,69%,14%,61%)
(0.00/0.69/0.14/0.61)	

CMYK percentages

%0
%68.69
%14.14
%61.18

Codes

Color #631F55 in popluar color models

631F55
RGB993185
HSL312°52.31%25.49%
HSB/HSV312°68.69%38.82%
CMYK0.00%68.69%14.14%
61.18%

Color #631F55 in popluar number systems.

HEX631F55
Decimal993185
Binary1100011111111010101
Octal14337125

Shades and tints

Shades of #631F55

#631F55
(99,31,85)
#5A1D4E
(90,29,78)
#511B47
(81,27,71)
#481940
(72,25,64)
#3F1739
(63,23,57)
#361532
(54,21,50)
#2D132B
(45,19,43)
#241124
(36,17,36)
#1B0F1D
(27,15,29)
#120D16
(18,13,22)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #631F55

#631F55
(99,31,85)
#713364
(113,51,100)
#7F4773
(127,71,115)
#8D5B82
(141,91,130)
#9B6F91
(155,111,145)
#A983A0
(169,131,160)
#B797AF
(183,151,175)
#C5ABBE
(197,171,190)
#D3BFCD
(211,191,205)
#E1D3DC
(225,211,220)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631F55 color. Also use rgb(99,31,85) instead hex code.

Text Font Color

.myTextColor { color: #631F55; }

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

This text font color is #631F55.


Background Color

.myBgColor { background-color: #631F55; }

<div style="background-color:#631F55">Inner text</div>

This div background color is #631F55.


Border color

.myBorderColor { border: 1px solid #631F55; }

<div style="border:3px solid #631F55">Div</div>

This div border color is #631F55.


Opacity

.myOpacity80 { color: #631F55; opacity: 0.8; }

<p style="color:#631F55;opacity:0.8;">80%</p>

Text with #631F55 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 #631F55;}

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

This text has shadow with #631F55 color.

.textShadow {text-shadow: 3px 3px 1px #631F55, 3px 3px 1px red;}

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

This text has shadow with #631F55 primary color and red secondary color.


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

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

This text has shadow with #631F55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631F55 on black background.


Color preview on white background

This text has color #631F55 on white background.



Black color preview on #631F55 background

This text has black color on #631F55 background.


White color preview on #631F55 background

This text has white color on #631F55 background.