COLOR #01393F

HEX: #01393F
RGB: (1,57,63)

Color info

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

RGB color model

#01393F color RGB value is (1,57,63).

  • red value is 1;
  • green value is 57;
  • blue value is 63.
RGB:
(1,57,63)
(0%,22%,25%)

RGB channels and saturation

R 1 of 255 = 0%
G 57 of 255 = 22%
B 63 of 255 = 25%

1
57
63

R + G + B ~ 16%. #01393F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 57 + 63 = 121 (100%)
R 1 of 121 ~ 0.83%
G 57 of 121 ~ 47.11%
B 63 of 121 ~ 52.07%

%47.11
%52.07

CMYK color model

#01393F color CMYK value is (98,10,0,75).

  • cyan value is 98.41%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(98,10,0,75)
C98M10Y0K75 
(98%,10%,0%,75%)
(0.98/0.10/0.00/0.75)	

CMYK percentages

%98.41
%9.52
%0
%75.29

Codes

Color #01393F in popluar color models

01393F
RGB15763
HSL186°96.88%12.55%
HSB/HSV186°98.41%24.71%
CMYK98.41%9.52%0.00%
75.29%

Color #01393F in popluar number systems.

HEX01393F
Decimal15763
Binary1111001111111
Octal17177

Shades and tints

Shades of #01393F

#01393F
(1,57,63)
#01343A
(1,52,58)
#012F35
(1,47,53)
#012A30
(1,42,48)
#01252B
(1,37,43)
#012026
(1,32,38)
#011B21
(1,27,33)
#01161C
(1,22,28)
#011117
(1,17,23)
#010C12
(1,12,18)
#01070D
(1,7,13)
#000000
(0,0,0)

Tints of #01393F

#01393F
(1,57,63)
#184B50
(24,75,80)
#2F5D61
(47,93,97)
#466F72
(70,111,114)
#5D8183
(93,129,131)
#749394
(116,147,148)
#8BA5A5
(139,165,165)
#A2B7B6
(162,183,182)
#B9C9C7
(185,201,199)
#D0DBD8
(208,219,216)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01393F color. Also use rgb(1,57,63) instead hex code.

Text Font Color

.myTextColor { color: #01393F; }

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

This text font color is #01393F.


Background Color

.myBgColor { background-color: #01393F; }

<div style="background-color:#01393F">Inner text</div>

This div background color is #01393F.


Border color

.myBorderColor { border: 1px solid #01393F; }

<div style="border:3px solid #01393F">Div</div>

This div border color is #01393F.


Opacity

.myOpacity80 { color: #01393F; opacity: 0.8; }

<p style="color:#01393F;opacity:0.8;">80%</p>

Text with #01393F 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 #01393F;}

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

This text has shadow with #01393F color.

.textShadow {text-shadow: 3px 3px 1px #01393F, 3px 3px 1px red;}

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

This text has shadow with #01393F primary color and red secondary color.


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

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

This text has shadow with #01393F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01393F on black background.


Color preview on white background

This text has color #01393F on white background.



Black color preview on #01393F background

This text has black color on #01393F background.


White color preview on #01393F background

This text has white color on #01393F background.