COLOR #313F01

HEX: #313F01
RGB: (49,63,1)

Color info

#313F01 contains mainly red and green colors. Web safe color of #313F01 is #333300 (or #330).

RGB color model

#313F01 color RGB value is (49,63,1).

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

RGB channels and saturation

R 49 of 255 = 19%
G 63 of 255 = 25%
B 1 of 255 = 0%

49
63
1

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

Portions of RGB colors in percentages

R + G + B =
49 + 63 + 1 = 113 (100%)
R 49 of 113 ~ 43.36%
G 63 of 113 ~ 55.75%
B 1 of 113 ~ 0.88%

%43.36
%55.75

CMYK color model

#313F01 color CMYK value is (22,0,98,75).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 98.41%
  • key color value is 75.29%
CMYK:
(22,0,98,75)
C22M0Y98K75 
(22%,0%,98%,75%)
(0.22/0.00/0.98/0.75)	

CMYK percentages

%22.22
%0
%98.41
%75.29

Codes

Color #313F01 in popluar color models

313F01
RGB49631
HSL74°96.88%12.55%
HSB/HSV74°98.41%24.71%
CMYK22.22%0.00%98.41%
75.29%

Color #313F01 in popluar number systems.

HEX313F01
Decimal49631
Binary1100011111111
Octal61771

Shades and tints

Shades of #313F01

#313F01
(49,63,1)
#2D3A01
(45,58,1)
#293501
(41,53,1)
#253001
(37,48,1)
#212B01
(33,43,1)
#1D2601
(29,38,1)
#192101
(25,33,1)
#151C01
(21,28,1)
#111701
(17,23,1)
#0D1201
(13,18,1)
#090D01
(9,13,1)
#000000
(0,0,0)

Tints of #313F01

#313F01
(49,63,1)
#435018
(67,80,24)
#55612F
(85,97,47)
#677246
(103,114,70)
#79835D
(121,131,93)
#8B9474
(139,148,116)
#9DA58B
(157,165,139)
#AFB6A2
(175,182,162)
#C1C7B9
(193,199,185)
#D3D8D0
(211,216,208)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313F01; }

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

This text font color is #313F01.


Background Color

.myBgColor { background-color: #313F01; }

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

This div background color is #313F01.


Border color

.myBorderColor { border: 1px solid #313F01; }

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

This div border color is #313F01.


Opacity

.myOpacity80 { color: #313F01; opacity: 0.8; }

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

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

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

This text has shadow with #313F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313F01 on black background.


Color preview on white background

This text has color #313F01 on white background.



Black color preview on #313F01 background

This text has black color on #313F01 background.


White color preview on #313F01 background

This text has white color on #313F01 background.