Color Hex Logo

#054932 Color Hex

#054932
(5,73,50)
0 Favorites   0 Comments

Color spaces of #054932

RGB 57350
HSL0.440.870.15
HSV160°93°29°
CMYK 0.930.000.32   0.71
XYZ3.02095.02763.8288
Yxy5.02760.25430.4233
Hunter Lab22.4223-15.19025.5713
CIE-Lab26.8133-26.15908.2924

#054932 color RGB value is (5,73,50).

#054932 hex color red value is 5, green value is 73 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #054932 hue: 0.44 , saturation: 0.87 and the lightness value of 054932 is 0.15.

The process color (four color CMYK) of #054932 color hex is 0.93, 0.00, 0.32, 0.71. Web safe color of #054932 is #003333. Color #054932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001001 00110010
Octal 5 111 62
Decimal 5 73 50
Hex 5 49 32

RGB Percentages of Color #054932

%3.91
%57.03
%39.06

CMYK Percentages of Color #054932

%93
%0
%32
%71

Triadic Colors of #054932

#054932 #320549 #493205

Analogous Colors of #054932

#054932 #053e49 #054910

Monochromatic Colors of #054932

#054932

Complementary Color

#054932 #49051c

#054932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054932 Color CSS Codes

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

#054932 Text Font Color

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

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


#054932 Background Color

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

This div background color is #054932


#054932 Border Color

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

This div border color is #054932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054932


Comments

No comments written yet.

Please login to write comment.