Color Hex Logo

#057a3b Color Hex

#057A3B
(5,122,59)
0 Favorites   0 Comments

Color spaces of #057a3b

RGB 512259
HSL0.410.920.25
HSV148°96°48°
CMYK 0.960.000.52   0.52
XYZ7.811514.26716.4798
Yxy14.26710.27350.4996
Hunter Lab37.7718-29.185516.2690
CIE-Lab44.6136-43.877526.4218

#057a3b color RGB value is (5,122,59).

#057a3b hex color red value is 5, green value is 122 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #057a3b hue: 0.41 , saturation: 0.92 and the lightness value of 057a3b is 0.25.

The process color (four color CMYK) of #057a3b color hex is 0.96, 0.00, 0.52, 0.52. Web safe color of #057a3b is #006633. Color #057a3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111010 00111011
Octal 5 172 73
Decimal 5 122 59
Hex 5 7A 3B

RGB Percentages of Color #057a3b

%2.69
%65.59
%31.72

CMYK Percentages of Color #057a3b

%96
%0
%52
%52

Triadic Colors of #057a3b

#057a3b #3b057a #7a3b05

Analogous Colors of #057a3b

#057a3b #057a76 #0a7a05

Monochromatic Colors of #057a3b

#057a3b

Complementary Color

#057a3b #7a0544

#057a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#057a3b Color CSS Codes

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

#057a3b Text Font Color

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

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


#057a3b Background Color

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

This div background color is #057a3b


#057a3b Border Color

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

This div border color is #057a3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057a3b


Comments

No comments written yet.

Please login to write comment.