COLOR #631C16

HEX: #631C16
RGB: (99,28,22)

Color info

#631C16 contains mainly red color. Web safe color of #631C16 is #663300 (or #630).

RGB color model

#631C16 color RGB value is (99,28,22).

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

RGB channels and saturation

R 99 of 255 = 39%
G 28 of 255 = 11%
B 22 of 255 = 9%

99
28
22

R + G + B ~ 20%. #631C16 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 28 + 22 = 149 (100%)
R 99 of 149 ~ 66.44%
G 28 of 149 ~ 18.79%
B 22 of 149 ~ 14.77%

%66.44
%18.79
%14.77

CMYK color model

#631C16 color CMYK value is (0,72,78,61).

  • cyan value is 0.00%
  • magenta value is 71.72%
  • yellow value is 77.78%
  • key color value is 61.18%
CMYK:
(0,72,78,61)
C0M72Y78K61 
(0%,72%,78%,61%)
(0.00/0.72/0.78/0.61)	

CMYK percentages

%0
%71.72
%77.78
%61.18

Codes

Color #631C16 in popluar color models

631C16
RGB992822
HSL63.64%23.73%
HSB/HSV77.78%38.82%
CMYK0.00%71.72%77.78%
61.18%

Color #631C16 in popluar number systems.

HEX631C16
Decimal992822
Binary11000111110010110
Octal1433426

Shades and tints

Shades of #631C16

#631C16
(99,28,22)
#5A1A14
(90,26,20)
#511812
(81,24,18)
#481610
(72,22,16)
#3F140E
(63,20,14)
#36120C
(54,18,12)
#2D100A
(45,16,10)
#240E08
(36,14,8)
#1B0C06
(27,12,6)
#120A04
(18,10,4)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #631C16

#631C16
(99,28,22)
#71302B
(113,48,43)
#7F4440
(127,68,64)
#8D5855
(141,88,85)
#9B6C6A
(155,108,106)
#A9807F
(169,128,127)
#B79494
(183,148,148)
#C5A8A9
(197,168,169)
#D3BCBE
(211,188,190)
#E1D0D3
(225,208,211)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #631C16; }

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

This text font color is #631C16.


Background Color

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

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

This div background color is #631C16.


Border color

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

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

This div border color is #631C16.


Opacity

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

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

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

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

This text has shadow with #631C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631C16 on black background.


Color preview on white background

This text has color #631C16 on white background.



Black color preview on #631C16 background

This text has black color on #631C16 background.


White color preview on #631C16 background

This text has white color on #631C16 background.