Color Hex Logo

#05903e Color Hex

#05903E
(5,144,62)
0 Favorites   0 Comments

Color spaces of #05903e

RGB 514462
HSL0.400.930.29
HSV145°97°56°
CMYK 0.970.000.57   0.44
XYZ10.905320.32667.9061
Yxy20.32660.27860.5194
Hunter Lab45.0850-35.722721.1624
CIE-Lab52.2045-51.023934.1559

#05903e color RGB value is (5,144,62).

#05903e hex color red value is 5, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #05903e hue: 0.40 , saturation: 0.93 and the lightness value of 05903e is 0.29.

The process color (four color CMYK) of #05903e color hex is 0.97, 0.00, 0.57, 0.44. Web safe color of #05903e is #009933. Color #05903e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010000 00111110
Octal 5 220 76
Decimal 5 144 62
Hex 5 90 3E

RGB Percentages of Color #05903e

%2.37
%68.25
%29.38

CMYK Percentages of Color #05903e

%97
%0
%57
%44

Triadic Colors of #05903e

#05903e #3e0590 #903e05

Analogous Colors of #05903e

#05903e #059084 #119005

Monochromatic Colors of #05903e

#05903e

Complementary Color

#05903e #900557

#05903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05903e Color CSS Codes

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

#05903e Text Font Color

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

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


#05903e Background Color

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

This div background color is #05903e


#05903e Border Color

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

This div border color is #05903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05903e


Comments

No comments written yet.

Please login to write comment.