Color Hex Logo

#052424 Color Hex

#052424
(5,36,36)
0 Favorites   0 Comments

Color spaces of #052424

RGB 53636
HSL0.500.760.08
HSV180°86°14°
CMYK 0.860.000.00   0.86
XYZ1.01191.42141.8901
Yxy1.42140.23410.3288
Hunter Lab11.9222-5.7138-1.0540
CIE-Lab12.0994-11.1238-3.3379

#052424 color RGB value is (5,36,36).

#052424 hex color red value is 5, green value is 36 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #052424 hue: 0.50 , saturation: 0.76 and the lightness value of 052424 is 0.08.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100100 00100100
Octal 5 44 44
Decimal 5 36 36
Hex 5 24 24

RGB Percentages of Color #052424

%6.49
%46.75
%46.75

CMYK Percentages of Color #052424

%86
%0
%0
%86

Triadic Colors of #052424

#052424 #240524 #242405

Analogous Colors of #052424

#052424 #051524 #052415

Monochromatic Colors of #052424

#052424

Complementary Color

#052424 #240505

#052424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052424 Color CSS Codes

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

#052424 Text Font Color

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

This sample text font color is #052424
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.


#052424 Background Color

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

This div background color is #052424


#052424 Border Color

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

This div border color is #052424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052424


Comments

No comments written yet.

Please login to write comment.