COLOR #024329

HEX: #024329
RGB: (2,67,41)

Color info

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

RGB color model

#024329 color RGB value is (2,67,41).

  • red value is 2;
  • green value is 67;
  • blue value is 41.
RGB:
(2,67,41)
(1%,26%,16%)

RGB channels and saturation

R 2 of 255 = 1%
G 67 of 255 = 26%
B 41 of 255 = 16%

2
67
41

R + G + B ~ 14%. #024329 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 67 + 41 = 110 (100%)
R 2 of 110 ~ 1.82%
G 67 of 110 ~ 60.91%
B 41 of 110 ~ 37.27%

%60.91
%37.27

CMYK color model

#024329 color CMYK value is (97,0,39,74).

  • cyan value is 97.01%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 73.73%
CMYK:
(97,0,39,74)
C97M0Y39K74 
(97%,0%,39%,74%)
(0.97/0.00/0.39/0.74)	

CMYK percentages

%97.01
%0
%38.81
%73.73

Codes

Color #024329 in popluar color models

024329
RGB26741
HSL156°94.20%13.53%
HSB/HSV156°97.01%26.27%
CMYK97.01%0.00%38.81%
73.73%

Color #024329 in popluar number systems.

HEX024329
Decimal26741
Binary101000011101001
Octal210351

Shades and tints

Shades of #024329

#024329
(2,67,41)
#023D26
(2,61,38)
#023723
(2,55,35)
#023120
(2,49,32)
#022B1D
(2,43,29)
#02251A
(2,37,26)
#021F17
(2,31,23)
#021914
(2,25,20)
#021311
(2,19,17)
#020D0E
(2,13,14)
#02070B
(2,7,11)
#000000
(0,0,0)

Tints of #024329

#024329
(2,67,41)
#19543C
(25,84,60)
#30654F
(48,101,79)
#477662
(71,118,98)
#5E8775
(94,135,117)
#759888
(117,152,136)
#8CA99B
(140,169,155)
#A3BAAE
(163,186,174)
#BACBC1
(186,203,193)
#D1DCD4
(209,220,212)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024329 color. Also use rgb(2,67,41) instead hex code.

Text Font Color

.myTextColor { color: #024329; }

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

This text font color is #024329.


Background Color

.myBgColor { background-color: #024329; }

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

This div background color is #024329.


Border color

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

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

This div border color is #024329.


Opacity

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

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

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

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

This text has shadow with #024329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024329 on black background.


Color preview on white background

This text has color #024329 on white background.



Black color preview on #024329 background

This text has black color on #024329 background.


White color preview on #024329 background

This text has white color on #024329 background.