COLOR #014027

HEX: #014027
RGB: (1,64,39)

Color info

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

RGB color model

#014027 color RGB value is (1,64,39).

  • red value is 1;
  • green value is 64;
  • blue value is 39.
RGB:
(1,64,39)
(0%,25%,15%)

RGB channels and saturation

R 1 of 255 = 0%
G 64 of 255 = 25%
B 39 of 255 = 15%

1
64
39

R + G + B ~ 13%. #014027 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 64 + 39 = 104 (100%)
R 1 of 104 ~ 0.96%
G 64 of 104 ~ 61.54%
B 39 of 104 ~ 37.5%

%61.54
%37.5

CMYK color model

#014027 color CMYK value is (98,0,39,75).

  • cyan value is 98.44%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 74.90%
CMYK:
(98,0,39,75)
C98M0Y39K75 
(98%,0%,39%,75%)
(0.98/0.00/0.39/0.75)	

CMYK percentages

%98.44
%0
%39.06
%74.9

Codes

Color #014027 in popluar color models

014027
RGB16439
HSL156°96.92%12.75%
HSB/HSV156°98.44%25.10%
CMYK98.44%0.00%39.06%
74.90%

Color #014027 in popluar number systems.

HEX014027
Decimal16439
Binary11000000100111
Octal110047

Shades and tints

Shades of #014027

#014027
(1,64,39)
#013B24
(1,59,36)
#013621
(1,54,33)
#01311E
(1,49,30)
#012C1B
(1,44,27)
#012718
(1,39,24)
#012215
(1,34,21)
#011D12
(1,29,18)
#01180F
(1,24,15)
#01130C
(1,19,12)
#010E09
(1,14,9)
#000000
(0,0,0)

Tints of #014027

#014027
(1,64,39)
#18513A
(24,81,58)
#2F624D
(47,98,77)
#467360
(70,115,96)
#5D8473
(93,132,115)
#749586
(116,149,134)
#8BA699
(139,166,153)
#A2B7AC
(162,183,172)
#B9C8BF
(185,200,191)
#D0D9D2
(208,217,210)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014027 color. Also use rgb(1,64,39) instead hex code.

Text Font Color

.myTextColor { color: #014027; }

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

This text font color is #014027.


Background Color

.myBgColor { background-color: #014027; }

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

This div background color is #014027.


Border color

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

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

This div border color is #014027.


Opacity

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

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

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

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

This text has shadow with #014027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014027 on black background.


Color preview on white background

This text has color #014027 on white background.



Black color preview on #014027 background

This text has black color on #014027 background.


White color preview on #014027 background

This text has white color on #014027 background.