COLOR #014421

HEX: #014421
RGB: (1,68,33)

Color info

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

RGB color model

#014421 color RGB value is (1,68,33).

  • red value is 1;
  • green value is 68;
  • blue value is 33.
RGB:
(1,68,33)
(0%,27%,13%)

RGB channels and saturation

R 1 of 255 = 0%
G 68 of 255 = 27%
B 33 of 255 = 13%

1
68
33

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

Portions of RGB colors in percentages

R + G + B =
1 + 68 + 33 = 102 (100%)
R 1 of 102 ~ 0.98%
G 68 of 102 ~ 66.67%
B 33 of 102 ~ 32.35%

%66.67
%32.35

CMYK color model

#014421 color CMYK value is (99,0,51,73).

  • cyan value is 98.53%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(99,0,51,73)
C99M0Y51K73 
(99%,0%,51%,73%)
(0.99/0.00/0.51/0.73)	

CMYK percentages

%98.53
%0
%51.47
%73.33

Codes

Color #014421 in popluar color models

014421
RGB16833
HSL149°97.10%13.53%
HSB/HSV149°98.53%26.67%
CMYK98.53%0.00%51.47%
73.33%

Color #014421 in popluar number systems.

HEX014421
Decimal16833
Binary11000100100001
Octal110441

Shades and tints

Shades of #014421

#014421
(1,68,33)
#013E1E
(1,62,30)
#01381B
(1,56,27)
#013218
(1,50,24)
#012C15
(1,44,21)
#012612
(1,38,18)
#01200F
(1,32,15)
#011A0C
(1,26,12)
#011409
(1,20,9)
#010E06
(1,14,6)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #014421

#014421
(1,68,33)
#185535
(24,85,53)
#2F6649
(47,102,73)
#46775D
(70,119,93)
#5D8871
(93,136,113)
#749985
(116,153,133)
#8BAA99
(139,170,153)
#A2BBAD
(162,187,173)
#B9CCC1
(185,204,193)
#D0DDD5
(208,221,213)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014421 color. Also use rgb(1,68,33) instead hex code.

Text Font Color

.myTextColor { color: #014421; }

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

This text font color is #014421.


Background Color

.myBgColor { background-color: #014421; }

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

This div background color is #014421.


Border color

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

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

This div border color is #014421.


Opacity

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

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

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

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

This text has shadow with #014421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014421 on black background.


Color preview on white background

This text has color #014421 on white background.



Black color preview on #014421 background

This text has black color on #014421 background.


White color preview on #014421 background

This text has white color on #014421 background.