Color Hex Logo

#509844 Color Hex

#509844
(80,152,68)
0 Favorites   0 Comments

Color spaces of #509844

RGB 8015268
HSL0.310.380.43
HSV111°55°60°
CMYK 0.470.000.55   0.40
XYZ15.579924.57939.3920
Yxy24.57930.31440.4960
Hunter Lab49.5775-30.666423.4723
CIE-Lab56.6632-39.563936.9132

#509844 color RGB value is (80,152,68).

#509844 hex color red value is 80, green value is 152 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #509844 hue: 0.31 , saturation: 0.38 and the lightness value of 509844 is 0.43.

The process color (four color CMYK) of #509844 color hex is 0.47, 0.00, 0.55, 0.40. Web safe color of #509844 is #669933. Color #509844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011000 01000100
Octal 120 230 104
Decimal 80 152 68
Hex 50 98 44

RGB Percentages of Color #509844

%26.67
%50.67
%22.67

CMYK Percentages of Color #509844

%47
%0
%55
%40

Triadic Colors of #509844

#509844 #445098 #984450

Analogous Colors of #509844

#509844 #449862 #7a9844

Monochromatic Colors of #509844

#509844

Complementary Color

#509844 #8c4498

#509844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509844 Color CSS Codes

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

#509844 Text Font Color

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

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


#509844 Background Color

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

This div background color is #509844


#509844 Border Color

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

This div border color is #509844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509844


Comments

No comments written yet.

Please login to write comment.