Color Hex Logo

#052024 Color Hex

#052024
(5,32,36)
0 Favorites   0 Comments

Color spaces of #052024

RGB 53236
HSL0.520.760.08
HSV188°86°14°
CMYK 0.860.110.00   0.86
XYZ0.89751.19271.8520
Yxy1.19270.22770.3025
Hunter Lab10.9211-4.4427-2.4097
CIE-Lab10.5034-8.5566-5.7393

#052024 color RGB value is (5,32,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 00100100
Octal 5 40 44
Decimal 5 32 36
Hex 5 20 24

RGB Percentages of Color #052024

%6.85
%43.84
%49.32

CMYK Percentages of Color #052024

%86
%11
%0
%86

Triadic Colors of #052024

#052024 #240520 #202405

Analogous Colors of #052024

#052024 #051124 #052419

Monochromatic Colors of #052024

#052024

Complementary Color

#052024 #240905

#052024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052024 Color CSS Codes

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

#052024 Text Font Color

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

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


#052024 Background Color

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

This div background color is #052024


#052024 Border Color

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

This div border color is #052024


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,32,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 #052024">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052024


Comments

No comments written yet.

Please login to write comment.