COLOR #013A0D

HEX: #013A0D
RGB: (1,58,13)

Color info

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

RGB color model

#013A0D color RGB value is (1,58,13).

  • red value is 1;
  • green value is 58;
  • blue value is 13.
RGB:
(1,58,13)
(0%,23%,5%)

RGB channels and saturation

R 1 of 255 = 0%
G 58 of 255 = 23%
B 13 of 255 = 5%

1
58
13

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

Portions of RGB colors in percentages

R + G + B =
1 + 58 + 13 = 72 (100%)
R 1 of 72 ~ 1.39%
G 58 of 72 ~ 80.56%
B 13 of 72 ~ 18.06%

%80.56
%18.06

CMYK color model

#013A0D color CMYK value is (98,0,78,77).

  • cyan value is 98.28%
  • magenta value is 0.00%
  • yellow value is 77.59%
  • key color value is 77.25%
CMYK:
(98,0,78,77)
C98M0Y78K77 
(98%,0%,78%,77%)
(0.98/0.00/0.78/0.77)	

CMYK percentages

%98.28
%0
%77.59
%77.25

Codes

Color #013A0D in popluar color models

013A0D
RGB15813
HSL133°96.61%11.57%
HSB/HSV133°98.28%22.75%
CMYK98.28%0.00%77.59%
77.25%

Color #013A0D in popluar number systems.

HEX013A0D
Decimal15813
Binary11110101101
Octal17215

Shades and tints

Shades of #013A0D

#013A0D
(1,58,13)
#01350C
(1,53,12)
#01300B
(1,48,11)
#012B0A
(1,43,10)
#012609
(1,38,9)
#012108
(1,33,8)
#011C07
(1,28,7)
#011706
(1,23,6)
#011205
(1,18,5)
#010D04
(1,13,4)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #013A0D

#013A0D
(1,58,13)
#184B23
(24,75,35)
#2F5C39
(47,92,57)
#466D4F
(70,109,79)
#5D7E65
(93,126,101)
#748F7B
(116,143,123)
#8BA091
(139,160,145)
#A2B1A7
(162,177,167)
#B9C2BD
(185,194,189)
#D0D3D3
(208,211,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013A0D color. Also use rgb(1,58,13) instead hex code.

Text Font Color

.myTextColor { color: #013A0D; }

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

This text font color is #013A0D.


Background Color

.myBgColor { background-color: #013A0D; }

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

This div background color is #013A0D.


Border color

.myBorderColor { border: 1px solid #013A0D; }

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

This div border color is #013A0D.


Opacity

.myOpacity80 { color: #013A0D; opacity: 0.8; }

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

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

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

This text has shadow with #013A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013A0D on black background.


Color preview on white background

This text has color #013A0D on white background.



Black color preview on #013A0D background

This text has black color on #013A0D background.


White color preview on #013A0D background

This text has white color on #013A0D background.