COLOR #013C16

HEX: #013C16 RGB: (1,60,22)

Color info

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

RGB color model

#013C16 color RGB value is (1,60,22).

RGB: (1,60,22) (0%, 24%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 60 of 255 = 24%
B 22 of 255 = 9%

1
60
22

R + G + B ~ 11%. #013C16 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 60 + 22 = 83 (100%)
R 1 of 83 ~ 1.2%
G 60 of 83 ~ 72.29%
B 22 of 83 ~ 26.51'%

%72.29
%26.51

CMYK color model

#013C16 color CMYK value is (98,0,63,76).

  • cyan value is 98.33%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 76.47%

CMYK: (98,0,63,76)
C98M0Y63K76 (98%, 0%, 63%, 76%)
(0.98 / 0.00 / 0.63 / 0.76)

CMYK percentages

%98.33
%0
%63.33
%76.47

Codes

Color #013C16 in popluar color models

01 3C 16
RGB 1 60 22
HSL 141° 96.72% 11.96%
HSB/HSV 141° 98.33% 23.53%
CMYK 98.33% 0.00% 63.33%
76.47%

Color #013C16 in popluar number systems.

HEX 01 3C 16
Decimal 1 60 22
Binary 1 111100 10110
Octal 1 74 26

Shades and tints

Shades of #013C16

#013C16
(1,60,22)
#013714
(1,55,20)
#013212
(1,50,18)
#012D10
(1,45,16)
#01280E
(1,40,14)
#01230C
(1,35,12)
#011E0A
(1,30,10)
#011908
(1,25,8)
#011406
(1,20,6)
#010F04
(1,15,4)
#010A02
(1,10,2)
#000000
(0,0,0)

Tints of #013C16

#013C16
(1,60,22)
#184D2B
(24,77,43)
#2F5E40
(47,94,64)
#466F55
(70,111,85)
#5D806A
(93,128,106)
#74917F
(116,145,127)
#8BA294
(139,162,148)
#A2B3A9
(162,179,169)
#B9C4BE
(185,196,190)
#D0D5D3
(208,213,211)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013C16; }

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

This text font color is #013C16.

Background Color

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

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

This div background color is #013C16.

Border color

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

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

This div border color is #013C16.

Opacity

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

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

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

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

This text has shadow with #013C16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013C16.

Preview

Color preview on black background

This text has color #013C16 on black background.


Color preview on white background

This text has color #013C16 on white background.


Black color preview on #013C16 background

This text has black color on #013C16 background.


White color preview on #013C16 background

This text has white color on #013C16 background.


Related colors

Complementary color

Complementary color for #hex is #FEC3E9.


I love getcolorcode.com

Triadic colors

1 #16013C and #3C1601 with #013C16 are triadic colors.

2 #163C01 and #3C0116 with #013C16 are triadic colors.