Color Hex Logo

#042321 Color Hex

#042321
(4,35,33)
0 Favorites   0 Comments

Color spaces of #042321

RGB 43533
HSL0.490.790.08
HSV176°89°14°
CMYK 0.890.000.06   0.86
XYZ0.92561.33771.6483
Yxy1.33770.23660.3420
Hunter Lab11.5659-5.9553-0.3535
CIE-Lab11.5366-11.9185-1.9984

#042321 color RGB value is (4,35,33).

#042321 hex color red value is 4, green value is 35 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #042321 hue: 0.49 , saturation: 0.79 and the lightness value of 042321 is 0.08.

The process color (four color CMYK) of #042321 color hex is 0.89, 0.00, 0.06, 0.86. Web safe color of #042321 is #003333. Color #042321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100011 00100001
Octal 4 43 41
Decimal 4 35 33
Hex 4 23 21

RGB Percentages of Color #042321

%5.56
%48.61
%45.83

CMYK Percentages of Color #042321

%89
%0
%6
%86

Triadic Colors of #042321

#042321 #210423 #232104

Analogous Colors of #042321

#042321 #041623 #042312

Monochromatic Colors of #042321

#042321

Complementary Color

#042321 #230406

#042321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042321 Color CSS Codes

.mybgcolor {background-color:#042321; } 
.myforecolor {color:#042321; }
.mybordercolor {border:3px solid #042321; }

#042321 Text Font Color

<p style="color:#042321">Text here</p>

This sample text font color is #042321
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#042321 Background Color

<div style="background-color:#042321">
Div content here</div>

This div background color is #042321


#042321 Border Color

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

This div border color is #042321


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,35,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #042321; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #042321;
  -webkit-box-shadow: 1px 1px 3px 2px #042321;
  box-shadow:         1px 1px 3px 2px #042321; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,35,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #042321">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #042321;
  -webkit-box-shadow: 1px 1px 3px 2px #042321;
  box-shadow:         1px 1px 3px 2px #042321;">
Div content here</div>

This div box has shadow with color #042321


Comments

No comments written yet.

Please login to write comment.