Color Hex Logo

#05582f Color Hex

#05582F
(5,88,47)
0 Favorites   0 Comments

Color spaces of #05582f

RGB 58847
HSL0.420.890.18
HSV150°94°35°
CMYK 0.940.000.47   0.65
XYZ4.06547.21693.8681
Yxy7.21690.26830.4764
Hunter Lab26.8643-19.999910.2680
CIE-Lab32.2957-33.310517.5214

#05582f color RGB value is (5,88,47).

#05582f hex color red value is 5, green value is 88 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #05582f hue: 0.42 , saturation: 0.89 and the lightness value of 05582f is 0.18.

The process color (four color CMYK) of #05582f color hex is 0.94, 0.00, 0.47, 0.65. Web safe color of #05582f is #006633. Color #05582f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011000 00101111
Octal 5 130 57
Decimal 5 88 47
Hex 5 58 2F

RGB Percentages of Color #05582f

%3.57
%62.86
%33.57

CMYK Percentages of Color #05582f

%94
%0
%47
%65

Triadic Colors of #05582f

#05582f #2f0558 #582f05

Analogous Colors of #05582f

#05582f #055858 #055806

Monochromatic Colors of #05582f

#05582f

Complementary Color

#05582f #58052e

#05582f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05582f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05582f Color CSS Codes

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

#05582f Text Font Color

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

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


#05582f Background Color

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

This div background color is #05582f


#05582f Border Color

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

This div border color is #05582f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,88,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05582f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05582f;
  -webkit-box-shadow: 1px 1px 3px 2px #05582f;
  box-shadow:         1px 1px 3px 2px #05582f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05582f


Comments

No comments written yet.

Please login to write comment.