Color Hex Logo

#055032 Color Hex

#055032
(5,80,50)
0 Favorites   0 Comments

Color spaces of #055032

RGB 58050
HSL0.430.880.17
HSV156°94°31°
CMYK 0.940.000.38   0.69
XYZ3.50705.99993.9909
Yxy5.99990.25980.4445
Hunter Lab24.4947-17.30927.4862
CIE-Lab29.4122-29.285111.8614

#055032 color RGB value is (5,80,50).

#055032 hex color red value is 5, green value is 80 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #055032 hue: 0.43 , saturation: 0.88 and the lightness value of 055032 is 0.17.

The process color (four color CMYK) of #055032 color hex is 0.94, 0.00, 0.38, 0.69. Web safe color of #055032 is #006633. Color #055032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 00110010
Octal 5 120 62
Decimal 5 80 50
Hex 5 50 32

RGB Percentages of Color #055032

%3.70
%59.26
%37.04

CMYK Percentages of Color #055032

%94
%0
%38
%69

Triadic Colors of #055032

#055032 #320550 #503205

Analogous Colors of #055032

#055032 #054950 #05500d

Monochromatic Colors of #055032

#055032

Complementary Color

#055032 #500523

#055032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055032 Color CSS Codes

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

#055032 Text Font Color

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

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


#055032 Background Color

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

This div background color is #055032


#055032 Border Color

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

This div border color is #055032


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,80,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 #055032">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055032


Comments

No comments written yet.

Please login to write comment.