COLOR #013D1E

HEX: #013D1E
RGB: (1,61,30)

Color info

#013D1E contains mainly green and blue colors. Web safe color of #013D1E is #003333 (or #033).

RGB color model

#013D1E color RGB value is (1,61,30).

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

RGB channels and saturation

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

1
61
30

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

Portions of RGB colors in percentages

R + G + B =
1 + 61 + 30 = 92 (100%)
R 1 of 92 ~ 1.09%
G 61 of 92 ~ 66.3%
B 30 of 92 ~ 32.61%

%66.3
%32.61

CMYK color model

#013D1E color CMYK value is (98,0,51,76).

  • cyan value is 98.36%
  • magenta value is 0.00%
  • yellow value is 50.82%
  • key color value is 76.08%
CMYK:
(98,0,51,76)
C98M0Y51K76 
(98%,0%,51%,76%)
(0.98/0.00/0.51/0.76)	

CMYK percentages

%98.36
%0
%50.82
%76.08

Codes

Color #013D1E in popluar color models

013D1E
RGB16130
HSL149°96.77%12.16%
HSB/HSV149°98.36%23.92%
CMYK98.36%0.00%50.82%
76.08%

Color #013D1E in popluar number systems.

HEX013D1E
Decimal16130
Binary111110111110
Octal17536

Shades and tints

Shades of #013D1E

#013D1E
(1,61,30)
#01381C
(1,56,28)
#01331A
(1,51,26)
#012E18
(1,46,24)
#012916
(1,41,22)
#012414
(1,36,20)
#011F12
(1,31,18)
#011A10
(1,26,16)
#01150E
(1,21,14)
#01100C
(1,16,12)
#010B0A
(1,11,10)
#000000
(0,0,0)

Tints of #013D1E

#013D1E
(1,61,30)
#184E32
(24,78,50)
#2F5F46
(47,95,70)
#46705A
(70,112,90)
#5D816E
(93,129,110)
#749282
(116,146,130)
#8BA396
(139,163,150)
#A2B4AA
(162,180,170)
#B9C5BE
(185,197,190)
#D0D6D2
(208,214,210)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013D1E; }

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

This text font color is #013D1E.


Background Color

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

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

This div background color is #013D1E.


Border color

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

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

This div border color is #013D1E.


Opacity

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

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

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

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

This text has shadow with #013D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013D1E on black background.


Color preview on white background

This text has color #013D1E on white background.



Black color preview on #013D1E background

This text has black color on #013D1E background.


White color preview on #013D1E background

This text has white color on #013D1E background.