COLOR #01310B

HEX: #01310B
RGB: (1,49,11)

Color info

#01310B contains red, green and blue colors in about the same proportion. Web safe color of #01310B is #003300 (or #030).

RGB color model

#01310B color RGB value is (1,49,11).

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

RGB channels and saturation

R 1 of 255 = 0%
G 49 of 255 = 19%
B 11 of 255 = 4%

1
49
11

R + G + B ~ 8%. #01310B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 49 + 11 = 61 (100%)
R 1 of 61 ~ 1.64%
G 49 of 61 ~ 80.33%
B 11 of 61 ~ 18.03%

%80.33
%18.03

CMYK color model

#01310B color CMYK value is (98,0,78,81).

  • cyan value is 97.96%
  • magenta value is 0.00%
  • yellow value is 77.55%
  • key color value is 80.78%
CMYK:
(98,0,78,81)
C98M0Y78K81 
(98%,0%,78%,81%)
(0.98/0.00/0.78/0.81)	

CMYK percentages

%97.96
%0
%77.55
%80.78

Codes

Color #01310B in popluar color models

01310B
RGB14911
HSL133°96.00%9.80%
HSB/HSV133°97.96%19.22%
CMYK97.96%0.00%77.55%
80.78%

Color #01310B in popluar number systems.

HEX01310B
Decimal14911
Binary11100011011
Octal16113

Shades and tints

Shades of #01310B

#01310B
(1,49,11)
#012D0A
(1,45,10)
#012909
(1,41,9)
#012508
(1,37,8)
#012107
(1,33,7)
#011D06
(1,29,6)
#011905
(1,25,5)
#011504
(1,21,4)
#011103
(1,17,3)
#010D02
(1,13,2)
#010901
(1,9,1)
#000000
(0,0,0)

Tints of #01310B

#01310B
(1,49,11)
#184321
(24,67,33)
#2F5537
(47,85,55)
#46674D
(70,103,77)
#5D7963
(93,121,99)
#748B79
(116,139,121)
#8B9D8F
(139,157,143)
#A2AFA5
(162,175,165)
#B9C1BB
(185,193,187)
#D0D3D1
(208,211,209)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01310B; }

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

This text font color is #01310B.


Background Color

.myBgColor { background-color: #01310B; }

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

This div background color is #01310B.


Border color

.myBorderColor { border: 1px solid #01310B; }

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

This div border color is #01310B.


Opacity

.myOpacity80 { color: #01310B; opacity: 0.8; }

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

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

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

This text has shadow with #01310B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01310B on black background.


Color preview on white background

This text has color #01310B on white background.



Black color preview on #01310B background

This text has black color on #01310B background.


White color preview on #01310B background

This text has white color on #01310B background.