COLOR #313313

HEX: #313313
RGB: (49,51,19)

Color info

#313313 contains red, green and blue colors in about the same proportion. Web safe color of #313313 is #333300 (or #330).

RGB color model

#313313 color RGB value is (49,51,19).

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

RGB channels and saturation

R 49 of 255 = 19%
G 51 of 255 = 20%
B 19 of 255 = 7%

49
51
19

R + G + B ~ 15%. #313313 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 51 + 19 = 119 (100%)
R 49 of 119 ~ 41.18%
G 51 of 119 ~ 42.86%
B 19 of 119 ~ 15.97%

%41.18
%42.86
%15.97

CMYK color model

#313313 color CMYK value is (4,0,63,80).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(4,0,63,80)
C4M0Y63K80 
(4%,0%,63%,80%)
(0.04/0.00/0.63/0.80)	

CMYK percentages

%3.92
%0
%62.75
%80

Codes

Color #313313 in popluar color models

313313
RGB495119
HSL64°45.71%13.73%
HSB/HSV64°62.75%20.00%
CMYK3.92%0.00%62.75%
80.00%

Color #313313 in popluar number systems.

HEX313313
Decimal495119
Binary11000111001110011
Octal616323

Shades and tints

Shades of #313313

#313313
(49,51,19)
#2D2F12
(45,47,18)
#292B11
(41,43,17)
#252710
(37,39,16)
#21230F
(33,35,15)
#1D1F0E
(29,31,14)
#191B0D
(25,27,13)
#15170C
(21,23,12)
#11130B
(17,19,11)
#0D0F0A
(13,15,10)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #313313

#313313
(49,51,19)
#434528
(67,69,40)
#55573D
(85,87,61)
#676952
(103,105,82)
#797B67
(121,123,103)
#8B8D7C
(139,141,124)
#9D9F91
(157,159,145)
#AFB1A6
(175,177,166)
#C1C3BB
(193,195,187)
#D3D5D0
(211,213,208)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313313; }

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

This text font color is #313313.


Background Color

.myBgColor { background-color: #313313; }

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

This div background color is #313313.


Border color

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

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

This div border color is #313313.


Opacity

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

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

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

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

This text has shadow with #313313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313313 on black background.


Color preview on white background

This text has color #313313 on white background.



Black color preview on #313313 background

This text has black color on #313313 background.


White color preview on #313313 background

This text has white color on #313313 background.