Color Hex Logo

#05802c Color Hex

#05802C
(5,128,44)
0 Favorites   0 Comments

Color spaces of #05802c

RGB 512844
HSL0.390.920.26
HSV139°96°50°
CMYK 0.960.000.66   0.50
XYZ8.236415.65254.9700
Yxy15.65250.28540.5424
Hunter Lab39.5632-32.075020.2462
CIE-Lab46.5152-48.202236.3086

#05802c color RGB value is (5,128,44).

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

The process color (four color CMYK) of #05802c color hex is 0.96, 0.00, 0.66, 0.50. Web safe color of #05802c is #009933. Color #05802c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000000 00101100
Octal 5 200 54
Decimal 5 128 44
Hex 5 80 2C

RGB Percentages of Color #05802c

%2.82
%72.32
%24.86

CMYK Percentages of Color #05802c

%96
%0
%66
%50

Triadic Colors of #05802c

#05802c #2c0580 #802c05

Analogous Colors of #05802c

#05802c #05806a #1b8005

Monochromatic Colors of #05802c

#05802c

Complementary Color

#05802c #800559

#05802c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05802c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05802c Color CSS Codes

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

#05802c Text Font Color

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

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


#05802c Background Color

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

This div background color is #05802c


#05802c Border Color

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

This div border color is #05802c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05802c


Comments

No comments written yet.

Please login to write comment.