COLOR #631316

HEX: #631316
RGB: (99,19,22)

Color info

#631316 contains mainly red color. Web safe color of #631316 is #660000 (or #600).

RGB color model

#631316 color RGB value is (99,19,22).

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

RGB channels and saturation

R 99 of 255 = 39%
G 19 of 255 = 7%
B 22 of 255 = 9%

99
19
22

R + G + B ~ 18%. #631316 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 19 + 22 = 140 (100%)
R 99 of 140 ~ 70.71%
G 19 of 140 ~ 13.57%
B 22 of 140 ~ 15.71%

%70.71
%13.57
%15.71

CMYK color model

#631316 color CMYK value is (0,81,78,61).

  • cyan value is 0.00%
  • magenta value is 80.81%
  • yellow value is 77.78%
  • key color value is 61.18%
CMYK:
(0,81,78,61)
C0M81Y78K61 
(0%,81%,78%,61%)
(0.00/0.81/0.78/0.61)	

CMYK percentages

%0
%80.81
%77.78
%61.18

Codes

Color #631316 in popluar color models

631316
RGB991922
HSL358°67.80%23.14%
HSB/HSV358°80.81%38.82%
CMYK0.00%80.81%77.78%
61.18%

Color #631316 in popluar number systems.

HEX631316
Decimal991922
Binary11000111001110110
Octal1432326

Shades and tints

Shades of #631316

#631316
(99,19,22)
#5A1214
(90,18,20)
#511112
(81,17,18)
#481010
(72,16,16)
#3F0F0E
(63,15,14)
#360E0C
(54,14,12)
#2D0D0A
(45,13,10)
#240C08
(36,12,8)
#1B0B06
(27,11,6)
#120A04
(18,10,4)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #631316

#631316
(99,19,22)
#71282B
(113,40,43)
#7F3D40
(127,61,64)
#8D5255
(141,82,85)
#9B676A
(155,103,106)
#A97C7F
(169,124,127)
#B79194
(183,145,148)
#C5A6A9
(197,166,169)
#D3BBBE
(211,187,190)
#E1D0D3
(225,208,211)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #631316; }

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

This text font color is #631316.


Background Color

.myBgColor { background-color: #631316; }

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

This div background color is #631316.


Border color

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

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

This div border color is #631316.


Opacity

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

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

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

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

This text has shadow with #631316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631316 on black background.


Color preview on white background

This text has color #631316 on white background.



Black color preview on #631316 background

This text has black color on #631316 background.


White color preview on #631316 background

This text has white color on #631316 background.