COLOR #013C2E

HEX: #013C2E RGB: (1,60,46)

Color info

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

RGB color model

#013C2E color RGB value is (1,60,46).

RGB: (1,60,46) (0%, 24%, 18%)

RGB channels and saturation

R 1 of 255 = 0%
G 60 of 255 = 24%
B 46 of 255 = 18%

1
60
46

R + G + B ~ 14%. #013C2E is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 60 + 46 = 107 (100%)
R 1 of 107 ~ 0.93%
G 60 of 107 ~ 56.07%
B 46 of 107 ~ 42.99'%

%56.07
%42.99

CMYK color model

#013C2E color CMYK value is (98,0,23,76).

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

CMYK: (98,0,23,76)
C98M0Y23K76 (98%, 0%, 23%, 76%)
(0.98 / 0.00 / 0.23 / 0.76)

CMYK percentages

%98.33
%0
%23.33
%76.47

Codes

Color #013C2E in popluar color models

01 3C 2E
RGB 1 60 46
HSL 166° 96.72% 11.96%
HSB/HSV 166° 98.33% 23.53%
CMYK 98.33% 0.00% 23.33%
76.47%

Color #013C2E in popluar number systems.

HEX 01 3C 2E
Decimal 1 60 46
Binary 1 111100 101110
Octal 1 74 56

Shades and tints

Shades of #013C2E

#013C2E
(1,60,46)
#01372A
(1,55,42)
#013226
(1,50,38)
#012D22
(1,45,34)
#01281E
(1,40,30)
#01231A
(1,35,26)
#011E16
(1,30,22)
#011912
(1,25,18)
#01140E
(1,20,14)
#010F0A
(1,15,10)
#010A06
(1,10,6)
#000000
(0,0,0)

Tints of #013C2E

#013C2E
(1,60,46)
#184D41
(24,77,65)
#2F5E54
(47,94,84)
#466F67
(70,111,103)
#5D807A
(93,128,122)
#74918D
(116,145,141)
#8BA2A0
(139,162,160)
#A2B3B3
(162,179,179)
#B9C4C6
(185,196,198)
#D0D5D9
(208,213,217)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013C2E; }

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

This text font color is #013C2E.

Background Color

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

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

This div background color is #013C2E.

Border color

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

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

This div border color is #013C2E.

Opacity

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

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

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

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

This text has shadow with #013C2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013C2E.

Preview

Color preview on black background

This text has color #013C2E on black background.


Color preview on white background

This text has color #013C2E on white background.


Black color preview on #013C2E background

This text has black color on #013C2E background.


White color preview on #013C2E background

This text has white color on #013C2E background.


Related colors

Complementary color

Complementary color for #hex is #FEC3D1.


I love getcolorcode.com

Triadic colors

1 #2E013C and #3C2E01 with #013C2E are triadic colors.

2 #2E3C01 and #3C012E with #013C2E are triadic colors.