COLOR #013F4D

HEX: #013F4D
RGB: (1,63,77)

Color info

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

RGB color model

#013F4D color RGB value is (1,63,77).

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

RGB channels and saturation

R 1 of 255 = 0%
G 63 of 255 = 25%
B 77 of 255 = 30%

1
63
77

R + G + B ~ 18%. #013F4D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 63 + 77 = 141 (100%)
R 1 of 141 ~ 0.71%
G 63 of 141 ~ 44.68%
B 77 of 141 ~ 54.61%

%44.68
%54.61

CMYK color model

#013F4D color CMYK value is (99,18,0,70).

  • cyan value is 98.70%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(99,18,0,70)
C99M18Y0K70 
(99%,18%,0%,70%)
(0.99/0.18/0.00/0.70)	

CMYK percentages

%98.7
%18.18
%0
%69.8

Codes

Color #013F4D in popluar color models

013F4D
RGB16377
HSL191°97.44%15.29%
HSB/HSV191°98.70%30.20%
CMYK98.70%18.18%0.00%
69.80%

Color #013F4D in popluar number systems.

HEX013F4D
Decimal16377
Binary11111111001101
Octal177115

Shades and tints

Shades of #013F4D

#013F4D
(1,63,77)
#013A46
(1,58,70)
#01353F
(1,53,63)
#013038
(1,48,56)
#012B31
(1,43,49)
#01262A
(1,38,42)
#012123
(1,33,35)
#011C1C
(1,28,28)
#011715
(1,23,21)
#01120E
(1,18,14)
#010D07
(1,13,7)
#000000
(0,0,0)

Tints of #013F4D

#013F4D
(1,63,77)
#18505D
(24,80,93)
#2F616D
(47,97,109)
#46727D
(70,114,125)
#5D838D
(93,131,141)
#74949D
(116,148,157)
#8BA5AD
(139,165,173)
#A2B6BD
(162,182,189)
#B9C7CD
(185,199,205)
#D0D8DD
(208,216,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013F4D color. Also use rgb(1,63,77) instead hex code.

Text Font Color

.myTextColor { color: #013F4D; }

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

This text font color is #013F4D.


Background Color

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

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

This div background color is #013F4D.


Border color

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

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

This div border color is #013F4D.


Opacity

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

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

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

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

This text has shadow with #013F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013F4D on black background.


Color preview on white background

This text has color #013F4D on white background.



Black color preview on #013F4D background

This text has black color on #013F4D background.


White color preview on #013F4D background

This text has white color on #013F4D background.