Color Hex Logo

#509641 Color Hex

#509641
(80,150,65)
0 Favorites   0 Comments

Color spaces of #509641

RGB 8015065
HSL0.300.400.42
HSV109°57°59°
CMYK 0.470.000.57   0.41
XYZ15.168723.89988.8147
Yxy23.89980.31680.4991
Hunter Lab48.8874-30.168323.5308
CIE-Lab55.9873-39.079637.5969

#509641 color RGB value is (80,150,65).

#509641 hex color red value is 80, green value is 150 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #509641 hue: 0.30 , saturation: 0.40 and the lightness value of 509641 is 0.42.

The process color (four color CMYK) of #509641 color hex is 0.47, 0.00, 0.57, 0.41. Web safe color of #509641 is #669933. Color #509641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010110 01000001
Octal 120 226 101
Decimal 80 150 65
Hex 50 96 41

RGB Percentages of Color #509641

%27.12
%50.85
%22.03

CMYK Percentages of Color #509641

%47
%0
%57
%41

Triadic Colors of #509641

#509641 #415096 #964150

Analogous Colors of #509641

#509641 #41965d #7b9641

Monochromatic Colors of #509641

#509641

Complementary Color

#509641 #874196

#509641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509641 Color CSS Codes

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

#509641 Text Font Color

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

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


#509641 Background Color

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

This div background color is #509641


#509641 Border Color

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

This div border color is #509641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509641


Comments

No comments written yet.

Please login to write comment.