Color Hex Logo

#05532e Color Hex

#05532E
(5,83,46)
0 Favorites   0 Comments

Color spaces of #05532e

RGB 58346
HSL0.420.890.17
HSV152°94°33°
CMYK 0.940.000.45   0.67
XYZ3.64906.41603.6309
Yxy6.41600.26640.4685
Hunter Lab25.3298-18.61269.2320
CIE-Lab30.4386-31.492415.6920

#05532e color RGB value is (5,83,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010011 00101110
Octal 5 123 56
Decimal 5 83 46
Hex 5 53 2E

RGB Percentages of Color #05532e

%3.73
%61.94
%34.33

CMYK Percentages of Color #05532e

%94
%0
%45
%67

Triadic Colors of #05532e

#05532e #2e0553 #532e05

Analogous Colors of #05532e

#05532e #055153 #055307

Monochromatic Colors of #05532e

#05532e

Complementary Color

#05532e #53052a

#05532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05532e Color CSS Codes

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

#05532e Text Font Color

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

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


#05532e Background Color

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

This div background color is #05532e


#05532e Border Color

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

This div border color is #05532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05532e


Comments

No comments written yet.

Please login to write comment.