COLOR #631357

HEX: #631357
RGB: (99,19,87)

Color info

#631357 contains mainly red and blue colors. Web safe color of #631357 is #660066 (or #606).

RGB color model

#631357 color RGB value is (99,19,87).

  • red value is 99;
  • green value is 19;
  • blue value is 87.
RGB:
(99,19,87)
(39%,7%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 19 of 255 = 7%
B 87 of 255 = 34%

99
19
87

R + G + B ~ 27%. #631357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 19 + 87 = 205 (100%)
R 99 of 205 ~ 48.29%
G 19 of 205 ~ 9.27%
B 87 of 205 ~ 42.44%

%48.29
%42.44

CMYK color model

#631357 color CMYK value is (0,81,12,61).

  • cyan value is 0.00%
  • magenta value is 80.81%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(0,81,12,61)
C0M81Y12K61 
(0%,81%,12%,61%)
(0.00/0.81/0.12/0.61)	

CMYK percentages

%0
%80.81
%12.12
%61.18

Codes

Color #631357 in popluar color models

631357
RGB991987
HSL309°67.80%23.14%
HSB/HSV309°80.81%38.82%
CMYK0.00%80.81%12.12%
61.18%

Color #631357 in popluar number systems.

HEX631357
Decimal991987
Binary1100011100111010111
Octal14323127

Shades and tints

Shades of #631357

#631357
(99,19,87)
#5A1250
(90,18,80)
#511149
(81,17,73)
#481042
(72,16,66)
#3F0F3B
(63,15,59)
#360E34
(54,14,52)
#2D0D2D
(45,13,45)
#240C26
(36,12,38)
#1B0B1F
(27,11,31)
#120A18
(18,10,24)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #631357

#631357
(99,19,87)
#712866
(113,40,102)
#7F3D75
(127,61,117)
#8D5284
(141,82,132)
#9B6793
(155,103,147)
#A97CA2
(169,124,162)
#B791B1
(183,145,177)
#C5A6C0
(197,166,192)
#D3BBCF
(211,187,207)
#E1D0DE
(225,208,222)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631357 color. Also use rgb(99,19,87) instead hex code.

Text Font Color

.myTextColor { color: #631357; }

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

This text font color is #631357.


Background Color

.myBgColor { background-color: #631357; }

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

This div background color is #631357.


Border color

.myBorderColor { border: 1px solid #631357; }

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

This div border color is #631357.


Opacity

.myOpacity80 { color: #631357; opacity: 0.8; }

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

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

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

This text has shadow with #631357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631357 on black background.


Color preview on white background

This text has color #631357 on white background.



Black color preview on #631357 background

This text has black color on #631357 background.


White color preview on #631357 background

This text has white color on #631357 background.