Color Hex Logo

#05801f Color Hex

#05801F
(5,128,31)
0 Favorites   0 Comments

Color spaces of #05801f

RGB 512831
HSL0.370.920.26
HSV133°96°50°
CMYK 0.960.000.76   0.50
XYZ8.029115.56953.8784
Yxy15.56950.29220.5666
Hunter Lab39.4582-32.730021.7931
CIE-Lab46.4045-49.597141.7887

#05801f color RGB value is (5,128,31).

#05801f hex color red value is 5, green value is 128 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #05801f hue: 0.37 , saturation: 0.92 and the lightness value of 05801f is 0.26.

The process color (four color CMYK) of #05801f color hex is 0.96, 0.00, 0.76, 0.50. Web safe color of #05801f is #009933. Color #05801f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000000 00011111
Octal 5 200 37
Decimal 5 128 31
Hex 5 80 1F

RGB Percentages of Color #05801f

%3.05
%78.05
%18.90

CMYK Percentages of Color #05801f

%96
%0
%76
%50

Triadic Colors of #05801f

#05801f #1f0580 #801f05

Analogous Colors of #05801f

#05801f #05805d #298005

Monochromatic Colors of #05801f

#05801f

Complementary Color

#05801f #800566

#05801f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05801f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05801f Color CSS Codes

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

#05801f Text Font Color

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

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


#05801f Background Color

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

This div background color is #05801f


#05801f Border Color

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

This div border color is #05801f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05801f


Comments

No comments written yet.

Please login to write comment.