COLOR #013E3C

HEX: #013E3C RGB: (1,62,60)

Color info

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

RGB color model

#013E3C color RGB value is (1,62,60).

RGB: (1,62,60) (0%, 24%, 24%)

RGB channels and saturation

R 1 of 255 = 0%
G 62 of 255 = 24%
B 60 of 255 = 24%

1
62
60

R + G + B ~ 16%. #013E3C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 62 + 60 = 123 (100%)
R 1 of 123 ~ 0.81%
G 62 of 123 ~ 50.41%
B 60 of 123 ~ 48.78'%

%50.41
%48.78

CMYK color model

#013E3C color CMYK value is (98,0,3,76).

  • cyan value is 98.39%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 75.69%

CMYK: (98,0,3,76)
C98M0Y3K76 (98%, 0%, 3%, 76%)
(0.98 / 0.00 / 0.03 / 0.76)

CMYK percentages

%98.39
%0
%3.23
%75.69

Codes

Color #013E3C in popluar color models

01 3E 3C
RGB 1 62 60
HSL 178° 96.83% 12.35%
HSB/HSV 178° 98.39% 24.31%
CMYK 98.39% 0.00% 3.23%
75.69%

Color #013E3C in popluar number systems.

HEX 01 3E 3C
Decimal 1 62 60
Binary 1 111110 111100
Octal 1 76 74

Shades and tints

Shades of #013E3C

#013E3C
(1,62,60)
#013937
(1,57,55)
#013432
(1,52,50)
#012F2D
(1,47,45)
#012A28
(1,42,40)
#012523
(1,37,35)
#01201E
(1,32,30)
#011B19
(1,27,25)
#011614
(1,22,20)
#01110F
(1,17,15)
#010C0A
(1,12,10)
#000000
(0,0,0)

Tints of #013E3C

#013E3C
(1,62,60)
#184F4D
(24,79,77)
#2F605E
(47,96,94)
#46716F
(70,113,111)
#5D8280
(93,130,128)
#749391
(116,147,145)
#8BA4A2
(139,164,162)
#A2B5B3
(162,181,179)
#B9C6C4
(185,198,196)
#D0D7D5
(208,215,213)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013E3C; }

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

This text font color is #013E3C.

Background Color

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

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

This div background color is #013E3C.

Border color

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

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

This div border color is #013E3C.

Opacity

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

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

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

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

This text has shadow with #013E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013E3C.

Preview

Color preview on black background

This text has color #013E3C on black background.


Color preview on white background

This text has color #013E3C on white background.


Black color preview on #013E3C background

This text has black color on #013E3C background.


White color preview on #013E3C background

This text has white color on #013E3C background.


Related colors

Complementary color

Complementary color for #hex is #FEC1C3.


I love getcolorcode.com

Triadic colors

1 #3C013E and #3E3C01 with #013E3C are triadic colors.

2 #3C3E01 and #3E013C with #013E3C are triadic colors.