Color Hex Logo

#509142 Color Hex

#509142
(80,145,66)
0 Favorites   0 Comments

Color spaces of #509142

RGB 8014566
HSL0.300.370.41
HSV109°54°57°
CMYK 0.450.000.54   0.43
XYZ14.417022.34968.7083
Yxy22.34960.31700.4915
Hunter Lab47.2754-28.296922.1713
CIE-Lab54.3960-36.776535.2027

#509142 color RGB value is (80,145,66).

#509142 hex color red value is 80, green value is 145 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #509142 hue: 0.30 , saturation: 0.37 and the lightness value of 509142 is 0.41.

The process color (four color CMYK) of #509142 color hex is 0.45, 0.00, 0.54, 0.43. Web safe color of #509142 is #669933. Color #509142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010001 01000010
Octal 120 221 102
Decimal 80 145 66
Hex 50 91 42

RGB Percentages of Color #509142

%27.49
%49.83
%22.68

CMYK Percentages of Color #509142

%45
%0
%54
%43

Triadic Colors of #509142

#509142 #425091 #914250

Analogous Colors of #509142

#509142 #42915c #789142

Monochromatic Colors of #509142

#509142

Complementary Color

#509142 #834291

#509142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509142 Color CSS Codes

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

#509142 Text Font Color

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

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


#509142 Background Color

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

This div background color is #509142


#509142 Border Color

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

This div border color is #509142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509142


Comments

No comments written yet.

Please login to write comment.