COLOR #013639

HEX: #013639
RGB: (1,54,57)

Color info

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

RGB color model

#013639 color RGB value is (1,54,57).

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

RGB channels and saturation

R 1 of 255 = 0%
G 54 of 255 = 21%
B 57 of 255 = 22%

1
54
57

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

Portions of RGB colors in percentages

R + G + B =
1 + 54 + 57 = 112 (100%)
R 1 of 112 ~ 0.89%
G 54 of 112 ~ 48.21%
B 57 of 112 ~ 50.89%

%48.21
%50.89

CMYK color model

#013639 color CMYK value is (98,5,0,78).

  • cyan value is 98.25%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(98,5,0,78)
C98M5Y0K78 
(98%,5%,0%,78%)
(0.98/0.05/0.00/0.78)	

CMYK percentages

%98.25
%5.26
%0
%77.65

Codes

Color #013639 in popluar color models

013639
RGB15457
HSL183°96.55%11.37%
HSB/HSV183°98.25%22.35%
CMYK98.25%5.26%0.00%
77.65%

Color #013639 in popluar number systems.

HEX013639
Decimal15457
Binary1110110111001
Octal16671

Shades and tints

Shades of #013639

#013639
(1,54,57)
#013234
(1,50,52)
#012E2F
(1,46,47)
#012A2A
(1,42,42)
#012625
(1,38,37)
#012220
(1,34,32)
#011E1B
(1,30,27)
#011A16
(1,26,22)
#011611
(1,22,17)
#01120C
(1,18,12)
#010E07
(1,14,7)
#000000
(0,0,0)

Tints of #013639

#013639
(1,54,57)
#18484B
(24,72,75)
#2F5A5D
(47,90,93)
#466C6F
(70,108,111)
#5D7E81
(93,126,129)
#749093
(116,144,147)
#8BA2A5
(139,162,165)
#A2B4B7
(162,180,183)
#B9C6C9
(185,198,201)
#D0D8DB
(208,216,219)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013639; }

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

This text font color is #013639.


Background Color

.myBgColor { background-color: #013639; }

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

This div background color is #013639.


Border color

.myBorderColor { border: 1px solid #013639; }

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

This div border color is #013639.


Opacity

.myOpacity80 { color: #013639; opacity: 0.8; }

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

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

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

This text has shadow with #013639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013639 on black background.


Color preview on white background

This text has color #013639 on white background.



Black color preview on #013639 background

This text has black color on #013639 background.


White color preview on #013639 background

This text has white color on #013639 background.