Color Hex Logo

#053a3a Color Hex

#053A3A
(5,58,58)
0 Favorites   0 Comments

Color spaces of #053a3a

RGB 55858
HSL0.500.840.12
HSV180°91°23°
CMYK 0.910.000.00   0.77
XYZ2.33943.36394.5290
Yxy3.36390.22860.3288
Hunter Lab18.3409-9.3288-1.8021
CIE-Lab21.4460-15.9625-4.7343

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111010 00111010
Octal 5 72 72
Decimal 5 58 58
Hex 5 3A 3A

RGB Percentages of Color #053a3a

%4.13
%47.93
%47.93

CMYK Percentages of Color #053a3a

%91
%0
%0
%77

Triadic Colors of #053a3a

#053a3a #3a053a #3a3a05

Analogous Colors of #053a3a

#053a3a #05203a #053a20

Monochromatic Colors of #053a3a

#053a3a

Complementary Color

#053a3a #3a0505

#053a3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053a3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#053a3a Color CSS Codes

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

#053a3a Text Font Color

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

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


#053a3a Background Color

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

This div background color is #053a3a


#053a3a Border Color

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

This div border color is #053a3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053a3a


Comments

No comments written yet.

Please login to write comment.