COLOR #013C1E

HEX: #013C1E
RGB: (1,60,30)

Color info

#013C1E contains red, green and blue colors in about the same proportion. Web safe color of #013C1E is #003333 (or #033).

RGB color model

#013C1E color RGB value is (1,60,30).

  • red value is 1;
  • green value is 60;
  • blue value is 30.
RGB:
(1,60,30)
(0%,24%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 60 of 255 = 24%
B 30 of 255 = 12%

1
60
30

R + G + B ~ 12%. #013C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 60 + 30 = 91 (100%)
R 1 of 91 ~ 1.1%
G 60 of 91 ~ 65.93%
B 30 of 91 ~ 32.97%

%65.93
%32.97

CMYK color model

#013C1E color CMYK value is (98,0,50,76).

  • cyan value is 98.33%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 76.47%
CMYK:
(98,0,50,76)
C98M0Y50K76 
(98%,0%,50%,76%)
(0.98/0.00/0.50/0.76)	

CMYK percentages

%98.33
%0
%50
%76.47

Codes

Color #013C1E in popluar color models

013C1E
RGB16030
HSL149°96.72%11.96%
HSB/HSV149°98.33%23.53%
CMYK98.33%0.00%50.00%
76.47%

Color #013C1E in popluar number systems.

HEX013C1E
Decimal16030
Binary111110011110
Octal17436

Shades and tints

Shades of #013C1E

#013C1E
(1,60,30)
#01371C
(1,55,28)
#01321A
(1,50,26)
#012D18
(1,45,24)
#012816
(1,40,22)
#012314
(1,35,20)
#011E12
(1,30,18)
#011910
(1,25,16)
#01140E
(1,20,14)
#010F0C
(1,15,12)
#010A0A
(1,10,10)
#000000
(0,0,0)

Tints of #013C1E

#013C1E
(1,60,30)
#184D32
(24,77,50)
#2F5E46
(47,94,70)
#466F5A
(70,111,90)
#5D806E
(93,128,110)
#749182
(116,145,130)
#8BA296
(139,162,150)
#A2B3AA
(162,179,170)
#B9C4BE
(185,196,190)
#D0D5D2
(208,213,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013C1E color. Also use rgb(1,60,30) instead hex code.

Text Font Color

.myTextColor { color: #013C1E; }

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

This text font color is #013C1E.


Background Color

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

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

This div background color is #013C1E.


Border color

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

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

This div border color is #013C1E.


Opacity

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

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

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

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

This text has shadow with #013C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013C1E on black background.


Color preview on white background

This text has color #013C1E on white background.



Black color preview on #013C1E background

This text has black color on #013C1E background.


White color preview on #013C1E background

This text has white color on #013C1E background.