Color Hex Logo

#053a20 Color Hex

#053A20
(5,58,32)
0 Favorites   0 Comments

Color spaces of #053a20

RGB 55832
HSL0.420.840.12
HSV151°91°23°
CMYK 0.910.000.45   0.77
XYZ1.83643.16271.8802
Yxy3.16270.26690.4597
Hunter Lab17.7840-12.68986.1804
CIE-Lab20.6841-23.953711.5538

#053a20 color RGB value is (5,58,32).

#053a20 hex color red value is 5, green value is 58 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #053a20 hue: 0.42 , saturation: 0.84 and the lightness value of 053a20 is 0.12.

The process color (four color CMYK) of #053a20 color hex is 0.91, 0.00, 0.45, 0.77. Web safe color of #053a20 is #003333. Color #053a20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111010 00100000
Octal 5 72 40
Decimal 5 58 32
Hex 5 3A 20

RGB Percentages of Color #053a20

%5.26
%61.05
%33.68

CMYK Percentages of Color #053a20

%91
%0
%45
%77

Triadic Colors of #053a20

#053a20 #20053a #3a2005

Analogous Colors of #053a20

#053a20 #053a3a #053a06

Monochromatic Colors of #053a20

#053a20

Complementary Color

#053a20 #3a051f

#053a20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053a20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053a20 Color CSS Codes

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

#053a20 Text Font Color

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

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


#053a20 Background Color

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

This div background color is #053a20


#053a20 Border Color

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

This div border color is #053a20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053a20


Comments

No comments written yet.

Please login to write comment.