Color Hex Logo

#05532c Color Hex

#05532C
(5,83,44)
0 Favorites   0 Comments

Color spaces of #05532c

RGB 58344
HSL0.420.890.17
HSV150°94°33°
CMYK 0.940.000.47   0.67
XYZ3.61056.40063.4280
Yxy6.40060.26870.4763
Hunter Lab25.2994-18.80019.6760
CIE-Lab30.4014-31.927416.8500

#05532c color RGB value is (5,83,44).

#05532c hex color red value is 5, green value is 83 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #05532c hue: 0.42 , saturation: 0.89 and the lightness value of 05532c is 0.17.

The process color (four color CMYK) of #05532c color hex is 0.94, 0.00, 0.47, 0.67. Web safe color of #05532c is #006633. Color #05532c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010011 00101100
Octal 5 123 54
Decimal 5 83 44
Hex 5 53 2C

RGB Percentages of Color #05532c

%3.79
%62.88
%33.33

CMYK Percentages of Color #05532c

%94
%0
%47
%67

Triadic Colors of #05532c

#05532c #2c0553 #532c05

Analogous Colors of #05532c

#05532c #055353 #055305

Monochromatic Colors of #05532c

#05532c

Complementary Color

#05532c #53052c

#05532c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05532c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05532c Color CSS Codes

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

#05532c Text Font Color

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

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


#05532c Background Color

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

This div background color is #05532c


#05532c Border Color

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

This div border color is #05532c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,83,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05532c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05532c;
  -webkit-box-shadow: 1px 1px 3px 2px #05532c;
  box-shadow:         1px 1px 3px 2px #05532c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05532c


Comments

No comments written yet.

Please login to write comment.