COLOR #014324

HEX: #014324
RGB: (1,67,36)

Color info

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

RGB color model

#014324 color RGB value is (1,67,36).

  • red value is 1;
  • green value is 67;
  • blue value is 36.
RGB:
(1,67,36)
(0%,26%,14%)

RGB channels and saturation

R 1 of 255 = 0%
G 67 of 255 = 26%
B 36 of 255 = 14%

1
67
36

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

Portions of RGB colors in percentages

R + G + B =
1 + 67 + 36 = 104 (100%)
R 1 of 104 ~ 0.96%
G 67 of 104 ~ 64.42%
B 36 of 104 ~ 34.62%

%64.42
%34.62

CMYK color model

#014324 color CMYK value is (99,0,46,74).

  • cyan value is 98.51%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 73.73%
CMYK:
(99,0,46,74)
C99M0Y46K74 
(99%,0%,46%,74%)
(0.99/0.00/0.46/0.74)	

CMYK percentages

%98.51
%0
%46.27
%73.73

Codes

Color #014324 in popluar color models

014324
RGB16736
HSL152°97.06%13.33%
HSB/HSV152°98.51%26.27%
CMYK98.51%0.00%46.27%
73.73%

Color #014324 in popluar number systems.

HEX014324
Decimal16736
Binary11000011100100
Octal110344

Shades and tints

Shades of #014324

#014324
(1,67,36)
#013D21
(1,61,33)
#01371E
(1,55,30)
#01311B
(1,49,27)
#012B18
(1,43,24)
#012515
(1,37,21)
#011F12
(1,31,18)
#01190F
(1,25,15)
#01130C
(1,19,12)
#010D09
(1,13,9)
#010706
(1,7,6)
#000000
(0,0,0)

Tints of #014324

#014324
(1,67,36)
#185437
(24,84,55)
#2F654A
(47,101,74)
#46765D
(70,118,93)
#5D8770
(93,135,112)
#749883
(116,152,131)
#8BA996
(139,169,150)
#A2BAA9
(162,186,169)
#B9CBBC
(185,203,188)
#D0DCCF
(208,220,207)
#E7EDE2
(231,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014324 color. Also use rgb(1,67,36) instead hex code.

Text Font Color

.myTextColor { color: #014324; }

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

This text font color is #014324.


Background Color

.myBgColor { background-color: #014324; }

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

This div background color is #014324.


Border color

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

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

This div border color is #014324.


Opacity

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

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

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

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

This text has shadow with #014324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014324 on black background.


Color preview on white background

This text has color #014324 on white background.



Black color preview on #014324 background

This text has black color on #014324 background.


White color preview on #014324 background

This text has white color on #014324 background.