Color Hex Logo

#509103 Color Hex

#509103
(80,145,3)
0 Favorites   0 Comments

Color spaces of #509103

RGB 801453
HSL0.240.960.29
HSV87°98°57°
CMYK 0.450.000.98   0.43
XYZ13.450121.96283.6165
Yxy21.96280.34460.5627
Hunter Lab46.8645-30.783428.2298
CIE-Lab53.9875-41.115556.3787

#509103 color RGB value is (80,145,3).

#509103 hex color red value is 80, green value is 145 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #509103 hue: 0.24 , saturation: 0.96 and the lightness value of 509103 is 0.29.

The process color (four color CMYK) of #509103 color hex is 0.45, 0.00, 0.98, 0.43. Web safe color of #509103 is #669900. Color #509103 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010001 00000011
Octal 120 221 3
Decimal 80 145 3
Hex 50 91 3

RGB Percentages of Color #509103

%35.09
%63.60
%1.32

CMYK Percentages of Color #509103

%45
%0
%98
%43

Triadic Colors of #509103

#509103 #035091 #910350

Analogous Colors of #509103

#509103 #099103 #918b03

Monochromatic Colors of #509103

#509103

Complementary Color

#509103 #440391

#509103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509103 Color CSS Codes

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

#509103 Text Font Color

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

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


#509103 Background Color

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

This div background color is #509103


#509103 Border Color

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

This div border color is #509103


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,145,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #509103; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #509103;
  -webkit-box-shadow: 1px 1px 3px 2px #509103;
  box-shadow:         1px 1px 3px 2px #509103; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,145,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509103


Comments

No comments written yet.

Please login to write comment.