COLOR #310613

HEX: #310613
RGB: (49,6,19)

Color info

#310613 contains red, green and blue colors in about the same proportion. Web safe color of #310613 is #330000 (or #300).

RGB color model

#310613 color RGB value is (49,6,19).

  • red value is 49;
  • green value is 6;
  • blue value is 19.
RGB:
(49,6,19)
(19%,2%,7%)

RGB channels and saturation

R 49 of 255 = 19%
G 6 of 255 = 2%
B 19 of 255 = 7%

49
6
19

R + G + B ~ 9%. #310613 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 6 + 19 = 74 (100%)
R 49 of 74 ~ 66.22%
G 6 of 74 ~ 8.11%
B 19 of 74 ~ 25.68%

%66.22
%25.68

CMYK color model

#310613 color CMYK value is (0,88,61,81).

  • cyan value is 0.00%
  • magenta value is 87.76%
  • yellow value is 61.22%
  • key color value is 80.78%
CMYK:
(0,88,61,81)
C0M88Y61K81 
(0%,88%,61%,81%)
(0.00/0.88/0.61/0.81)	

CMYK percentages

%0
%87.76
%61.22
%80.78

Codes

Color #310613 in popluar color models

310613
RGB49619
HSL342°78.18%10.78%
HSB/HSV342°87.76%19.22%
CMYK0.00%87.76%61.22%
80.78%

Color #310613 in popluar number systems.

HEX310613
Decimal49619
Binary11000111010011
Octal61623

Shades and tints

Shades of #310613

#310613
(49,6,19)
#2D0612
(45,6,18)
#290611
(41,6,17)
#250610
(37,6,16)
#21060F
(33,6,15)
#1D060E
(29,6,14)
#19060D
(25,6,13)
#15060C
(21,6,12)
#11060B
(17,6,11)
#0D060A
(13,6,10)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #310613

#310613
(49,6,19)
#431C28
(67,28,40)
#55323D
(85,50,61)
#674852
(103,72,82)
#795E67
(121,94,103)
#8B747C
(139,116,124)
#9D8A91
(157,138,145)
#AFA0A6
(175,160,166)
#C1B6BB
(193,182,187)
#D3CCD0
(211,204,208)
#E5E2E5
(229,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #310613 color. Also use rgb(49,6,19) instead hex code.

Text Font Color

.myTextColor { color: #310613; }

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

This text font color is #310613.


Background Color

.myBgColor { background-color: #310613; }

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

This div background color is #310613.


Border color

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

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

This div border color is #310613.


Opacity

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

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

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

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

This text has shadow with #310613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #310613 on black background.


Color preview on white background

This text has color #310613 on white background.



Black color preview on #310613 background

This text has black color on #310613 background.


White color preview on #310613 background

This text has white color on #310613 background.