COLOR #013901

HEX: #013901
RGB: (1,57,1)

Color info

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

RGB color model

#013901 color RGB value is (1,57,1).

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

RGB channels and saturation

R 1 of 255 = 0%
G 57 of 255 = 22%
B 1 of 255 = 0%

1
57
1

R + G + B ~ 7%. #013901 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 57 + 1 = 59 (100%)
R 1 of 59 ~ 1.69%
G 57 of 59 ~ 96.61%
B 1 of 59 ~ 1.69%

%96.61

CMYK color model

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

  • cyan value is 98.25%
  • magenta value is 0.00%
  • yellow value is 98.25%
  • key color value is 77.65%
CMYK:
(98,0,98,78)
C98M0Y98K78 
(98%,0%,98%,78%)
(0.98/0.00/0.98/0.78)	

CMYK percentages

%98.25
%0
%98.25
%77.65

Codes

Color #013901 in popluar color models

013901
RGB1571
HSL120°96.55%11.37%
HSB/HSV120°98.25%22.35%
CMYK98.25%0.00%98.25%
77.65%

Color #013901 in popluar number systems.

HEX013901
Decimal1571
Binary11110011
Octal1711

Shades and tints

Shades of #013901

#013901
(1,57,1)
#013401
(1,52,1)
#012F01
(1,47,1)
#012A01
(1,42,1)
#012501
(1,37,1)
#012001
(1,32,1)
#011B01
(1,27,1)
#011601
(1,22,1)
#011101
(1,17,1)
#010C01
(1,12,1)
#010701
(1,7,1)
#000000
(0,0,0)

Tints of #013901

#013901
(1,57,1)
#184B18
(24,75,24)
#2F5D2F
(47,93,47)
#466F46
(70,111,70)
#5D815D
(93,129,93)
#749374
(116,147,116)
#8BA58B
(139,165,139)
#A2B7A2
(162,183,162)
#B9C9B9
(185,201,185)
#D0DBD0
(208,219,208)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013901; }

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

This text font color is #013901.


Background Color

.myBgColor { background-color: #013901; }

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

This div background color is #013901.


Border color

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

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

This div border color is #013901.


Opacity

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

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

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

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

This text has shadow with #013901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013901 on black background.


Color preview on white background

This text has color #013901 on white background.



Black color preview on #013901 background

This text has black color on #013901 background.


White color preview on #013901 background

This text has white color on #013901 background.