COLOR #013916

HEX: #013916
RGB: (1,57,22)

Color info

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

RGB color model

#013916 color RGB value is (1,57,22).

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

RGB channels and saturation

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

1
57
22

R + G + B ~ 10%. #013916 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 57 + 22 = 80 (100%)
R 1 of 80 ~ 1.25%
G 57 of 80 ~ 71.25%
B 22 of 80 ~ 27.5%

%71.25
%27.5

CMYK color model

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

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

CMYK percentages

%98.25
%0
%61.4
%77.65

Codes

Color #013916 in popluar color models

013916
RGB15722
HSL143°96.55%11.37%
HSB/HSV143°98.25%22.35%
CMYK98.25%0.00%61.40%
77.65%

Color #013916 in popluar number systems.

HEX013916
Decimal15722
Binary111100110110
Octal17126

Shades and tints

Shades of #013916

#013916
(1,57,22)
#013414
(1,52,20)
#012F12
(1,47,18)
#012A10
(1,42,16)
#01250E
(1,37,14)
#01200C
(1,32,12)
#011B0A
(1,27,10)
#011608
(1,22,8)
#011106
(1,17,6)
#010C04
(1,12,4)
#010702
(1,7,2)
#000000
(0,0,0)

Tints of #013916

#013916
(1,57,22)
#184B2B
(24,75,43)
#2F5D40
(47,93,64)
#466F55
(70,111,85)
#5D816A
(93,129,106)
#74937F
(116,147,127)
#8BA594
(139,165,148)
#A2B7A9
(162,183,169)
#B9C9BE
(185,201,190)
#D0DBD3
(208,219,211)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013916; }

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

This text font color is #013916.


Background Color

.myBgColor { background-color: #013916; }

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

This div background color is #013916.


Border color

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

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

This div border color is #013916.


Opacity

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

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

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

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

This text has shadow with #013916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013916 on black background.


Color preview on white background

This text has color #013916 on white background.



Black color preview on #013916 background

This text has black color on #013916 background.


White color preview on #013916 background

This text has white color on #013916 background.