COLOR #313813

HEX: #313813
RGB: (49,56,19)

Color info

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

RGB color model

#313813 color RGB value is (49,56,19).

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

RGB channels and saturation

R 49 of 255 = 19%
G 56 of 255 = 22%
B 19 of 255 = 7%

49
56
19

R + G + B ~ 16%. #313813 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 56 + 19 = 124 (100%)
R 49 of 124 ~ 39.52%
G 56 of 124 ~ 45.16%
B 19 of 124 ~ 15.32%

%39.52
%45.16
%15.32

CMYK color model

#313813 color CMYK value is (13,0,66,78).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 66.07%
  • key color value is 78.04%
CMYK:
(13,0,66,78)
C13M0Y66K78 
(13%,0%,66%,78%)
(0.13/0.00/0.66/0.78)	

CMYK percentages

%12.5
%0
%66.07
%78.04

Codes

Color #313813 in popluar color models

313813
RGB495619
HSL71°49.33%14.71%
HSB/HSV71°66.07%21.96%
CMYK12.50%0.00%66.07%
78.04%

Color #313813 in popluar number systems.

HEX313813
Decimal495619
Binary11000111100010011
Octal617023

Shades and tints

Shades of #313813

#313813
(49,56,19)
#2D3312
(45,51,18)
#292E11
(41,46,17)
#252910
(37,41,16)
#21240F
(33,36,15)
#1D1F0E
(29,31,14)
#191A0D
(25,26,13)
#15150C
(21,21,12)
#11100B
(17,16,11)
#0D0B0A
(13,11,10)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #313813

#313813
(49,56,19)
#434A28
(67,74,40)
#555C3D
(85,92,61)
#676E52
(103,110,82)
#798067
(121,128,103)
#8B927C
(139,146,124)
#9DA491
(157,164,145)
#AFB6A6
(175,182,166)
#C1C8BB
(193,200,187)
#D3DAD0
(211,218,208)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313813; }

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

This text font color is #313813.


Background Color

.myBgColor { background-color: #313813; }

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

This div background color is #313813.


Border color

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

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

This div border color is #313813.


Opacity

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

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

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

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

This text has shadow with #313813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313813 on black background.


Color preview on white background

This text has color #313813 on white background.



Black color preview on #313813 background

This text has black color on #313813 background.


White color preview on #313813 background

This text has white color on #313813 background.