COLOR #313801

HEX: #313801
RGB: (49,56,1)

Color info

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

RGB color model

#313801 color RGB value is (49,56,1).

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

RGB channels and saturation

R 49 of 255 = 19%
G 56 of 255 = 22%
B 1 of 255 = 0%

49
56
1

R + G + B ~ 14%. #313801 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 56 + 1 = 106 (100%)
R 49 of 106 ~ 46.23%
G 56 of 106 ~ 52.83%
B 1 of 106 ~ 0.94%

%46.23
%52.83

CMYK color model

#313801 color CMYK value is (13,0,98,78).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 98.21%
  • key color value is 78.04%
CMYK:
(13,0,98,78)
C13M0Y98K78 
(13%,0%,98%,78%)
(0.13/0.00/0.98/0.78)	

CMYK percentages

%12.5
%0
%98.21
%78.04

Codes

Color #313801 in popluar color models

313801
RGB49561
HSL68°96.49%11.18%
HSB/HSV68°98.21%21.96%
CMYK12.50%0.00%98.21%
78.04%

Color #313801 in popluar number systems.

HEX313801
Decimal49561
Binary1100011110001
Octal61701

Shades and tints

Shades of #313801

#313801
(49,56,1)
#2D3301
(45,51,1)
#292E01
(41,46,1)
#252901
(37,41,1)
#212401
(33,36,1)
#1D1F01
(29,31,1)
#191A01
(25,26,1)
#151501
(21,21,1)
#111001
(17,16,1)
#0D0B01
(13,11,1)
#090601
(9,6,1)
#000000
(0,0,0)

Tints of #313801

#313801
(49,56,1)
#434A18
(67,74,24)
#555C2F
(85,92,47)
#676E46
(103,110,70)
#79805D
(121,128,93)
#8B9274
(139,146,116)
#9DA48B
(157,164,139)
#AFB6A2
(175,182,162)
#C1C8B9
(193,200,185)
#D3DAD0
(211,218,208)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313801; }

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

This text font color is #313801.


Background Color

.myBgColor { background-color: #313801; }

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

This div background color is #313801.


Border color

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

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

This div border color is #313801.


Opacity

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

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

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

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

This text has shadow with #313801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313801 on black background.


Color preview on white background

This text has color #313801 on white background.



Black color preview on #313801 background

This text has black color on #313801 background.


White color preview on #313801 background

This text has white color on #313801 background.