Color Hex Logo

#057331 Color Hex

#057331
(5,115,49)
0 Favorites   0 Comments

Color spaces of #057331

RGB 511549
HSL0.400.920.24
HSV144°96°45°
CMYK 0.960.000.57   0.55
XYZ6.747712.51554.9658
Yxy12.51550.27850.5166
Hunter Lab35.3773-27.863916.4417
CIE-Lab42.0240-43.068928.5852

#057331 color RGB value is (5,115,49).

#057331 hex color red value is 5, green value is 115 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #057331 hue: 0.40 , saturation: 0.92 and the lightness value of 057331 is 0.24.

The process color (four color CMYK) of #057331 color hex is 0.96, 0.00, 0.57, 0.55. Web safe color of #057331 is #006633. Color #057331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110011 00110001
Octal 5 163 61
Decimal 5 115 49
Hex 5 73 31

RGB Percentages of Color #057331

%2.96
%68.05
%28.99

CMYK Percentages of Color #057331

%96
%0
%57
%55

Triadic Colors of #057331

#057331 #310573 #733105

Analogous Colors of #057331

#057331 #057368 #107305

Monochromatic Colors of #057331

#057331

Complementary Color

#057331 #730547

#057331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057331 Color CSS Codes

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

#057331 Text Font Color

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

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


#057331 Background Color

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

This div background color is #057331


#057331 Border Color

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

This div border color is #057331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057331


Comments

No comments written yet.

Please login to write comment.