COLOR #013710

HEX: #013710
RGB: (1,55,16)

Color info

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

RGB color model

#013710 color RGB value is (1,55,16).

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

RGB channels and saturation

R 1 of 255 = 0%
G 55 of 255 = 22%
B 16 of 255 = 6%

1
55
16

R + G + B ~ 9%. #013710 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 55 + 16 = 72 (100%)
R 1 of 72 ~ 1.39%
G 55 of 72 ~ 76.39%
B 16 of 72 ~ 22.22%

%76.39
%22.22

CMYK color model

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

  • cyan value is 98.18%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(98,0,71,78)
C98M0Y71K78 
(98%,0%,71%,78%)
(0.98/0.00/0.71/0.78)	

CMYK percentages

%98.18
%0
%70.91
%78.43

Codes

Color #013710 in popluar color models

013710
RGB15516
HSL137°96.43%10.98%
HSB/HSV137°98.18%21.57%
CMYK98.18%0.00%70.91%
78.43%

Color #013710 in popluar number systems.

HEX013710
Decimal15516
Binary111011110000
Octal16720

Shades and tints

Shades of #013710

#013710
(1,55,16)
#01320F
(1,50,15)
#012D0E
(1,45,14)
#01280D
(1,40,13)
#01230C
(1,35,12)
#011E0B
(1,30,11)
#01190A
(1,25,10)
#011409
(1,20,9)
#010F08
(1,15,8)
#010A07
(1,10,7)
#010506
(1,5,6)
#000000
(0,0,0)

Tints of #013710

#013710
(1,55,16)
#184925
(24,73,37)
#2F5B3A
(47,91,58)
#466D4F
(70,109,79)
#5D7F64
(93,127,100)
#749179
(116,145,121)
#8BA38E
(139,163,142)
#A2B5A3
(162,181,163)
#B9C7B8
(185,199,184)
#D0D9CD
(208,217,205)
#E7EBE2
(231,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013710; }

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

This text font color is #013710.


Background Color

.myBgColor { background-color: #013710; }

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

This div background color is #013710.


Border color

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

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

This div border color is #013710.


Opacity

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

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

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

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

This text has shadow with #013710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013710 on black background.


Color preview on white background

This text has color #013710 on white background.



Black color preview on #013710 background

This text has black color on #013710 background.


White color preview on #013710 background

This text has white color on #013710 background.