COLOR #013A0C

HEX: #013A0C
RGB: (1,58,12)

Color info

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

RGB color model

#013A0C color RGB value is (1,58,12).

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

RGB channels and saturation

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

1
58
12

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

Portions of RGB colors in percentages

R + G + B =
1 + 58 + 12 = 71 (100%)
R 1 of 71 ~ 1.41%
G 58 of 71 ~ 81.69%
B 12 of 71 ~ 16.9%

%81.69
%16.9

CMYK color model

#013A0C color CMYK value is (98,0,79,77).

  • cyan value is 98.28%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 77.25%
CMYK:
(98,0,79,77)
C98M0Y79K77 
(98%,0%,79%,77%)
(0.98/0.00/0.79/0.77)	

CMYK percentages

%98.28
%0
%79.31
%77.25

Codes

Color #013A0C in popluar color models

013A0C
RGB15812
HSL132°96.61%11.57%
HSB/HSV132°98.28%22.75%
CMYK98.28%0.00%79.31%
77.25%

Color #013A0C in popluar number systems.

HEX013A0C
Decimal15812
Binary11110101100
Octal17214

Shades and tints

Shades of #013A0C

#013A0C
(1,58,12)
#01350B
(1,53,11)
#01300A
(1,48,10)
#012B09
(1,43,9)
#012608
(1,38,8)
#012107
(1,33,7)
#011C06
(1,28,6)
#011705
(1,23,5)
#011204
(1,18,4)
#010D03
(1,13,3)
#010802
(1,8,2)
#000000
(0,0,0)

Tints of #013A0C

#013A0C
(1,58,12)
#184B22
(24,75,34)
#2F5C38
(47,92,56)
#466D4E
(70,109,78)
#5D7E64
(93,126,100)
#748F7A
(116,143,122)
#8BA090
(139,160,144)
#A2B1A6
(162,177,166)
#B9C2BC
(185,194,188)
#D0D3D2
(208,211,210)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013A0C; }

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

This text font color is #013A0C.


Background Color

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

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

This div background color is #013A0C.


Border color

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

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

This div border color is #013A0C.


Opacity

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

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

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

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

This text has shadow with #013A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013A0C on black background.


Color preview on white background

This text has color #013A0C on white background.



Black color preview on #013A0C background

This text has black color on #013A0C background.


White color preview on #013A0C background

This text has white color on #013A0C background.