COLOR #014113

HEX: #014113
RGB: (1,65,19)

Color info

#014113 contains mainly green and blue colors. Web safe color of #014113 is #003300 (or #030).

RGB color model

#014113 color RGB value is (1,65,19).

  • red value is 1;
  • green value is 65;
  • blue value is 19.
RGB:
(1,65,19)
(0%,25%,7%)

RGB channels and saturation

R 1 of 255 = 0%
G 65 of 255 = 25%
B 19 of 255 = 7%

1
65
19

R + G + B ~ 11%. #014113 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 65 + 19 = 85 (100%)
R 1 of 85 ~ 1.18%
G 65 of 85 ~ 76.47%
B 19 of 85 ~ 22.35%

%76.47
%22.35

CMYK color model

#014113 color CMYK value is (98,0,71,75).

  • cyan value is 98.46%
  • magenta value is 0.00%
  • yellow value is 70.77%
  • key color value is 74.51%
CMYK:
(98,0,71,75)
C98M0Y71K75 
(98%,0%,71%,75%)
(0.98/0.00/0.71/0.75)	

CMYK percentages

%98.46
%0
%70.77
%74.51

Codes

Color #014113 in popluar color models

014113
RGB16519
HSL137°96.97%12.94%
HSB/HSV137°98.46%25.49%
CMYK98.46%0.00%70.77%
74.51%

Color #014113 in popluar number systems.

HEX014113
Decimal16519
Binary1100000110011
Octal110123

Shades and tints

Shades of #014113

#014113
(1,65,19)
#013C12
(1,60,18)
#013711
(1,55,17)
#013210
(1,50,16)
#012D0F
(1,45,15)
#01280E
(1,40,14)
#01230D
(1,35,13)
#011E0C
(1,30,12)
#01190B
(1,25,11)
#01140A
(1,20,10)
#010F09
(1,15,9)
#000000
(0,0,0)

Tints of #014113

#014113
(1,65,19)
#185228
(24,82,40)
#2F633D
(47,99,61)
#467452
(70,116,82)
#5D8567
(93,133,103)
#74967C
(116,150,124)
#8BA791
(139,167,145)
#A2B8A6
(162,184,166)
#B9C9BB
(185,201,187)
#D0DAD0
(208,218,208)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014113 color. Also use rgb(1,65,19) instead hex code.

Text Font Color

.myTextColor { color: #014113; }

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

This text font color is #014113.


Background Color

.myBgColor { background-color: #014113; }

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

This div background color is #014113.


Border color

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

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

This div border color is #014113.


Opacity

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

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

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

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

This text has shadow with #014113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014113 on black background.


Color preview on white background

This text has color #014113 on white background.



Black color preview on #014113 background

This text has black color on #014113 background.


White color preview on #014113 background

This text has white color on #014113 background.