COLOR #032421

HEX: #032421
RGB: (3,36,33)

Color info

#032421 contains red, green and blue colors in about the same proportion. Web safe color of #032421 is #003333 (or #033).

RGB color model

#032421 color RGB value is (3,36,33).

  • red value is 3;
  • green value is 36;
  • blue value is 33.
RGB:
(3,36,33)
(1%,14%,13%)

RGB channels and saturation

R 3 of 255 = 1%
G 36 of 255 = 14%
B 33 of 255 = 13%

3
36
33

R + G + B ~ 9%. #032421 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 36 + 33 = 72 (100%)
R 3 of 72 ~ 4.17%
G 36 of 72 ~ 50%
B 33 of 72 ~ 45.83%

%50
%45.83

CMYK color model

#032421 color CMYK value is (92,0,8,86).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 85.88%
CMYK:
(92,0,8,86)
C92M0Y8K86 
(92%,0%,8%,86%)
(0.92/0.00/0.08/0.86)	

CMYK percentages

%91.67
%0
%8.33
%85.88

Codes

Color #032421 in popluar color models

032421
RGB33633
HSL175°84.62%7.65%
HSB/HSV175°91.67%14.12%
CMYK91.67%0.00%8.33%
85.88%

Color #032421 in popluar number systems.

HEX032421
Decimal33633
Binary11100100100001
Octal34441

Shades and tints

Shades of #032421

#032421
(3,36,33)
#03211E
(3,33,30)
#031E1B
(3,30,27)
#031B18
(3,27,24)
#031815
(3,24,21)
#031512
(3,21,18)
#03120F
(3,18,15)
#030F0C
(3,15,12)
#030C09
(3,12,9)
#030906
(3,9,6)
#030603
(3,6,3)
#000000
(0,0,0)

Tints of #032421

#032421
(3,36,33)
#193735
(25,55,53)
#2F4A49
(47,74,73)
#455D5D
(69,93,93)
#5B7071
(91,112,113)
#718385
(113,131,133)
#879699
(135,150,153)
#9DA9AD
(157,169,173)
#B3BCC1
(179,188,193)
#C9CFD5
(201,207,213)
#DFE2E9
(223,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #032421 color. Also use rgb(3,36,33) instead hex code.

Text Font Color

.myTextColor { color: #032421; }

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

This text font color is #032421.


Background Color

.myBgColor { background-color: #032421; }

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

This div background color is #032421.


Border color

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

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

This div border color is #032421.


Opacity

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

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

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

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

This text has shadow with #032421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #032421 on black background.


Color preview on white background

This text has color #032421 on white background.



Black color preview on #032421 background

This text has black color on #032421 background.


White color preview on #032421 background

This text has white color on #032421 background.